代码搜索:containing
找到约 10,000 项符合「containing」的源代码
代码结果 10,000
www.eeworm.com/read/220155/14847924
m xovsp.m
% XOVSP.M (CROSSOVer Single-Point)
%
% This function performs single-point crossover between pairs of
% individuals and returns the current generation after mating.
%
% Syntax: NewChrom = xov
www.eeworm.com/read/220155/14847926
m crtbase.m
% CRTBASE.m - Create base vector
%
% This function creates a vector containing the base of the loci
% in a chromosome.
%
% Syntax: BaseVec = crtbase(Lind, Base)
%
% Input Parameters:
%
% Lind - A sc
www.eeworm.com/read/220155/14847928
m xovsprs.m
% XOVSPRS.M (CROSSOVer Single-Point with Reduced Surrogate)
%
% This function performs single-point 'reduced surrogate' crossover between
% pairs of individuals and returns the current generatio
www.eeworm.com/read/220155/14847931
m resplot.m
% RESPLOT.M (RESult PLOTing)
%
% This function plots some results during computation.
%
% Syntax: resplot(Chrom,IndAll,ObjV,Best,gen)
%
% Input parameters:
% Chrom - Matrix containing th
www.eeworm.com/read/220155/14847934
m xovdprs.m
% XOVDPRS.M (CROSSOVer Double-Point with Reduced Surrogate)
%
% This function performs double-point 'reduced surrogate' crossover between
% pairs of individuals and returns the current generatio
www.eeworm.com/read/220155/14847935
m xovshrs.m
% XOVSHRS.M (CROSSOVer SHuffle with Reduced Surrogate)
%
% This function performs shuffle 'reduced surrogate' crossover between
% pairs of individuals and returns the current generation after ma
www.eeworm.com/read/118187/14883322
txt readme - md2 loader.txt
//***********************************************************************
//
// - "Talk to me like I'm a 3 year old!" Programming Lessons -
//
www.eeworm.com/read/217557/14958465
m vertices.m
function vtcs = vertices(p)
% Convert a polyhedron object to a vertices object
%
% Syntax:
% "vtcs = vertices(poly)"
%
% Description:
% "vertices(poly)" returns a new vertices object con
www.eeworm.com/read/217557/14958539
m dim.m
function n = dim(v)
% Dimension of the space containing a vertices object
%
% Syntax:
% "n = dim(vtcs)"
%
% Description:
% "dim(vtcs)" returns the dimension of the space in which "vtcs"