Trait nyx_space::opti::ctrlnodes::Heuristic[][src]

pub trait Heuristic {
    fn nodes(&self, start: Orbit, end: Orbit) -> Result<Vec<Node>, NyxError>;
}

This trait determines the initial control nodes for direct multiple shooting.

Required methods

fn nodes(&self, start: Orbit, end: Orbit) -> Result<Vec<Node>, NyxError>[src]

Loading content...

Implementors

Loading content...