Metadata-Version: 2.1
Name: ModEA
Version: 0.3.1
Summary: A modular evolutionary algorithm framework, mostly tailored to a modular implementation of the CMA-ES
Home-page: https://github.com/sjvrijn/ModEA
Author: Sander van Rijn
Author-email: svr003@gmail.com
License: UNKNOWN
Description: [![PyPI version](https://badge.fury.io/py/ModEA.svg)](https://badge.fury.io/py/ModEA)
        [![Build Status](https://travis-ci.org/sjvrijn/ModEA.svg?branch=master)](https://travis-ci.org/sjvrijn/ModEA)
        [![Coverage Status](https://coveralls.io/repos/github/sjvrijn/ModEA/badge.svg?branch=master)](https://coveralls.io/github/sjvrijn/ModEA?branch=master)
        
        # Summary #
        This repository contains the code for the Modular EA framework by Sander van Rijn.
        
        # Documentation #
        Some basic documentation is available at [http://www.svrijn.nl/docs/modea](http://www.svrijn.nl/docs/modea)
        
        To see this framework in action, please refer to [this GitHub repository](https://github.com/sjvrijn/ConfiguringCMAES) which contains the code for all experiments on the Configurable CMA-ES.
        
        
        # Citation #
        To cite this framework, please use the following reference:
        * [Evolving the Structure of Evolution Strategies. Sander van Rijn, Hao Wang, Matthijs van Leeuwen, Thomas Bäck. IEEE SSCI December 6-9 2016, Athens, Greece.](https://ieeexplore.ieee.org/document/7850138)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
