⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 low.m

📁 The Source of Genetic Programming developed in Matlab
💻 M
字号:
function pop=low(pop,state)
%LOW    Applies restrictions to the size of a GPLAB population.
%   LOW(POPULATION,STATE) returns the first STATE.POPSIZE individuals from
%   POPULATION (parents and offspring), for the next generation. Does
%   basicaly the same as fixedpopsize.m but is used in a different context,
%   that of resource-limited GP, instead of fixed population size GP.
%   
%   Input arguments:
%      POPULATION - ordered list of (parents and offspring) individuals (array)
%      STATE - the current state of the algorithm (struct)
%   Output arguments:
%      POPULATION - individuals surviving into the next generation (array)
%
%   See also RESOURCES, STEADY, FRE

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -