代码搜索:containing

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

代码结果 10,000
www.eeworm.com/read/348290/11602699

m xovsh.m

% XOVSH.M (CROSSOVer SHuffle) % % This function performs shuffle crossover between pairs of % individuals and returns the current generation after mating. % % Syntax: NewChrom = xovsh(OldChrom
www.eeworm.com/read/348290/11602731

m sus.m

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

m rws.m

% RWS.m - Roulette Wheel Selection % % Syntax: % NewChrIx = rws(FitnV, Nsel) % % This function selects a given number of individuals Nsel from a % population. FitnV is
www.eeworm.com/read/348290/11602761

m xovdp.m

% XOVDP.M (CROSSOVer Double Point) % % This function performs double point crossover between pairs of % individuals and returns the current generation after mating. % % Syntax: NewChrom = xovd
www.eeworm.com/read/348290/11602770

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 = xov
www.eeworm.com/read/348290/11602775

m crtbase.m

% CRTBASE.m - Create base vector % % This function creates a vector containing the base of the loci % in a chromosome. % % Syntax: BaseVec = crtbase(Lind, Base) % % Input Parameters: % % Lind - A sc
www.eeworm.com/read/348290/11602779

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 generatio
www.eeworm.com/read/348290/11602783

m resplot.m

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

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 generatio
www.eeworm.com/read/348290/11602794

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 ma