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 a visualization package for CMA-ES #112

Open
c-bata opened this issue Jul 30, 2024 · 0 comments
Open

Add a visualization package for CMA-ES #112

c-bata opened this issue Jul 30, 2024 · 0 comments
Labels
contribution-welcome Contribution welcome issues new-package New packages

Comments

@c-bata
Copy link
Member

c-bata commented Jul 30, 2024

Motivation

The below animation helps understanding of how CMA-ES works.

cmaes
https://github.com/CyberAgentAILab/cmaes

Description

Optuna's CmaEsSampler, which uses CyberAgentAILab/cmaes under the hood, stores cmaes.CMA object in trial.system_attrs.
https://github.com/optuna/optuna/blob/62d6c6bda32e17d5b634e828855523dc06da6e84/optuna/samplers/_cmaes.py#L479-L483

Therefore, it is possible to adapt the following script into an Optuna visualization function. https://github.com/CyberAgentAILab/cmaes/blob/main/tools/cmaes_visualizer.py

Alternatives (optional)

No response

Additional context (optional)

@c-bata c-bata added the new-package New packages label Jul 30, 2024
@c-bata c-bata changed the title New visualization for CMA-ES Add visualization package for CMA-ES Jul 30, 2024
@c-bata c-bata changed the title Add visualization package for CMA-ES Add a visualization package for CMA-ES Jul 30, 2024
@not522 not522 added the contribution-welcome Contribution welcome issues label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution-welcome Contribution welcome issues new-package New packages
Projects
No open projects
Status: Todo
Development

No branches or pull requests

2 participants