Skip to content

A simple and easy-to-use implementation of a Genetic Algorithm library in Python

License

Notifications You must be signed in to change notification settings

remiomosowon/pyeasyga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7c0c152 · Jun 15, 2021

History

85 Commits
Mar 12, 2020
Jul 24, 2014
Jun 15, 2021
Jun 15, 2021
Jun 15, 2021
Mar 15, 2020
Apr 7, 2015
Apr 7, 2015
Apr 7, 2015
Apr 7, 2015
Jul 3, 2014
Jul 14, 2014
Jul 14, 2014
Aug 5, 2016
Apr 7, 2015
Apr 5, 2015
Apr 7, 2015
Jun 5, 2020
Apr 5, 2015
Aug 5, 2016

Repository files navigation

pyeasyga

PyPI Build Status Coverage Status Downloads

Introduction

A simple and easy-to-use implementation of a Genetic Algorithm library in Python.

pyeasyga provides a simple interface to the power of Genetic Algorithms (GAs). You don't have to have expert GA knowledge in order to use it.

Installation

At the command line, simply run:

$ pip install pyeasyga

Or clone this repository and run python setup.py install from within the project directory. e.g.:

$ git clone https://github.com/remiomosowon/pyeasyga.git
$ cd pyeasyga
$ python setup.py install

For alternative install methods, see the INSTALL file or the Installation section in the documentation.

Examples

See the Usage section in the documentation for examples. The example files can be found in the examples directory.

Note

  • Currently under active development

About

A simple and easy-to-use implementation of a Genetic Algorithm library in Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published