Matlab Multi-optimization Toolbox
4 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I have a very basic question about Matlab Multi-optimization Toolbox. Does Matlab use NSGA II (Non-dominated Sorting Genetic Algorithm II) in this Toolbox? I know how to do a multi-objective optimization using this Toolbox but I am curious to know the exact method which Matlab implements.
Best, Hami
0 件のコメント
採用された回答
Walter Roberson
2016 年 4 月 6 日
Not exactly. See
Neither of the above two use anything related to NSGA-II. But
"gamultiobj uses a controlled elitist genetic algorithm (a variant of NSGA-II [1]). An elitist GA always favors individuals with better fitness value (rank). A controlled elitist GA also favors individuals that can help increase the diversity of the population even if they have a lower fitness value"
その他の回答 (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!