c++ implementation of NSGA2( non-dominated sorting genetic algorithm II)
- cmake > 3.5
- g++ (Ubuntu 7.5.0-3ubuntu1~18.04)
mkdir build
cd build/
cmake ..
make
cd build/
mkdir front
./test_nsga2
Generated result data are saved under directory build/front
.