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!