代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/241645/13127781
m binarymutation.m
function [parent] = binaryMutate(parent,bounds,Ops)
% Binary mutation changes each of the bits of the parent
% based on the probability of mutation
%
% function [newSol] = binaryMutate(parent,bounds,O
www.eeworm.com/read/139460/13155295
m binarymutation.m
function [parent] = binaryMutate(parent,bounds,Ops)
% Binary mutation changes each of the bits of the parent
% based on the probability of mutation
%
% function [newSol] = binaryMutate(parent,bounds,O
www.eeworm.com/read/241219/13163577
m cross.m
function ret=Cross(pcross,lenchrom,chrom,sizepop,opts,pop)
% In this function,it fulfils a crossover among chromosomes
% pcorss input : probability of crossover
% lenchrom input : length of a
www.eeworm.com/read/326065/13168401
m mutation.m
function Ret=Mutation(PMutation,LenChrom,Individuals,SizePop,Opts,Bound,Pop)
% In this function,it fulfils a mutation among chromosomes
% PMutation input : probability of mutation
% LenChrom inpu
www.eeworm.com/read/326065/13168407
asv cross.asv
function Ret=Cross(PCross,LenChrom,Individuals,SizePop,Opts,Pop)
% In this function,it fulfils a crossover among Chromosomes
% PCross input : probability of crossover
% LenChrom input : Lengt
www.eeworm.com/read/326065/13168418
m cross.m
function Ret=Cross(PCross,LenChrom,Individuals,SizePop,Opts,Pop)
% In this function,it fulfils a crossover among Chromosomes
% PCross input : probability of crossover
% LenChrom input : Lengt
www.eeworm.com/read/324301/13274181
m binarymutation.m
function [parent] = binaryMutate(parent,bounds,Ops)
% Binary mutation changes each of the bits of the parent
% based on the probability of mutation
%
% function [newSol] = binaryMutate(parent,bounds,O
www.eeworm.com/read/324300/13274401
m binarymutation.m
function [parent] = binaryMutate(parent,bounds,Ops)
% Binary mutation changes each of the bits of the parent
% based on the probability of mutation
%
% function [newSol] = binaryMutate(parent,bounds,O
www.eeworm.com/read/323721/13325248
m mut.m
% MUT.m
%
% This function takes the representation of the current population,
% mutates each element with given probability and returns the resulting
% population.
%
% Syntax: NewChrom = mut(Old
www.eeworm.com/read/137209/13340135
m binarymutation.m
function [parent] = binaryMutate(parent,bounds,Ops)
% Binary mutation changes each of the bits of the parent
% based on the probability of mutation
%
% function [newSol] = binaryMutate(parent,bounds,O