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

A function where step-size adaptation is decisive? #130

Open
nikohansen opened this issue Apr 21, 2020 · 0 comments
Open

A function where step-size adaptation is decisive? #130

nikohansen opened this issue Apr 21, 2020 · 0 comments

Comments

@nikohansen
Copy link
Contributor

Step-size adaptation has the following benefits:

  • allows to recover from a (initially) far too small sample variance

  • increases the convergence speed (like on the sphere function)

  • allow that the number of evaluations scales linearly with increasing dimension (like on the sphere function)

Now, I am looking for an example where step-size adaptation decisively helps but that does not fall in any of the above categories. That is, a function where CMA-ES with step-size adaptation works but without step-size adaptation fails even when the initial variance is chosen large enough.

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

No branches or pull requests

1 participant