Skip to content

load params and continue optimization #1144

Answered by PhilipVinc
dambuck asked this question in Q&A
Discussion options

You must be logged in to vote

I don't understand what is your question and what the plots represent. Could you be more specific?

However let me mention two things:

  • Why are you recreating the VMC every time? You can simply change the number of samples by doing vqs.n_samples = 12345 to change the number of samples.

  • Why do you rebuild the VMC driver every time? You can simply change the optimizer by doing VMC.optimizer = optax.adam(lr=0.02) for example...

You also say that

However the optimization never continues close to the last energy.

This might be because you are not sufficiently well thermalised in your chains. Does this also happen if you severely increase n_discard? By default, our MCMC chains are initial…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@dambuck
Comment options

@PhilipVinc
Comment options

Answer selected by PhilipVinc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants