代码搜索:selection
找到约 9,869 项符合「selection」的源代码
代码结果 9,869
www.eeworm.com/read/416749/2118988
js conditional_selection.js
// 'lookups' and 'connections' are produced by the master conditional widget
var NOSELECTION = 'No selection.';
function ConditionalSelection() {
}
function in_array(a, val) {
if(!a.length) {
r
www.eeworm.com/read/403132/2315820
tpl sites_selection.tpl
{'General_Website'|translate} {$siteName}
www.eeworm.com/read/400137/2355574
tpl sites_selection.tpl
{'General_Website'|translate} {$siteName}
www.eeworm.com/read/395890/2432031
m sga_selection.m
% 选择复制
% 选择或复制操作是决定哪些个体可以进入下一代。程序中采用赌轮盘选择法选择,这种方法较易实现。
% 根据方程 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/395890/2432060
m selection_best.m
function [dna_best,dna_best_value]=selection_best(popsize,pop,fitvalue)
row=1;
dna_best=pop(:,1);
dna_best_value=fitvalue(1);
while row
www.eeworm.com/read/395890/2432098
m sga_selection.m
% 选择复制
% 选择或复制操作是决定哪些个体可以进入下一代。程序中采用赌轮盘选择法选择,这种方法较易实现。
% 根据方程 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/395890/2432127
m selection_best.m
function [dna_best,dna_best_value]=selection_best(popsize,pop,fitvalue)
row=1;
dna_best=pop(:,1);
dna_best_value=fitvalue(1);
while row
www.eeworm.com/read/395890/2432165
m sga_selection.m
% 选择复制
% 选择或复制操作是决定哪些个体可以进入下一代。程序中采用赌轮盘选择法选择,这种方法较易实现。
% 根据方程 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/395890/2432193
m selection_best.m
function [dna_best,dna_best_value]=selection_best(popsize,pop,fitvalue)
row=1;
dna_best=pop(:,1);
dna_best_value=fitvalue(1);
while row
www.eeworm.com/read/395890/2432231
m sga_selection.m
% 选择复制
% 选择或复制操作是决定哪些个体可以进入下一代。程序中采用赌轮盘选择法选择,这种方法较易实现。
% 根据方程 pi=fi/∑fi=fi/fsum ,选择步骤:
% 1)在第 t 代,由(1)式计算 fsum 和 pi
% 2)产生 {0,1} 的随机数 rand( .),求 s=rand( .)*fsum
% 3)求 ∑fi≥s 中最小的 k ,则第 k 个个体被选中