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

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

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

Required methods

Implementors