代码搜索:Performs

找到约 4,693 项符合「Performs」的源代码

代码结果 4,693
www.eeworm.com/read/409477/11321536

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/409477/11321539

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/409477/11321704

m reclin.m

% RECLIN.M (RECombination extended LINe) % % This function performs extended line recombination between % pairs of individuals and returns the new individuals after mating. % % Syntax: New
www.eeworm.com/read/402420/11535252

m adjswapmutation.m

function [child] = adjswapmutation(par,bounds,genInfo,Ops) % Adjswap mutation performs a swap of two adjacent % genes in a permutation % % function [newSol] = adjswapmutation(parent,bounds,Ops) % pare
www.eeworm.com/read/400444/11576588

m adjswapmutation.m

function [child] = adjswapmutation(par,bounds,genInfo,Ops) % Adjswap mutation performs a swap of two adjacent % genes in a permutation % % function [newSol] = adjswapmutation(parent,bounds,Ops) % pare
www.eeworm.com/read/348290/11602588

m reclin.m

% RECLIN.M (RECombination extended LINe) % % This function performs extended line recombination between % pairs of individuals and returns the new individuals after mating. % % Syntax: NewChrom
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/11602708

m migrate.m

% MIGRATE.M (MIGRATion of individuals between subpopulations) % % This function performs migration of individuals. % % Syntax: [Chrom, ObjV] = migrate(Chrom, SUBPOP, MigOpt, ObjV) % % Input para
www.eeworm.com/read/348290/11602739

m recdis.m

% RECDIS.M (RECombination DIScrete) % % This function performs discret recombination between pairs of individuals % and returns the new individuals after mating. % % Syntax: NewChrom = recdis(O
www.eeworm.com/read/158362/11623395

m adjswapmutation.m

function [child] = adjswapmutation(par,bounds,genInfo,Ops) % Adjswap mutation performs a swap of two adjacent % genes in a permutation % % function [newSol] = adjswapmutation(parent,bounds,Ops) % pare