Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elek/helloga
Hello world with genetic algorithm in python. Just for learning.
https://github.com/elek/helloga
Last synced: 20 days ago
JSON representation
Hello world with genetic algorithm in python. Just for learning.
- Host: GitHub
- URL: https://github.com/elek/helloga
- Owner: elek
- Created: 2010-12-17T18:47:16.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-17T18:47:44.000Z (almost 14 years ago)
- Last Synced: 2024-10-24T09:25:58.359Z (27 days ago)
- Language: Python
- Homepage: http://www.puremango.co.uk/2010/12/genetic-algorithm-for-hello-world/
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
One of the best method to understand something is to implement it.
-----------------------------------------------------------------------------
It's just a basic implementation of a Hello World with genetic algorithm, according to this article:
http://www.puremango.co.uk/2010/12/genetic-algorithm-for-hello-world/