代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/250359/7811472
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/250359/7811480
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/250359/7811511
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/196825/8056110
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/196825/8056142
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/196825/8056225
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/195643/8136811
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/195643/8136820
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/195643/8136858
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/333606/12668976
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