代码搜索:performs

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

代码结果 4,693
www.eeworm.com/read/310418/13651330

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] = arithXover(p1
www.eeworm.com/read/309547/13669030

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] = arithXover(p1
www.eeworm.com/read/304909/13783526

m partmapxover.m

function [ch1,ch2] = partmapXover(par1,par2,bounds,Ops) % Partmap crossover takes two parents P1,P2 and performs a partially % mapped crossover. % % function [c1,c2] = partmapXover(p1,p2,bounds,
www.eeworm.com/read/303815/13808155

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] = arithXover(p1
www.eeworm.com/read/136165/13870664

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] = arithXover(p1
www.eeworm.com/read/238545/13876432

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] = arithXover(p1
www.eeworm.com/read/123745/6058155

f jameson.f

program jameson c...Performs Jameson's method. parameter (m=2,nmax=800,d=0.00001) real lambda, u(-2:nmax+2),h(0:nmax),u0(1:nmax+1) real rk(m,m),r(nmax,m),uu(-2:nmax+2) c
www.eeworm.com/read/493388/6402132

m cyclicxover.m

function [c1,c2] = cyclicXover(p1,p2,bounds,Ops) % Cyclic crossover takes two parents P1,P2 and performs cyclic % crossover by Davis on permutation strings. 循环交叉法 % % function [c1,c2] = cyclicXover(p
www.eeworm.com/read/402420/11535223

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] = arithXover(p1
www.eeworm.com/read/400581/11572456

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] = arithXover(p1