Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/odsod/genetic-expression-generator
Python implementation of a genetic algorithms tutorial
https://github.com/odsod/genetic-expression-generator
Last synced: about 2 months ago
JSON representation
Python implementation of a genetic algorithms tutorial
- Host: GitHub
- URL: https://github.com/odsod/genetic-expression-generator
- Owner: odsod
- License: mit
- Created: 2014-11-30T17:26:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-01T11:49:49.000Z (about 10 years ago)
- Last Synced: 2024-10-14T06:27:40.069Z (3 months ago)
- Language: Python
- Homepage: http://www.ai-junkie.com/ga/intro/gat1.html
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Genetic Algorithms in Plain English
This is my Python implementation of the [Genetic Algorithms in Plain
English](http://www.ai-junkie.com/ga/intro/gat1.html) tutorial from
[ai-junkie](http://www.ai-junkie.com).