Skip to content

c++ implementation of NSGA2( non-dominated sorting genetic algorithm II)

License

Notifications You must be signed in to change notification settings

huiwenzhang/nsga2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nsga2

c++ implementation of NSGA2( non-dominated sorting genetic algorithm II)

Compile

  • cmake > 3.5
  • g++ (Ubuntu 7.5.0-3ubuntu1~18.04)
mkdir build
cd build/
cmake ..
make

Run & test

cd build/
mkdir front
./test_nsga2

Generated result data are saved under directory build/front.

Results

Test on Zdt1 and Zdt3 problem, Results are shown below

References

About

c++ implementation of NSGA2( non-dominated sorting genetic algorithm II)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published