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
Currently, all clusters produce a track (it just iterates until the max_num_iterations and picks the best one).
I think that testing convergence within the Nelder-Mead sd_tolerance doesn't make a lot of sense. Maybe there should be some better way to just say "this best track is trash".
Maybe compare how far off the initial guess it is (?).
Not completely sure yet.
The text was updated successfully, but these errors were encountered:
Currently, all clusters produce a track (it just iterates until the
max_num_iterations
and picks the best one).I think that testing convergence within the Nelder-Mead
sd_tolerance
doesn't make a lot of sense. Maybe there should be some better way to just say "this best track is trash".Maybe compare how far off the initial guess it is (?).
Not completely sure yet.
The text was updated successfully, but these errors were encountered: