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

Add Internal CMAES implementation #351

Open
BradyPlanden opened this issue Jun 7, 2024 · 0 comments
Open

Add Internal CMAES implementation #351

BradyPlanden opened this issue Jun 7, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@BradyPlanden
Copy link
Member

Feature description

This issue is intended to lay the groundwork for #274. An internal implementation of CMAES is required so that we can have direct access to the adapted covariance matrix. I'm currently planning to use pycma for this, as it has the API requirements to do what we need, and has proven to be performant on the battery problems we've encountered so far.

Motivation

Provides PyBOP with better acces to the CMA-ES attributes, including covariance and convergence information

Possible implementation

Follow the groundwork laid out in #319 and #316

Additional context

No response

@BradyPlanden BradyPlanden added the enhancement New feature or request label Jun 7, 2024
@BradyPlanden BradyPlanden self-assigned this Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant