|
code from #596 why was the optimization finished directly? |
Answered by
luisenp
Sep 27, 2023
Replies: 6 comments 2 replies
|
how can I find out which end condition is triggered? |
0 replies
|
You could setup breakpoints in this function to see which condition is triggered. The error stays the same between the two iterations so likely it's the first one (error abs change is less than threshold). |
0 replies
Answer selected by
mhmukadam
all_rejected: True Find out all update was rejected, any help? |
0 replies
|
seems adaptive damping doesn't work |
0 replies
This works, but very slow with many iterations |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@EXing The
TheseusLayer.forward()method returns and info object that has status codes for termination conditions. When converging in one step a common cause is 0 gradients leading to immediate (incorrect) convergence.