代码搜索:performs

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

代码结果 4,693
www.eeworm.com/read/395099/8196405

m residualr.m

function outIndex = residualR(inIndex,q); % PURPOSE : Performs the resampling stage of the SIR % in order(number of samples) steps. It uses Liu's % residual resampling algorithm
www.eeworm.com/read/393857/8258796

m tournselect.m

function[newPop] = tournSelect(oldPop,options) % Performs a tournament selection. % % function[newPop] = tournSelect(oldPop,options) % newPop - the new population selected from the oldPop % oldPop -
www.eeworm.com/read/292990/8319228

m tournselect.m

function[newPop] = tournSelect(oldPop,options) % Performs a tournament selection. % % function[newPop] = tournSelect(oldPop,options) % newPop - the new population selected from the oldPop % oldPop -
www.eeworm.com/read/173266/9664434

m multinomialr.m

function outIndex = multinomialR(inIndex,q); % PURPOSE : Performs the resampling stage of the SIR % in order(number of samples) steps. % INPUTS : - inIndex = Input particle indices. %
www.eeworm.com/read/173266/9664437

m residualr.m

function outIndex = residualR(inIndex,q); % PURPOSE : Performs the resampling stage of the SIR % in order(number of samples) steps. It uses Liu's % residual resampling algorithm
www.eeworm.com/read/369048/9666445

m select.m

% SELECT.M (universal SELECTion) % % This function performs universal selection. The function handles % multiple populations and calls the low level selection function % for the actual se
www.eeworm.com/read/369048/9666463

m recdis.m

% RECDIS.M (RECombination DIScrete) % % This function performs discret recombination between pairs of individuals % and returns the new individuals after mating. % % Syntax: NewChrom = rec
www.eeworm.com/read/369048/9666522

m sus.m

% SUS.M (Stochastic Universal Sampling) % % This function performs selection with STOCHASTIC UNIVERSAL SAMPLING. % % Syntax: NewChrIx = sus(FitnV, Nsel) % % Input parameters: % Fit
www.eeworm.com/read/369048/9666535

m migrate.m

% MIGRATE.M (MIGRATion of individuals between subpopulations) % % This function performs migration of individuals. % % Syntax: [Chrom, ObjV] = migrate(Chrom, SUBPOP, MigOpt, ObjV) % % Inpu
www.eeworm.com/read/172975/9681210

m tournsel.m

function[newPop] = tournSelect(oldPop,options) % Performs a tournament selection. % function[newPop] = tournSelect(oldPop,options) % newPop - the new population selected from the oldPop % oldPop