-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TOF - iterative fitting #26
Comments
From Joachim's suggestion: keeping some parameters fixed is not explicitly supported by lmfit, example:
|
I'd recommend to use one fixed function fit_evaluate, which reacts flexibly Hope this helps - Joachim //! Data transfer between frida and lm_minimize callback functions. typedef struct { //! Callback routine for use in lm_minimize: function evaluation. static void
} |
Implement schemes for iterative fitting
The text was updated successfully, but these errors were encountered: