代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/459846/7264103
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/449504/7501990
m norm_pdf.m
function pdf = norm_pdf (x, m, v)
% PURPOSE: computes the normal probability density function
% for each component of x with mean m, variance v
%------------------------------------------
www.eeworm.com/read/444595/7611153
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/440025/7695716
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/436736/7762990
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/436271/7773125
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/250359/7811477
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/196825/8056131
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/295861/8136450
c bound_rate12_bsc_best.c
// ------------------------------------------------------------------------
// File: bound_rate12_bsc_best.c
//
// Improved union bound on the probability of a bit error of a memory-2
// rate-1/2
www.eeworm.com/read/295861/8136455
c bound_rate12_bsc_meeberg.c
// ------------------------------------------------------------------------
// File: bound_rate12_bsc_meebe
//
// Another union bound on the probability of a bit error of a memory-2
// rate-1/2 co