DirectTrajectoryOptimization
v0.3
|
Bolza type cost function minimizing the total energy e = uTRu. More...
#include <MinimumVelocityCostBolza.hpp>
Public Member Functions | |
MinimumVelocityCostBolza (const state_matrix_t &R=state_matrix_t::Identity()) | |
Constructor. More... | |
Public Member Functions inherited from DirectTrajectoryOptimization::BaseClass::CostFunctionBolza< DIMENSIONS > | |
double | IntermediateCost (const state_vector_t &x, const control_vector_t &u, const double &h) |
Intermediate cost function. More... | |
Bolza type cost function minimizing the total energy e = uTRu.
|
inline |
Constructor.
[in] | R | The weighting matrix for the energy index |