代码搜索:containing

找到约 10,000 项符合「containing」的源代码

代码结果 10,000
www.eeworm.com/read/409477/11321590

m resplot.m

% RESPLOT.M (RESult PLOTing) % % This function plots some of the results during computation. % % Syntax: resplot(Chrom,IndAll,ObjV,Best,gen) % % Input parameters: % Chrom - Matrix
www.eeworm.com/read/409477/11321677

m xovdprs.m

% XOVDPRS.M (CROSSOVer Double-Point with Reduced Surrogate) % % This function performs double-point 'reduced surrogate' crossover between % pairs of individuals and returns the current genera
www.eeworm.com/read/409477/11321680

m sus.m

% SUS.M (Stochastic Universal Sampling) % % This function performs selection with STOCHASTIC UNIVERSAL SAMPLING. % % Syntax: NewChrIx = sus(FitnV, Nsel) % % Input parameters: % Fit
www.eeworm.com/read/409477/11321693

m xovshrs.m

% XOVSHRS.M (CROSSOVer SHuffle with Reduced Surrogate) % % This function performs shuffle 'reduced surrogate' crossover between % pairs of individuals and returns the current generation after
www.eeworm.com/read/409477/11321697

m xovsp.m

% XOVSP.M (CROSSOVer Single-Point) % % This function performs single-point crossover between pairs of % individuals and returns the current generation after mating. % % Syntax: NewChrom
www.eeworm.com/read/409477/11321710

m xovsprs.m

% XOVSPRS.M (CROSSOVer Single-Point with Reduced Surrogate) % % This function performs single-point 'reduced surrogate' crossover between % pairs of individuals and returns the current genera
www.eeworm.com/read/402601/11532152

m make_rp.m

% This file makes the structure containing the run % parameters used for the Adpative Equalization experiment rp.Nruns = 200; rp.var_v = 0.001; rp.decay = 0; rp.p = 11;
www.eeworm.com/read/400577/11573099

m getfiles.m

%GETFILES Get datafile FILES field % % FILES = GETFILES(A) % FILE = GETFILES(A,N) % % Retrieves the filenames on which the datafile A is defined, % or just the name of the N-th file. % If N lar
www.eeworm.com/read/348290/11602580

m mutate.m

% MUTATE.M (MUTATion high-level function) % % This function takes a matrix OldChrom containing the % representation of the individuals in the current population, % mutates the individuals and r
www.eeworm.com/read/348290/11602695

m recombin.m

% RECOMBIN.M (RECOMBINation high-level function) % % This function performs recombination between pairs of individuals % and returns the new individuals after mating. The function handles % mult