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 AdamW Optimiser #295

Closed
BradyPlanden opened this issue Apr 18, 2024 · 0 comments · Fixed by #316 or #598
Closed

Add AdamW Optimiser #295

BradyPlanden opened this issue Apr 18, 2024 · 0 comments · Fixed by #316 or #598
Assignees
Labels
enhancement New feature or request

Comments

@BradyPlanden
Copy link
Member

Feature description

Add an AdamW implementation to PyBOP. To achieve this, an implementation that matches the ask-tell interface should be completed. This optimiser will likely be the first pure PyBOP optimisation method.

Motivation

AdamW provides a weight decay implementation of the Adam algorithm. A pytorch implementation can be found here: https://pytorch.org/docs/stable/generated/torch.optim.AdamW.html

Possible implementation

No response

Additional context

No response

@BradyPlanden BradyPlanden added the enhancement New feature or request label Apr 18, 2024
@BradyPlanden BradyPlanden mentioned this issue May 8, 2024
15 tasks
@BradyPlanden BradyPlanden linked a pull request May 8, 2024 that will close this issue
15 tasks
@BradyPlanden BradyPlanden self-assigned this May 8, 2024
@BradyPlanden BradyPlanden moved this to In Progress in v24.6 May 8, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in v24.6 Jun 10, 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
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant