Skip to content

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

Notifications You must be signed in to change notification settings

araffin/es-with-search-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(μ/μ,λ)-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.

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.

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published