Genetic 0.1

This is a package for Artificial Intelligence and genetic algos in Python.

To install it, run :
  python setup.py build
  su
  python setup.py install


You'll find some demo / experience / ... in genetic/demo, including the famous
TSP. Read genetic/demo/genetic_demo_2.py for the list of the special "magic"
genes that make Genetic really fun and... living !

try :

python genetic/demo/demo_jump.py
python genetic/demo/demo_saleman.py
python genetic/demo/demo_circle.py (require at least Python 2.1)
python genetic/demo/demo_graph.py

for demo with Tkinter interface.


The genetic.prog module contains genetic programming stuff... but they are not
efficient at all. Try python genetic/demo/demo_prog_graph.py for a Tk demo.

I really wonder if i don't give too much liberty to my organism, as they
something refuse to evoluate and solve the problem... 8-O


Mail me for any trouble, comment or question !

Jiba -- jiba@tuxfamily.org
