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
[Question] About the derivitive mode. How I pass the derivative to the optimizer if I write the objective function with a autodifferentiation code?
#93
Open
floatingCatty opened this issue
Jan 10, 2023
· 1 comment
Hello!
Thanks for providing such a powerful library.
I am currently implementing some optimization algorithm that combine the gradient descent and BO.
And the code is written with pytorch, so, in each evaluation, I can get the gradient of the loss w.r.t. the parameters.
How can I pass the gradient to the BO optimizer with derivatives to accelerate its convergence ?
Thanks a lot for your time.
The text was updated successfully, but these errors were encountered:
Hello!
Thanks for providing such a powerful library.
I am currently implementing some optimization algorithm that combine the gradient descent and BO.
And the code is written with pytorch, so, in each evaluation, I can get the gradient of the loss w.r.t. the parameters.
How can I pass the gradient to the BO optimizer with derivatives to accelerate its convergence ?
Thanks a lot for your time.
The text was updated successfully, but these errors were encountered: