代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/158224/5597838
sci arithxover.sci
function [c1,c2] = arithXover(p1,p2,bounds,Ops)
// Arith crossover takes two parents P1,P2 and performs an interpolation
// along the line formed by the two parents.
//
// function [c1,c2] = arith
www.eeworm.com/read/158224/5597839
sci ocyclexover.sci
function [c1,c2] = OCycleXover(p1,p2,bounds,Ops)
// Cyclic crossover takes two parents P1,P2 and performs cyclic
// crossover by Davis on permutation strings.
//
// function [c1,c2] = cyclicXove
www.eeworm.com/read/393857/8258517
m linerorderxover.m
function [c1,c2]=lox(p1,p2,bounds,genInfo,ops)
% Linearorder crossover takes two parents P1,P2 and performs linear order
% crossover for permutation strings.
%
% function [c1,c2] = linearOrderXover(
www.eeworm.com/read/393857/8258639
m uniformxover.m
function [ch1,ch2,t] = uniformxover(par1,par2,bounds,Ops)
% Uniform crossover takes two parents P1,P2 and performs uniform
% crossover on a permuation string.
%
% function [c1,c2] = linearOrderXover
www.eeworm.com/read/292990/8319164
m linerorderxover.m
function [c1,c2]=lox(p1,p2,bounds,genInfo,ops)
% Linearorder crossover takes two parents P1,P2 and performs linear order
% crossover for permutation strings.
%
% function [c1,c2] = linearOrderXover(
www.eeworm.com/read/292990/8319186
m uniformxover.m
function [ch1,ch2,t] = uniformxover(par1,par2,bounds,Ops)
% Uniform crossover takes two parents P1,P2 and performs uniform
% crossover on a permuation string.
%
% function [c1,c2] = linearOrderXover
www.eeworm.com/read/369396/9650785
m arithxover.m
function [c1,c2] = arithXover(p1,p2,bounds,Ops)
% Arith crossover takes two parents P1,P2 and performs an interpolation
% along the line formed by the two parents.
%
% function [c1,c2] = arithXove
www.eeworm.com/read/172537/9702877
m arithxover.m
function [c1,c2] = arithXover(p1,p2,bounds,Ops)
% Arith crossover takes two parents P1,P2 and performs an interpolation
% along the line formed by the two parents.
%
% function [c1,c2] = arithXove
www.eeworm.com/read/367493/9745211
m linerorderxover.m
function [c1,c2]=lox(p1,p2,bounds,genInfo,ops)
% Linearorder crossover takes two parents P1,P2 and performs linear order
% crossover for permutation strings.
%
% function [c1,c2] = linearOrderXover(
www.eeworm.com/read/367493/9745221
m uniformxover.m
function [ch1,ch2,t] = uniformxover(par1,par2,bounds,Ops)
% Uniform crossover takes two parents P1,P2 and performs uniform
% crossover on a permuation string.
%
% function [c1,c2] = linearOrderXover