代码搜索:Algorithm

找到约 10,000 项符合「Algorithm」的源代码

代码结果 10,000
www.eeworm.com/read/364264/9916691

m treelevel.m

function s=treelevel(tree) %TREELEVEL Counts the number of levels of a GPLAB algorithm tree. % TREELEVEL(TREE) returns the number of levels, or depth, of a % GPLAB algorithm individual repre
www.eeworm.com/read/364264/9916716

m validateinds.m

function [validinds,state]=validateinds(inds,pop,params,state,data,parentindices,opnum) %VALIDATEINDS Applies validation procedures to new GPLAB individuals. % [VALIDINDS,STATE]=VALIDATEINDS(IN
www.eeworm.com/read/364264/9916758

m strictdepth.m

function [validind,state]=strictdepth(ind,pop,params,state,data,parentindices) %STRICTDEPTH Applies strict depth filters to a new GPLAB individual. % [VALIDIND,STATE]=STRICTDEPTH(IND,POP,PARAMS
www.eeworm.com/read/364264/9916766

m xy2inout.m

function result=xy2inout(x,y) %XY2INOUT Transforms matrices into a GPLAB algorithm data set (input and output). % XY2INOUT(X,Y) returns a struct array with input and desired output % data fo
www.eeworm.com/read/364264/9916776

m sus.m

function [indid,indindex,popexpected,popnormfitness]=sus(pop,params,state,nsample,toavoid) %SUS Sampling of GPLAB individuals by the SUS method. % SUS(POP,PARAMS,STATE,NSAMPLE,TOAVOID) returns
www.eeworm.com/read/364264/9916808

m nodes.m

function s=nodes(tree) %NODES Counts the number of nodes of a GPLAB algorithm tree. % NODES(TREE) returns the number of nodes (functions and % terminals) of a GPLAB algorithm individual repr
www.eeworm.com/read/364264/9916818

m sampling.m

function [pool,expected,normfitness]=sampling(pop,params,state,opnum) %SAMPLING Draws individuals for parenthood in the GPLAB algorithm. % SAMPLING(POPULATION,PARAMS,STATE,OPNUM) returns a pool
www.eeworm.com/read/364264/9916880

m absolute.m

function [expected,normfitness]=absolute(pop,params,state) %ABSOLUTE Calculates expected number of offspring for the GPLAB algorithm. % ABSOLUTE(POPULATION,STATE) returns the vector with the ex
www.eeworm.com/read/364264/9916895

m roulette.m

function [indid,indindex,popexpected,popnormfitness]=roulette(pop,params,state,nsample,toavoid) %ROULETTE Sampling of GPLAB individuals by the roulette method. % ROULETTE(POP,PARAMS,STATE,NSAMP
www.eeworm.com/read/364264/9916923

m strictnodes.m

function [validind,state]=strictnodes(ind,pop,params,state,data,parentindices) %STRICTNODES Applies strict size filters to a new GPLAB individual. % [VALIDIND,STATE]=STRICTNODES(IND,POP,PARAMS,