Package org.orekit.utils
Interface MultipleShooting
-
- All Known Implementing Classes:
AbstractMultipleShooting,CR3BPMultipleShooter,MultipleShooter
public interface MultipleShootingInterface for Multiple shooting methods.- Since:
- 10.2
- Author:
- William Desprats
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<SpacecraftState>compute()Return the list of corrected patch points.
-
-
-
Method Detail
-
compute
List<SpacecraftState> compute()
Return the list of corrected patch points. An optimizer is better suited for this problem- Returns:
- patchedSpacecraftStates patchedSpacecraftStates
-
-