代码搜索:Performs
找到约 4,693 项符合「Performs」的源代码
代码结果 4,693
www.eeworm.com/read/242897/12974347
m adjswapmutation.m
function [child] = adjswapmutation(par,bounds,genInfo,Ops)
% Adjswap mutation performs a swap of two adjacent
% genes in a permutation
%
% function [newSol] = adjswapmutation(parent,bounds,Ops)
% pare
www.eeworm.com/read/140159/13104700
m vitenc.m
function y = VitEnc(G, x);
%
% VitEnc Viterbi Encoder function - performs Viterbi Encoder according to
% genration polynom
%
% Inputs: x - input data (binary form)
% G =
www.eeworm.com/read/241695/13124966
m xovdp.m
% XOVDP.M (CROSSOVer Double Point)
%
% This function performs double point crossover between pairs of
% individuals and returns the current generation after mating.
%
% Syntax: NewChrom =
www.eeworm.com/read/241695/13124986
m recombin.m
% RECOMBIN.M (RECOMBINation high-level function)
%
% This function performs recombination between pairs of individuals
% and returns the new individuals after mating. The function handles
%
www.eeworm.com/read/241695/13124989
m xovsh.m
% XOVSH.M (CROSSOVer SHuffle)
%
% This function performs shuffle crossover between pairs of
% individuals and returns the current generation after mating.
%
% Syntax: NewChrom = xovsh(Old
www.eeworm.com/read/241695/13125110
m reclin.m
% RECLIN.M (RECombination extended LINe)
%
% This function performs extended line recombination between
% pairs of individuals and returns the new individuals after mating.
%
% Syntax: New
www.eeworm.com/read/241645/13127905
m adjswapmutation.m
function [child] = adjswapmutation(par,bounds,genInfo,Ops)
% Adjswap mutation performs a swap of two adjacent
% genes in a permutation
%
% function [newSol] = adjswapmutation(parent,bounds,Ops)
% pare
www.eeworm.com/read/324301/13274291
m adjswapmutation.m
function [child] = adjswapmutation(par,bounds,genInfo,Ops)
% Adjswap mutation performs a swap of two adjacent
% genes in a permutation
%
% function [newSol] = adjswapmutation(parent,bounds,Ops)
% pare
www.eeworm.com/read/324300/13274500
m adjswapmutation.m
function [child] = adjswapmutation(par,bounds,genInfo,Ops)
% Adjswap mutation performs a swap of two adjacent
% genes in a permutation
%
% function [newSol] = adjswapmutation(parent,bounds,Ops)
% pare
www.eeworm.com/read/238843/13321049
m dcagg.m
function cluster = DCAgg(Distance, k)
%DCAGG Performs agglomerative clustering
% Cluster = DCAGG(Distance, Method, k) where Distance is
% square dissimilarity matrix, with Inf on leading diagonal,