penalty fitness value not changing
2 ビュー (過去 30 日間)
古いコメントを表示
Hi
i am using ga for a mixed integer nonlinear constrained problem. i have got this plot result . the penality fitness value is constant along the generations and the run was terminated at genration 50. what does it mean?? i want also to understand the fundmental meaning of penality fitness value and what is the shape of the plot for a feasable solution
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/376221/image.png)
0 件のコメント
回答 (2 件)
Star Strider
2020 年 10 月 10 日
The penalty may not change.
In the options structure (in R2020b), I would use: 'PlotFcn',@gaplotbestf instead of whatever you are using. (I cannot tell what that is.)
Alan Weiss
2020 年 10 月 25 日
There may be only one feasible point that ga found.
Alan Weiss
MATLAB mathematical toolbox documentation
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Genetic Algorithm についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!