Infinite Loading For NM Optimization #466
Replies: 1 comment 3 replies
-
This warning is just saying that the computation of residuals is falling back on interpolating in phase-space instead of time-space (since you likely set The first iteration will take a number of forward-model evaluations, so seeing even up to ten (or twenty since it looks like you have two datasets) of these before completing the first iteration isn't that concerning. Does it eventually get past the first iteration? If you have an expensive system, you may want to use export_solver and run that script within MPI and/or consider disabling unneeded effects (irradiation, distortion, etc). It looks like the forward model itself is succeeding (so your parameters are passing checks and any priors you might have set), otherwise it would never get as far as this warning message. If it still never progresses, you can send me the bundle file (just call b1.save right before this line) and I'll see if I can reproduce and track down what is happening. |
Beta Was this translation helpful? Give feedback.
-
When I try to run the nelder mead solver I get stuck in this warning loop saying my times are outside of interpolation limits.
![image](https://user-images.githubusercontent.com/83960306/121725118-d5842d00-cab6-11eb-8749-8cf047030b01.png)
Beta Was this translation helpful? Give feedback.
All reactions