Replies: 1 comment 1 reply
|
The algorithm they use is Stochastic reconfiguration https://netket.readthedocs.io/en/latest/api/_generated/driver/netket.driver.VMC_SR.html#netket.driver.VMC_SR |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Some papers on solving many-body quantum systems using AI/ML techniques impose constraint on the Fubini-Study distance between the wave functions of two adjacent iterations. To put it simply, the learning rate is adjusted so that large changes of the wave function are prevented and the iteration process is more stable. However, I see that netket.optimizer.Sgd only accepts constant learning rate. I wonder what changes need to be done if I want to implement adaptive learning rate? Will it be troublesome and involve a lot of works? Thanks!
All reactions