代码搜索:Performs

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

代码结果 4,693
www.eeworm.com/read/268211/11149407

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/268211/11149420

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/412955/11173282

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/412955/11173303

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/334698/12580490

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/300767/13894082

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/133217/14052030

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/201202/15413594

sci extend.sci

function y = extend (x,par1,par2) //performs various kinds of symmetric extension // Copyright Aldo I Maalouf if par1==1 & par2==1 then y = [x x((length(x)-1):-1:2)]; elseif par1 == 1 & par2 =
www.eeworm.com/read/163745/10147526

m conv2fft.m

function [out] = conv2fft(z1,z2,shape,shape2) %CONV2FFT FFT-based two dimensional convolution. % C = CONV2FFT(A, B) performs the 2-D convolution of matrices % A and B. If [ma,na] = size(A)
www.eeworm.com/read/281278/10251893

m conv2fft.m

function [out] = conv2fft(z1,z2,shape,shape2) %CONV2FFT FFT-based two dimensional convolution. % C = CONV2FFT(A, B) performs the 2-D convolution of matrices % A and B. If [ma,na] = size(A)