Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temperature and Energy stuck at zero #42

Closed
francisco-simoes opened this issue Feb 18, 2021 · 1 comment
Closed

Temperature and Energy stuck at zero #42

francisco-simoes opened this issue Feb 18, 2021 · 1 comment

Comments

@francisco-simoes
Copy link

francisco-simoes commented Feb 18, 2021

Hi!
When I run the optimization algorithm, the table gets stuck like this:
image
I've seen a similar issue, but it was related to PyCharm and I use Emacs.

Changing the update method so that it simply prints *args and **kwargs simply prints 0 0.0 0.0 None None once. So it seems the code is stuck at the first iteration. The code keeps running even after half an hour or more, even though I used auto(minutes=0.2).
Further, adding some prints to my energy function shows that the energy function is being called over and over. Its value does change, and so do the state parameters.

Thanks!

@francisco-simoes
Copy link
Author

Lowering the steps parameter solved this. The function I want to optimize takes too long using the default schedule.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant