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
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