Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
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".
Zitieren als
Víctor Martínez-Cagigal (2026). Non Sorting Genetic Algorithm II (NSGA-II) (https://de.mathworks.com/matlabcentral/fileexchange/65494-non-sorting-genetic-algorithm-ii-nsga-ii), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert: Cascade Power Generation Cycle Optimization
Allgemeine Informationen
- Version 1.2 (432 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.2 | The old mutation operator is substituted by a weighted normal distribution approach, as suggested by Alexander Hagg, which reaches faster convergences. |
||
| 1.1.1.0 | True ParetoFronts for the examples are now uploaded |
||
| 1.1.0.0 |
