Package org.orekit.control.indirect.adjoint.cost
This package provides routines to model the control cost in adjoint equations as in the Pontryagin Maximum Principle.
The cost function (to be minimized) appears in the Hamiltonian and the maximization of the latter provides a relationship between adjoint variables and the optimal control law.
- Since:
- 12.2
- Author:
- Romain Serra
-
Interface Summary Interface Description CartesianCost Interface to definite cost function in the frame of Pontryagin's Maximum Principle using Cartesian coordinates.FieldCartesianCost<T extends CalculusFieldElement<T>> Interface to definite cost function in the frame of Pontryagin's Maximum Principle using Cartesian coordinates. -
Class Summary Class Description AbstractCartesianCost Abstract class for cost with Cartesian coordinates.BoundedCartesianEnergy Class for bounded energy cost with Cartesian coordinates.CartesianFlightDurationCost Class for minimizing the flight duration (a.k.a. time of flight) with Cartesian coordinates.CartesianFuelCost Class for fuel cost with Cartesian coordinates.ControlSwitchDetector Abstract event detector for singularities in adjoint dynamics.FieldAbstractCartesianCost<T extends CalculusFieldElement<T>> Abstract class for cost with Cartesian coordinates.FieldBoundedCartesianEnergy<T extends CalculusFieldElement<T>> Class for bounded energy cost with Cartesian coordinates.FieldCartesianFlightDurationCost<T extends CalculusFieldElement<T>> Class for minimizing the flight duration (a.k.a. time of flight) with Cartesian coordinates.FieldCartesianFuelCost<T extends CalculusFieldElement<T>> Class for fuel cost with Cartesian coordinates.FieldControlSwitchDetector<T extends CalculusFieldElement<T>> Abstract event detector for singularities in adjoint dynamics.FieldLogarithmicBarrierCartesianFuel<T extends CalculusFieldElement<T>> Fuel cost penalized with a logarithmic term, which is a barrier so is not defined for epsilon equal to 0 or 1.FieldPenalizedCartesianFuelCost<T extends CalculusFieldElement<T>> Abstract class for fuel cost with a penalty term proportional to a weight parameter epsilon.FieldQuadraticPenaltyCartesianFuel<T extends CalculusFieldElement<T>> Fuel cost penalized with a quadratic term.FieldUnboundedCartesianEnergy<T extends CalculusFieldElement<T>> Class for unbounded energy cost with Cartesian coordinates.FieldUnboundedCartesianEnergyNeglectingMass<T extends CalculusFieldElement<T>> Class for unbounded energy cost with Cartesian coordinates neglecting the mass consumption.LogarithmicBarrierCartesianFuel Fuel cost penalized with a logarithmic term, which is a barrier so is not defined for epsilon equal to 0 or 1.PenalizedCartesianFuelCost Abstract class for fuel cost with a penalty term proportional to a weight parameter epsilon.QuadraticPenaltyCartesianFuel Fuel cost penalized with a quadratic term.UnboundedCartesianEnergy Class for unbounded energy cost with Cartesian coordinates.UnboundedCartesianEnergyNeglectingMass Class for unbounded energy cost with Cartesian coordinates neglecting the mass consumption.