Source: genetic Maintainer: Debian Science Team Uploaders: Angel Ramos Section: python Testsuite: autopkgtest-pkg-python Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, python3-numpy , python3-multiprocess 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 !