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
|
Source: genetic
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Angel Ramos <seamus@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-numpy <!nocheck>,
python3-multiprocess <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/science-team/genetic
Vcs-Git: https://salsa.debian.org/science-team/genetic.git
Homepage: https://github.com/skoblov-lab/genetic
Rules-Requires-Root: no
Package: python3-genetic
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
python3-numpy,
python3-multiprocess
Description: genetic algorithms in Python
Python3-genetic provides genetic algorithms for Python3, 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 !
|