pyevolve-graph
complete genetic algorithm framework
Install
- All systems
-
curl cmd.cat/pyevolve-graph.sh
- Debian
-
apt-get install python-pyevolve
- Ubuntu
-
apt-get install python-pyevolve
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-pyevolve
- Raspbian
-
apt-get install python-pyevolve
- Dockerfile
- dockerfile.run/pyevolve-graph
python-pyevolve
complete genetic algorithm framework
Pyevolve was developed to be a complete genetic algorithm framework written in pure Python. It provides an easy-to-use API, implementing the most common features of GA, including various selectors and scaling schemes. It is also easily extendable, allowing users to create new representations and genetic operators. Various methods of interactive and non-interactive visualization are supported. This package contains the Python modules.