MATLAB gaot遗传算法工具箱的交叉概率和变异概率如何设置?。
显示 更早的评论
[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函数来修改,但我没有在该函数程序中发现这两个概率的位置,在此希望高人指点,不胜感激
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Just for fun 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!