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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: