genetic 0.1.1b-11 source package in Ubuntu

Changelog

genetic (0.1.1b-11) unstable; urgency=low

  * QA upload.
  * Build using dh_python2
 -- Matthias Klose <email address hidden>   Sat,  17 Dec 2011 19:37:05 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
Angel Ramos
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main python

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
genetic_0.1.1b.orig.tar.gz 24.3 KiB ca3ea068a8ead99f44d0c5e780bc97a7d0ce3df64c22729aa74770a8492f28cf
genetic_0.1.1b-11.diff.gz 2.8 KiB b39600fcf10ccd192f1b240b947ea3d929c7242ea82ed975068296dc0cdccd3c
genetic_0.1.1b-11.dsc 1.1 KiB 3d228170eb065ae0ca974590f36e88d768a7e3bc09e8c303d7a5106f8681f920

Available diffs

View changes file

Binary packages built by this source

python-genetic: 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 !