Module multishoot

Source

Re-exports§

pub use super::CostFunction;

Structs§

MultipleShooting
Multiple shooting is an optimization method. Source of implementation: “Low Thrust Optimization in Cislunar and Translunar space”, 2018 Nathan Re (Parrish) OT: size of the objectives for each node (e.g. 3 if the objectives are X, Y, Z). VT: size of the variables for targeter node (e.g. 4 if the objectives are thrust direction (x,y,z) and thrust level).
MultipleShootingSolution

Traits§

MultishootNode