代码搜索:Probability

找到约 4,670 项符合「Probability」的源代码

代码结果 4,670
www.eeworm.com/read/133217/14052049

m nonunifmutation.m

function [parent] = nonUnifMutate(parent,bounds,Ops) % Non uniform mutation changes one of the parameters of the parent % based on a non-uniform probability distribution. This Gaussian % distribut
www.eeworm.com/read/205306/15321197

m nonunifmutation.m

function [parent] = nonUnifMutate(parent,bounds,Ops) % Non uniform mutation changes one of the parameters of the parent % based on a non-uniform probability distribution. This Gaussian % distribution
www.eeworm.com/read/202785/15373068

m nonunifm.m

function [parent] = nonUnifMutate(parent,bounds,Ops) % Non uniform mutation changes one of the parameters of the parent % based on a non-uniform probability distribution. This Gaussian % distrib
www.eeworm.com/read/200886/15420733

m tracelogprobu.m

% function p = traceLogProbU(G,val,latentTrace, states,sampleNum) % % Given the state for the HMM, and the latent trace, % calculate the emission probability for all 'states'. % % p(val|state,latentT
www.eeworm.com/read/200886/15420792

m traceprobu.m

% function p = traceProbU(state,val,z,mySigma,justTheseStates,sampleNum) % % Given the state for the HMM, and the latent trace, % calculate the emission probability: % % p(val|state,latentTrace) = nor
www.eeworm.com/read/200886/15420913

m traceprob.m

% function p = traceProb(state,val,z,mySigma,justTheseStates,sampleNum) % % Given the state for the HMM, and the latent trace, % calculate the emission probability: % % p(val|state,latentTrace) = norm
www.eeworm.com/read/200886/15420930

m tracelogprob.m

% function p = traceLogProb(G,val,latentTrace, states,sampleNum) % % Given the state for the HMM, and the latent trace, % calculate the emission probability for all 'states'. % % p(val|state,latentTr
www.eeworm.com/read/109472/15557031

m mutation.m

function ret=Mutation(pmutation,lenchrom,chrom,sizepop,opts,pop,bound) % In this function,it fulfils a mutation among chromosomes % pcorss input : probability of mutation % lenchrom input : l
www.eeworm.com/read/104297/15699685

m nonunifmutation.m

function [parent] = nonUnifMutate(parent,bounds,Ops) % Non uniform mutation changes one of the parameters of the parent % based on a non-uniform probability distribution. This Gaussian % distribution
www.eeworm.com/read/101825/15806226

m mutation.m

function ret=Mutation(pmutation,lenchrom,chrom,sizepop,opts,pop,bound) % In this function,it fulfils a mutation among chromosomes % pcorss input : probability of mutation % lenchrom input : l