Non Sorting Genetic Algorithm II (NSGA-II)

Bearable and compressed implementation of Non Sorting Genetic Algorithm II (NSGA-II)
3.3K 次下载
更新时间 2019/11/25

查看许可证

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 (2024). Non Sorting Genetic Algorithm II (NSGA-II) (https://www.mathworks.com/matlabcentral/fileexchange/65494-non-sorting-genetic-algorithm-ii-nsga-ii), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2017a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Genetic Algorithm 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
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