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
{{ message }}
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
Both LR and LM requires the calculations of some gradients wrt the optimization paramters over the sampling point. We could get those in the .grad of the parameters after calculation of the wave function.
We should develop SR and LM as pytorch optimizers to be able to switch between traditional ML optimizers and dedicated QMC optimizers
The text was updated successfully, but these errors were encountered:
Both LR and LM requires the calculations of some gradients wrt the optimization paramters over the sampling point. We could get those in the
.grad
of the parameters after calculation of the wave function.We should develop SR and LM as pytorch optimizers to be able to switch between traditional ML optimizers and dedicated QMC optimizers
The text was updated successfully, but these errors were encountered: