You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: