現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
This function performs a Non Sorting Genetic Algorithm II (NSGA-II) for minimizing continuous functions. The implementation is bearable, computationally cheap, and compressed (the algorithm only requires one file: NSGAIII.m). An 'example.m' script is provided in order to help users to use the implementation. It is also noteworthy to mention that the code is highly commented for easing the understanding. This implementation is based on the paper of Deb et al. (2002), "A fast and elitist multiobjective genetic algorithm: NSGA-II".
引用
Víctor Martínez-Cagigal (2026). Non Sorting Genetic Algorithm II (NSGA-II) (https://jp.mathworks.com/matlabcentral/fileexchange/65494-non-sorting-genetic-algorithm-ii-nsga-ii), MATLAB Central File Exchange. に取得済み.
謝辞
ヒントを与えたファイル: Cascade Power Generation Cycle Optimization
