https://github.com/unamfi/NSGA-II
:dart: Non-dominated Sorting Genetic Algorithm
https://github.com/unamfi/NSGA-II
genetic-algorithm nsga-ii python
Last synced: 6 months ago
JSON representation
:dart: Non-dominated Sorting Genetic Algorithm
- Host: GitHub
- URL: https://github.com/unamfi/NSGA-II
- Owner: unamfi
- Created: 2016-01-25T22:22:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-16T16:18:12.000Z (about 9 years ago)
- Last Synced: 2024-11-02T22:32:45.674Z (11 months ago)
- Topics: genetic-algorithm, nsga-ii, python
- Language: Python
- Homepage:
- Size: 461 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-UNAM - Non-dominated Sorting Genetic Algorithm - II
README

This program is based on the [NSGA-II paper](Resources/NSGA-II.pdf).
To run this project with Xcode just select the python3.3 binary on the scheme settings and run as you would usually.