代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/217301/14969627
m enhancederxover.m
function [c1,c2]=enhancederXover(p1,p2,bounds,ops)
% EnhancederXover crossover takes two parents P1,P2 and performs
% enhanced edge recombination crossover on permutation strings.
%
% function
www.eeworm.com/read/217301/14969649
m heuristicxover.m
function [c1,c2] = heuristicXover(p1,p2,bounds,Ops)
% Heuristic crossover takes two parents P1,P2 and performs an extrapolation
% along the line formed by the two parents outward in the direction of
www.eeworm.com/read/210916/15189926
m pcgls.m
function [X,rho,eta,F] = pcgls(A,L,W,b,k,reorth,sm)
%PCGLS "Preconditioned" conjugate gradients appl. implicitly to normal equations.
% [X,rho,eta,F] = pcgls(A,L,W,b,k,reorth,sm)
%
% Performs k steps
www.eeworm.com/read/455463/1614030
m normraymig.m
function [tray,r]=normraymig(x0,t0,dtdx,params,clr)
% NORMRAYMIG: migrate a normal incidence ray
%
% [tr,r]=normraymig(x0,t0,dtdx,params,clr)
%
% NORMRAYMIG performs normal incidence raytrace mig
www.eeworm.com/read/187741/5216766
sci enhancederxover.sci
function [c1,c2]=enhancederXover(p1,p2,bounds,ops)
// EnhancederXover crossover takes two parents P1,P2 and performs
// enhanced edge recombination crossover on permutation strings.
//
// funct
www.eeworm.com/read/187741/5216771
sci rheuristicxover.sci
function [c1,c2] = RHeuristicXover(p1,p2,bounds,Ops)
// Heuristic crossover takes two parents P1,P2 and performs an extrapolation
// along the line formed by the two parents outward in the direction
www.eeworm.com/read/158224/5597827
sci enhancederxover.sci
function [c1,c2]=enhancederXover(p1,p2,bounds,ops)
// EnhancederXover crossover takes two parents P1,P2 and performs
// enhanced edge recombination crossover on permutation strings.
//
// funct
www.eeworm.com/read/158224/5597832
sci rheuristicxover.sci
function [c1,c2] = RHeuristicXover(p1,p2,bounds,Ops)
// Heuristic crossover takes two parents P1,P2 and performs an extrapolation
// along the line formed by the two parents outward in the direction
www.eeworm.com/read/194440/8193158
m normraymig.m
function [tray,r]=normraymig(x0,t0,dtdx,params,clr)
% NORMRAYMIG: migrate a normal incidence ray
%
% [tr,r]=normraymig(x0,t0,dtdx,params,clr)
%
% NORMRAYMIG performs normal incidence raytrace mig
www.eeworm.com/read/193426/8227219
m mate.m
function [new_gen,mating] = mate(old_gen)
%MATE Randomly reorders (mates) OLD_GEN.
% [NEW_GEN,MATING] = MATE(OLD_GEN) performs random reordering
% on OLD_GEN. NEW_GEN is the new reordering.