genetic 0.1.1b+git20170527.98255cb-4 source package in Ubuntu

Changelog

genetic (0.1.1b+git20170527.98255cb-4) unstable; urgency=medium

  * Replace Angel Ramos as uploader (Closes: #1012006)
  * Bump Standards-Version to 4.6.2
  * Update packaging

 -- Timo Röhling <email address hidden>  Thu, 22 Jun 2023 21:57:45 +0200

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python
Mantic release universe python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
genetic_0.1.1b+git20170527.98255cb-4.dsc 2.1 KiB aeb88eb83151cf13803a12d6d6b616cd513c6772369006d12071b3532a4ae204
genetic_0.1.1b+git20170527.98255cb.orig.tar.gz 9.0 KiB 150a463fd9bdac4502bcc3a915d8113aae2c736b16b21f4858503e2bdcb18db8
genetic_0.1.1b+git20170527.98255cb-4.debian.tar.xz 4.0 KiB ecbc180e538a6b8da0bb985e112cc87b32c6a1a51521f56f03bf33e6f2d60de5

No changes file available.

Binary packages built by this source

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