Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rdeits/simple-ga
A very simple genetic algorithm implementation
https://github.com/rdeits/simple-ga
Last synced: 2 days ago
JSON representation
A very simple genetic algorithm implementation
- Host: GitHub
- URL: https://github.com/rdeits/simple-ga
- Owner: rdeits
- Created: 2012-10-26T02:45:09.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-26T02:46:05.000Z (about 12 years ago)
- Last Synced: 2024-10-12T14:53:18.999Z (about 1 month ago)
- Language: Python
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Genetic Algorithm
=================This is a simple GA implementation in Python, which I wrote for some robotics
projects. To see an example of usage, look at test_ga.py.