This file is indexed.

/usr/share/doc/python-genetic/README is in python-genetic 0.1.1b-11build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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