An open API service indexing awesome lists of open source software.

https://github.com/araffin/es-with-search-path

Implementation of the (μ/μ,λ)-Evolution Strategy (ES) with Search Path algorithm in C++
https://github.com/araffin/es-with-search-path

algorithms black-box-optimization cpp evolution-strategies

Last synced: 2 months ago
JSON representation

Implementation of the (μ/μ,λ)-Evolution Strategy (ES) with Search Path algorithm in C++

Awesome Lists containing this project

README

          

## (μ/μ,λ)-ES with Search Path in C++

An implementation of the algorithm (μ/μ,λ)-ES with Search Path presented in the paper[1]. To test and compare our algorithm with others, we used the [COCO plateform](https://github.com/numbbo/coco).

## Running the experiment

If you want to run an experiment, you first have to compile the project :
```
make
./experiment
```
To post-process the data, please see [COCO guide](https://github.com/numbbo/coco).

## Contributors

- Florence Carton
- Alvaro Correia
- Gabriel Quéré
- Antonin Raffin

Students at ENSTA ParisTech.

## References

[1] Hansen, N., D.V. Arnold and A. Auger (2015). Evolution Strategies. In Janusz Kacprzyk and Witold Pedrycz (Eds.): *Handbook of Computational Intelligence*, Springer, Chapter 44, pp.871-898

[Paper Link](https://www.lri.fr/~hansen/es-overview-2014.pdf)