nsga2-cpp icon indicating copy to clipboard operation
nsga2-cpp copied to clipboard

NSGA-II Implementation in C++

A C++ implementation of the NSGA-II algorithm based on the original C implementation.

First version that ignores some of the existing code and sticks to the paper definition Test branch

Original code in C from: Kanpur Genetic Algorithms Laboratory

http://www.iitk.ac.in/kangal/codes.shtml