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

Optimisers CMAES, BareCMAES, ... #24

Merged
merged 4 commits into from
Dec 19, 2023
Merged

Optimisers CMAES, BareCMAES, ... #24

merged 4 commits into from
Dec 19, 2023

Conversation

MichaelClerx
Copy link
Member

@MichaelClerx MichaelClerx commented Aug 11, 2021

Part of #20

Few things to note:

  • The CMAES notebook starts with a visual exploration of the optimiser behaviour, which is also useful for designing the problems
  • CMAES is wrapped, so can question the utility of testing it - but likely still a good idea to see if our wrapping and controller etc. are OK
  • For the future changepoint testing, it might make most sense to pick a number of iterations where we're generally about 2/3s of the way towards convergence, so that we get a distribution to compare? Alternatively have the output be e.g. "error at 50" and "error at 100", and do changepoint testing on both? Not the major concern of this PR, but something to think about for the future :D

@MichaelClerx MichaelClerx mentioned this pull request Dec 5, 2023
30 tasks
@MichaelClerx MichaelClerx marked this pull request as ready for review December 14, 2023 10:25
@MichaelClerx MichaelClerx changed the title CMA-ES Notebook Optimisers CMAES, BareCMAES, ... Dec 14, 2023
Copy link
Contributor

@ben18785 ben18785 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great @MichaelClerx -- I particularly like the technicolour dreamline function!

@MichaelClerx MichaelClerx merged commit 2601cc0 into main Dec 19, 2023
@MichaelClerx MichaelClerx deleted the i20-es-optimisers branch December 19, 2023 11:50
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

Successfully merging this pull request may close these issues.

2 participants