Source: genetic Section: python Priority: optional Maintainer: Angel Ramos Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27) Standards-Version: 3.8.1 Homepage: http://home.gna.org/oomadness/en/genetic/ Package: python-genetic Architecture: all Depends: ${python:Depends}, ${misc:Depends} Description: genetic algorithms in Python python-genetic provides genetic algorithms for Python, as often used in artificial intelligence. It should be able to solve any problem that consists in minimizing functions. . You'll find some demos using Genetic in this package, including an impressively simple program that provides a solution to the well-known TSP (Travelling Salesman Problem). Also, make sure to read demo/genetic_demo_2.py for the list of the special "magic" genes that make Genetic really fun and ... living !