Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dojeda/nsga2-cpp
NSGA-II Implementation in C++
https://github.com/dojeda/nsga2-cpp
Last synced: 18 days ago
JSON representation
NSGA-II Implementation in C++
- Host: GitHub
- URL: https://github.com/dojeda/nsga2-cpp
- Owner: dojeda
- Created: 2012-05-18T14:55:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-28T10:54:13.000Z (over 11 years ago)
- Last Synced: 2024-07-31T22:58:03.408Z (3 months ago)
- Language: C
- Size: 281 KB
- Stars: 27
- Watchers: 6
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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 branchOriginal code in C from:
Kanpur Genetic Algorithms Laboratoryhttp://www.iitk.ac.in/kangal/codes.shtml