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
Hi!
When I run the optimization algorithm, the table gets stuck like this:
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!
The text was updated successfully, but these errors were encountered:
Hi!
When I run the optimization algorithm, the table gets stuck like this:
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 usedauto(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!
The text was updated successfully, but these errors were encountered: