Metadata-Version: 2.1
Name: ModEA
Version: 0.5.0
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
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

[![PyPI version](https://badge.fury.io/py/ModEA.svg)](https://badge.fury.io/py/ModEA)
[![DOI](https://zenodo.org/badge/157624013.svg)](https://zenodo.org/badge/latestdoi/157624013)
[![Build Status](https://www.travis-ci.com/sjvrijn/ModEA.svg?branch=main)](https://www.travis-ci.com/sjvrijn/ModEA)
[![Coverage Status](https://coveralls.io/repos/github/sjvrijn/ModEA/badge.svg?branch=master)](https://coveralls.io/github/sjvrijn/ModEA?branch=master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/d784348678ef4fe287c4c3efc184a16f)](https://www.codacy.com/app/sjvrijn/ModEA?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=sjvrijn/ModEA&amp;utm_campaign=Badge_Grade)
[![Documentation Status](https://readthedocs.org/projects/modea/badge/?version=latest)](https://modea.readthedocs.io/en/latest/?badge=latest)
[![Gitter](https://badges.gitter.im/pyModEA/community.svg)](https://gitter.im/pyModEA/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

# Summary #
This repository contains the code for the Modular EA framework by Sander van Rijn.

# Documentation #
Some basic documentation is available at [modea.readthedocs.io](https://modea.readthedocs.io)

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)
  - Experiments and analysis code available [here](https://github.com/sjvrijn/ConfiguringCMAES)
```
@INPROCEEDINGS{vanrijn2016,
    author={S. {van Rijn} and H. {Wang} and M. {van Leeuwen} and T. {Bäck}},
    booktitle={2016 IEEE Symposium Series on Computational Intelligence (SSCI)}, 
    title={Evolving the structure of Evolution Strategies}, 
    year={2016},
    doi={10.1109/SSCI.2016.7850138},
}
```


