File: control

package info (click to toggle)
genetic 0.1.1b-7
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 216 kB
  • ctags: 299
  • sloc: python: 1,042; makefile: 8
file content (22 lines) | stat: -rw-r--r-- 932 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: genetic
Section: python
Priority: optional
Maintainer: Marc Dequènes (Duck) <Duck@DuckCorp.org>
Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), python-support (>= 0.3.2), quilt, patchutils (>= 0.2.25)
Standards-Version: 3.7.3.0
Homepage: http://home.gna.org/oomadness/en/genetic/

Package: python-genetic
Architecture: all
Depends: ${python: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 !