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

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

Open
DJDuque opened this issue Sep 15, 2023 · 0 comments
Open

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

DJDuque opened this issue Sep 15, 2023 · 0 comments

Comments

@DJDuque
Copy link
Member

DJDuque commented Sep 15, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant