You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check that in all model & guess functions, that they behave for all inputs e.g must check all for flat data as this is most likely to cause problems (div by 0 errors).
The text was updated successfully, but these errors were encountered:
For the guess functions, if they really can't guess a sensible value for a parameter (e.g. guessing the centre of a gaussian with amplitude zero) then make them fall back to very simple guesses - e.g. always guess centre of gaussian is in middle of x range, guess a height of 1, etc... This is still "better than nothing" as a guess for the optimizer.
Check that in all model & guess functions, that they behave for all inputs e.g must check all for flat data as this is most likely to cause problems (div by 0 errors).
The text was updated successfully, but these errors were encountered: