代码搜索:containing
找到约 10,000 项符合「containing」的源代码
代码结果 10,000
www.eeworm.com/read/323721/13325256
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
%
www.eeworm.com/read/323721/13325258
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(Old
www.eeworm.com/read/323721/13325261
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 a
www.eeworm.com/read/323721/13325264
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 contai
www.eeworm.com/read/323721/13325266
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. Fit
www.eeworm.com/read/323721/13325294
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/323721/13325364
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/323721/13325365
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/323721/13325375
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/323721/13325378
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