SkillAgentSearch skills...

Pyeasyga

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

Install / Use

/learn @remiomosowon/Pyeasyga
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

  • Homepage: https://github.com/remiomosowon/pyeasyga
  • PyPI: https://pypi.python.org/pypi/pyeasyga
  • Documentation: http://pyeasyga.readthedocs.org.
  • Issues / Feedback: https://github.com/remiomosowon/pyeasyga/issues
  • Free software: BSD license

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


.. |PyPI| image:: https://badge.fury.io/py/pyeasyga.png
   :target: http://badge.fury.io/py/pyeasyga

.. |Build Status| image:: https://travis-ci.org/remiomosowon/pyeasyga.png?branch=develop
   :target: https://travis-ci.org/remiomosowon/pyeasyga

.. |Coverage Status| image:: https://coveralls.io/repos/remiomosowon/pyeasyga/badge.png?branch=develop
   :target: https://coveralls.io/r/remiomosowon/pyeasyga?branch=develop

.. |Downloads| image:: https://img.shields.io/pypi/dm/pyeasyga.png
   :target: https://pypi.python.org/pypi/pyeasyga

View on GitHub
GitHub Stars131
CategoryDevelopment
Updated2mo ago
Forks41

Languages

Python

Security Score

95/100

Audited on Jan 15, 2026

No findings