How to track optimization process?
6 ビュー (過去 30 日間)
古いコメントを表示
Hi all,
I am solving a problem using genetic algorithm for the first time. The optimization code has been running for a while, but I am not sure if it is working properly. Is there a way to track the progress of GA optimization in Matlab?
Thank you, Wendy
0 件のコメント
回答 (2 件)
Alan Weiss
2014 年 6 月 19 日
Probably the best way is to include a plot function in your options. You can also ask for iterative display. Unfortunately, you have to do either or both of those before you call ga.
Alan Weiss
MATLAB mathematical toolbox documentation
0 件のコメント
Aysegul GORDEBIL
2020 年 3 月 3 日
This video will be beneficial to understand how to track the GA process. This is a sequel of a problem-solving video for the GA optimized PID tuning.
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!