代码搜索结果

找到约 33,766 项符合 Algorithm 的代码

22_02_2004_results.txt

20 100 10 100 running adaBoost algorithm step numbers: 900 Test error cycle result: 0.445000 Train error cycle result: 0.753750 run getError 100 100 90 100 80 100 70 100 60 100 5

kmeanlbg.m

function [x,esq,j] = kmeanlbg(d,k) %KMEANLBG Vector quantisation using the Linde-Buzo-Gray algorithm [X,ESQ,J]=(D,K) % %Inputs: % D contains data vectors (one per row) % K is number of centres re

binpack5_19.html

The GA Playground: Bin Packing Problem handled by Genetic Algorithm

binpack1_00.html

The GA Playground: Bin Packing Problem handled by Genetic Algorithm

test1.c

/* A program * /to perform Euclid's Algorithm to compute gcd. */ int gcd (int u, int v) { if (v == 0) return u; else return gcd(v, u - u/v*v); /* u - u/v*v == u mod v */ } void mai

test1.c

/* A program * /to perform Euclid's Algorithm to compute gcd. */ int gcd (int u, int v) { if (v == 0) return u; else return gcd(v, u - u/v*v); /* u - u/v*v == u mod v */ } void mai

contents.m

% Genetic Optimization Toolbox % % Main interface % ga.m The Genetic Algorithm % initializega.m Initialization function for float and binary % repres

gka-readme

GKA Gaussian Kernel Algorithm Correlation Dimension Estimation Estimatation of correlation dimension, entropy and noise level using the GKA algorithm. INSTALLATION - Place the contents of this arch

euclidean algorithm for gcd.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################

@psc_readme_30929_1.txt

Title: pid_loop Description: This is a simple PID loop simulator. Proportional, Integral, Derivative algorithm used in the manufacturing industry to control machine processes ... in this example, a w