Home \ Multiobjective Optimization \ NSGA-III: Non-dominated Sorting Genetic Algorithm, the Third Version — MATLAB Implementation

NSGA-III: Non-dominated Sorting Genetic Algorithm, the Third Version — MATLAB Implementation

Jan and Deb, extended the well-know NSGA-II to deal with many-objective optimization problem, using a reference point approach, with non-dominated sorting mechanism. The newly developed algorithm is simply called: NSGA-III. The main reference paper is available to download, here.

In this post, we are going to share with you, the MATLAB implementation of NSGA-III, as an open source project. The algorithm is implemented in a structured manner and if you are familiar with MATLAB programming language, you will find it easy, to use the codes in your research projects. Also it is very similar to previously published implementation of NSGA-II, in this link.

Downloads

The download link of this project follows.

Implementation of NSGA-III in MATLAB

Download

Citing This Work

If you wish, you can cite this content as follows.

Cite as:

Mostapha Kalami Heris, NSGA-III: Non-dominated Sorting Genetic Algorithm, the Third Version — MATLAB Implementation (URL: https://yarpiz.com/456/ypea126-nsga3), Yarpiz, 2016.

One comment

  1. Prof (Retd) Rupenaguntla Sambasiva Rao

    The programs are useful for research projects

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.

x

Check Also

Strength Pareto Evolutionary Algorithm 2 (SPEA2) in MATLAB

Strength Pareto Evolutionary Algorithm 2 (SPEA2) is an extended version of SPEA multi-objective evolutionary optimization ...