代码搜索:pmutation
找到约 122 项符合「pmutation」的源代码
代码结果 122
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/13168440
m testga.m
GAPara.MaxGen =100;
GAPara.SizePop =600;
GAPara.StrAimFcn='AimFcn';
GAPara.CodeFcn ='float';
GAPara.SelectFcn='roulette';
GAPara.CrossFcn ='float';
GAPara.PCross =[0.7];
GAPara.MutationFc
www.eeworm.com/read/318884/13467909
txt 基于matlab的函数优化遗传算法程序 .txt
function [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation,options)
% [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation)
% Finds a maximum of a function of several var
www.eeworm.com/read/494592/6378195
cpp chengxucanshu.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "ChengXuCanShu.h"
//----------------------------------------------------
www.eeworm.com/read/490670/6450787
txt 程序b.txt
function [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation,options)
% [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation)
% Finds a maximum of a function of several va
www.eeworm.com/read/483246/6601561
m qmutation.m
function ret=Qmutation(pmutation,chrom,sizepop,lenchrom)
% quantum mutation , Quantum Not Gate
for i=1:sizepop
% select child at random
pick=rand;
while pick==0
pi
www.eeworm.com/read/483246/6601573
asv qmutation.asv
function ret=Qmutation(pmutation,individuals.chrom,sizepop,lenchrom)
for i=1:sizepop
% select child at random
pick=rand;
while pick==0
pick=rand;
end
index
www.eeworm.com/read/483249/6601662
m qmutation.m
function ret=Qmutation(pmutation,chrom,sizepop,lenchrom)
% quantum mutation , Quantum Not Gate
for i=1:sizepop
% select child at random
pick=rand;
while pick==0
pi
www.eeworm.com/read/483249/6601674
asv qmutation.asv
function ret=Qmutation(pmutation,individuals.chrom,sizepop,lenchrom)
for i=1:sizepop
% select child at random
pick=rand;
while pick==0
pick=rand;
end
index
www.eeworm.com/read/409701/11315620
m test.m
% this file is test cases
%%%%%%%%%%%%%% test function [y]=flip(x)
% x=zeros(1,10);
% for m=1:10
% x(m)=flip(0.5);
% end
% x
%%%%%%%%%%%%%% test function [y]=randint(low,high)
% x=zeros(1,