MATLAB gaot遗传算法工具箱的交叉概率和变异概率如何设置?。
Show older comments
[z,enpop,bpop,trace]=gaot_ga(ones(2,1)*[-5,5],'fitness2',[],pop,...
[1e-6,1,0],'maxGenTerm',25,'normGeomSelect',0.08,'arithXover',2,'multiNonUnifMutation',[2 25 3]);
一是我不太清楚能否通过设置红色标志的数字来修改交叉概率和变异概率,二是我看到之前的一些帖子说可通过gaoptimset函数来修改,但我没有在该函数程序中发现这两个概率的位置,在此希望高人指点,不胜感激
Accepted Answer
More Answers (0)
Categories
Find more on Just for fun in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!