Replies: 1 comment 1 reply
-
@Andrea-gm There is an example of using The code outlined in that very old, closed issue was not ever added to the code base. I believe that Parameter bounds are handled. And I believe that if you have any fixed or constrained parameters, your But we don't have very good examples or tests for Dfun with mixtures of "freely varying Parameters" and "constrained values". This is considered to be an "expert option", and you may have to test things carefully. If you have any examples or suggestions, this part of the code could probably use some attention. |
Beta Was this translation helpful? Give feedback.
-
I would like to pass a Jacobian function to Minimiser.leastsq(), having a lot of parameters that are independent, and some that are dependent.
10 years ago (see #42), it has been stated that the dimension of the Jacobian should equal the number of independent parameters. I'm wondering whether this is still the case, since I could not find information in the docs about this, or if a different implementation has been introduced since then. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions