Simple Genetic Algorithms Library
Project description
Overview:
--------
pygene simple genetic algorithms and genetic programming library
for python that is easy to use and understand with multiple
working out-of-the-box examples.
This is your chance to play God:
- You design the genome of a species.
- You implement a fitness calculation procedure for members of that species.
- You create a population of that species, then sit back as members
of the species indulge their promiscuous desires.
- A given organism's chance of getting laid is proportional
to its fitness.
- Watch as your population evolves closer and closer to perfection, or converges
to something reasonably close to it.
Installation for python3 is possible from the PIP:
pip3 install pygene3
Documentation:
-------------
To get your nice HTML doco, type:
./makedoc.py
Examples:
--------
There are some examples in the examples and examples3 directory, including:
- Travelling Salesman Problem (console and graphical versions)
- simple converger
- string guesser
- function deriver (genetic programming)
Examples will import the pygene from local linked directory. On Windows
you might need to copy the directory or use globally installed pygene.
--------
pygene simple genetic algorithms and genetic programming library
for python that is easy to use and understand with multiple
working out-of-the-box examples.
This is your chance to play God:
- You design the genome of a species.
- You implement a fitness calculation procedure for members of that species.
- You create a population of that species, then sit back as members
of the species indulge their promiscuous desires.
- A given organism's chance of getting laid is proportional
to its fitness.
- Watch as your population evolves closer and closer to perfection, or converges
to something reasonably close to it.
Installation for python3 is possible from the PIP:
pip3 install pygene3
Documentation:
-------------
To get your nice HTML doco, type:
./makedoc.py
Examples:
--------
There are some examples in the examples and examples3 directory, including:
- Travelling Salesman Problem (console and graphical versions)
- simple converger
- string guesser
- function deriver (genetic programming)
Examples will import the pygene from local linked directory. On Windows
you might need to copy the directory or use globally installed pygene.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pygene3-0.3.1.tar.gz
(20.0 kB
view details)
File details
Details for the file pygene3-0.3.1.tar.gz
.
File metadata
- Download URL: pygene3-0.3.1.tar.gz
- Upload date:
- Size: 20.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f25d30182f336f4c165a655b579c682df772d90455e76ef28d704f7d7e9bcb68 |
|
MD5 | 35dfd722041f3681da89d34b51aa5e37 |
|
BLAKE2b-256 | 79c2d66a2e5975374dffcb82ddc76d1fd5599476ed70c6a30fa03fbaa6f2183d |