代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/149368/12384767
m orderbasedxover.m
function [c1,c2]= oox(p1,p2,bounds,Ops)
% Orderbased crossover takes two parents P1,P2 and performs order
% based crossover by Davis.
%
% function [c1,c2] = orderbasedXover(p1,p2,bounds,Ops)
% p1
www.eeworm.com/read/149368/12384789
m erxover.m
function [c1,c2]=er(p1,p2,bounds,ops)
% Er crossover takes two parents P1,P2 and performs edge recombination
% crossover on permutation strings.
%
% function [c1,c2] = er(p1,p2,bounds,Ops)
% p1
www.eeworm.com/read/149368/12384852
m simplexover.m
function [c1,c2] = simpleXover(p1,p2,bounds,Ops)
% Simple crossover takes two parents P1,P2 and performs simple single point
% crossover.
%
% function [c1,c2] = simpleXover(p1,p2,bounds,Ops)
% p1
www.eeworm.com/read/250079/12435374
m orderbasedxover.m
function [c1,c2]= oox(p1,p2,bounds,Ops)
% Orderbased crossover takes two parents P1,P2 and performs order
% based crossover by Davis.
%
% function [c1,c2] = orderbasedXover(p1,p2,bounds,Ops)
% p1
www.eeworm.com/read/250079/12435405
m erxover.m
function [c1,c2]=er(p1,p2,bounds,ops)
% Er crossover takes two parents P1,P2 and performs edge recombination
% crossover on permutation strings.
%
% function [c1,c2] = er(p1,p2,bounds,Ops)
% p1
www.eeworm.com/read/250079/12435480
m simplexover.m
function [c1,c2] = simpleXover(p1,p2,bounds,Ops)
% Simple crossover takes two parents P1,P2 and performs simple single point
% crossover.
%
% function [c1,c2] = simpleXover(p1,p2,bounds,Ops)
% p1
www.eeworm.com/read/234214/14119104
m orderbasedxover.m
function [c1,c2]= oox(p1,p2,bounds,Ops)
% Orderbased crossover takes two parents P1,P2 and performs order
% based crossover by Davis.
%
% function [c1,c2] = orderbasedXover(p1,p2,bounds,Ops)
% p1
www.eeworm.com/read/234214/14119123
m erxover.m
function [c1,c2]=er(p1,p2,bounds,ops)
% Er crossover takes two parents P1,P2 and performs edge recombination
% crossover on permutation strings.
%
% function [c1,c2] = er(p1,p2,bounds,Ops)
% p1
www.eeworm.com/read/234214/14119171
m simplexover.m
function [c1,c2] = simpleXover(p1,p2,bounds,Ops)
% Simple crossover takes two parents P1,P2 and performs simple single point
% crossover.
%
% function [c1,c2] = simpleXover(p1,p2,bounds,Ops)
% p1
www.eeworm.com/read/230549/14281918
m orderbasedxover.m
function [c1,c2]= oox(p1,p2,bounds,Ops)
% Orderbased crossover takes two parents P1,P2 and performs order
% based crossover by Davis.
%
% function [c1,c2] = orderbasedXover(p1,p2,bounds,Ops)
% p1