Metadata-Version: 2.1
Name: EvoDAG
Version: 0.17.1
Summary: Evolving Directed Acyclic Graph
Home-page: https://github.com/mgraffg/EvoDAG
Author: Mario Graff
Author-email: mgraffg@ieee.org
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: SparseArray

EvoDAG
=========================================

.. image:: https://travis-ci.org/mgraffg/EvoDAG.svg?branch=master
	   :target: https://travis-ci.org/mgraffg/EvoDAG

.. image:: https://ci.appveyor.com/api/projects/status/vx09qqgluff3ko5e?svg=true		    
	   :target: https://ci.appveyor.com/project/mgraffg/evodag

.. image:: https://coveralls.io/repos/github/mgraffg/EvoDAG/badge.svg?branch=master		    
	   :target: https://coveralls.io/github/mgraffg/EvoDAG?branch=master

.. image:: https://anaconda.org/ingeotec/evodag/badges/version.svg
	   :target: https://anaconda.org/ingeotec/evodag		    

.. image:: https://badge.fury.io/py/EvoDAG.svg		    
	   :target: https://badge.fury.io/py/EvoDAG


Evolving Directed Acyclic Graph (EvoDAG) is a steady-state Genetic
Programming system with tournament selection.

More information can be found on `EvoDAG <http://github.com/mgraffg/EvoDAG>`_.
