-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Milestone
Description
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