Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gaussian process surrogate models for the CMA-ES #91

Open
c-bata opened this issue Mar 12, 2020 · 2 comments
Open

Gaussian process surrogate models for the CMA-ES #91

c-bata opened this issue Mar 12, 2020 · 2 comments

Comments

@c-bata
Copy link
Owner

c-bata commented Mar 12, 2020

http://artax.karlin.mff.cuni.cz/~bajel3am/gpcomparison2017/

@c-bata
Copy link
Owner Author

c-bata commented Mar 14, 2020

Uncertainty criterion

The following paper describes the details of uncertainty criterion.

http://artax.karlin.mff.cuni.cz/~bajel3am/img/pitra2016doubly_preprint.pdf

There are 4 types of uncertainty criteria.

ScreenShot 2020-03-14 17 05 59

The most simple approach which just uses the variance of the first model performs the best.

This and all the following experiments use the criterion Cs^2 which performed best in the first set of experiments
ScreenShot 2020-03-14 17 07 25

@c-bata
Copy link
Owner Author

c-bata commented Jul 24, 2020

In this paper, they use IPOP-CMA-ES. I implemented it at #131.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant