Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.