Skip to content
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

Fitting with multiple initial guesses #102

Open
ConnorPigg opened this issue Jun 20, 2019 · 1 comment
Open

Fitting with multiple initial guesses #102

ConnorPigg opened this issue Jun 20, 2019 · 1 comment
Labels

Comments

@ConnorPigg
Copy link
Collaborator

As seen in an example of fitting a tree of saxs profiles, occasionally fitting can produce strange results due to the starting guess. To avoid this, use a global minimization strategy such as manual brute force (try a few starting parameter guesses) or strategies such as basinhopping which may be already available through lmfit.

@jmborr
Copy link
Owner

jmborr commented Jun 20, 2019

👍

ConnorPigg added a commit that referenced this issue Jun 24, 2019
Also closes #102 by allowing global minimization method choice.
ConnorPigg added a commit that referenced this issue Jun 24, 2019
This closes #102 by providing tests for using it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants