ALPHA-g-Experiment / alpha-g

MIT License
1 stars 1 forks source link

Add a failure mode for `TryFrom<Cluster> for Track` #90

Open DJDuque opened 1 year ago

DJDuque commented 1 year ago

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.