代码搜索:selection

找到约 9,869 项符合「selection」的源代码

代码结果 9,869
www.eeworm.com/read/369221/9659097

m selection.m

function [newpop]=selection(pop,fitvalue) global popsize; fitvalue=hjjsort(fitvalue); totalfit=sum(fitvalue); %求适应值之和 fitvalue=fitvalue/totalfit; %单个个体被选择的概率 fitvalue=cumsum(fitvalu
www.eeworm.com/read/366836/9796603

m selection.m

% 2.4 选择复制 % 选择或复制操作是决定哪些个体可以进入下一代。程序中采用赌轮盘选择法选择,这种方法较易实现。 % 根据方程 pi=fi/∑fi=fi/fsum ,选择步骤: % 1)在第 t 代,由(1)式计算 fsum 和 pi % 2)产生 {0,1} 的随机数 rand( .),求 s=rand( .)*fsum % 3)求 ∑fi≥s 中最小的 k ,则第 k 个个体被
www.eeworm.com/read/268811/11120275

html selection.html

www.eeworm.com/read/414147/11126227

m selection.m

% 2.4 选择复制 % 选择或复制操作是决定哪些个体可以进入下一代。程序中采用赌轮盘选择法选择,这种方法较易实现。 % 根据方程 pi=fi/∑fi=fi/fsum ,选择步骤: % 1)在第 t 代,由(1)式计算 fsum 和 pi % 2)产生 {0,1} 的随机数 rand( .),求 s=rand( .)*fsum % 3)求 ∑fi≥s 中最小的 k ,则第 k 个个体被
www.eeworm.com/read/147311/12568315

html selection.html

Using the Selection of a JTextComponent (Java Developers Almanac Example)
www.eeworm.com/read/146690/12623278

class selection.class

www.eeworm.com/read/146690/12624258

java selection.java

www.eeworm.com/read/146544/12639919

m selection.m

function [newpop]=selection(pop,fitvalue) global popsize; fitvalue=hjjsort(fitvalue); totalfit=sum(fitvalue); %求适应值之和 fitvalue=fitvalue/totalfit; %单个个体被选择的概率 fitvalue=cumsum(fitvalu
www.eeworm.com/read/134728/13975798

m selection.m

function [max_fitness_temp_position,decimal_space_selected,binary_space_selected,maxfitness_selection]=selection(decimal_space,binary_space,fitness_value,bits) %Selection Function Of Simple Genetic
www.eeworm.com/read/204858/15332504

jsp selection.jsp