Skip to content

Trajectory search to use argmin #280

@ChristopherRabotin

Description

@ChristopherRabotin

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions