A Genetic Algorithm Framework in Python
Project description
A Genetic Algorithm Framework in PyThon
Introduction
gaft is a Python Framework for genetic algorithm computation. It provide built-in genetic operators for genetic algorithm optimization and plugin interfaces for users to define your own genetic operators and on-the-fly analysis for algorithm testing.
Installation:
Via pip:
pip install gaft
From source:
python setup.py install
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gaft-0.1.2.zip
(21.6 kB
view hashes)
Built Distribution
gaft-0.1.2-py2.py3-none-any.whl
(15.6 kB
view hashes)