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

Trajectory search to use argmin #280

Open
ChristopherRabotin opened this issue Feb 25, 2024 · 0 comments
Open

Trajectory search to use argmin #280

ChristopherRabotin opened this issue Feb 25, 2024 · 0 comments

Comments

@ChristopherRabotin
Copy link
Member

Maintenance task description

At the moment, trajectory event searching uses a custom modification of the roots crate of the Brent method. Although that works quite well, argmin includes both a Brent solver and a Golden section search (which is an extrema finding algorithm). Using this in lieu of the current Brent solver would likely simplify the interfaces dramatically.

Scope of work

Consider whether ANISE will handle all trajectory from version 2.0 and later, and if so, this task should be moved to ANISE.

Priority

  • Low
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