代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/119281/14834604
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/119281/14834627
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/218609/14913158
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/218609/14913171
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/218609/14913203
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/217301/14969635
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/114382/15055610
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/114382/15055636
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/114382/15055692
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/208655/15239827
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