Replies: 4 comments 2 replies
-
@mbakker7 See https://lmfit.github.io/lmfit-py/bounds.html for the explanation and Line 893 in 776e14d scale_gradient method for the code that implements this.
|
Beta Was this translation helpful? Give feedback.
-
@mbakker7 Maybe https://github.com/lmfit/lmfit-py/blob/master/lmfit/minimizer.py#L761 in which |
Beta Was this translation helpful? Give feedback.
-
No, I do not. The GitHub repo will go back that far, and you are welcome to browse the older versions of the codes and documentation all you want. I can not provide any more help than that. |
Beta Was this translation helpful? Give feedback.
-
I really appreciate your help. Thanks for a great package. |
Beta Was this translation helpful? Give feedback.
-
One of the cool features of LMFit is that parameters can have a min and max value, even when doing Levenberg-Marquardt optimization.
In the manual of older versions of LMFit, there was quite some math explaining how the uncertainty of these parameters was computed when the parameter was constraint by a min and max value. I could not find this math back in the current manual. Is that still there? And if it is not, is the old math still accessible somewhere?
Beta Was this translation helpful? Give feedback.
All reactions