aligator
0.9.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
|
Log-barrier of an underlying cost function. More...
#include <aligator/modelling/costs/log-residual-cost.hpp>
Public Types | |
using | CostDataAbstract = CostDataAbstractTpl<Scalar> |
using | Data = CompositeCostDataTpl<Scalar> |
using | StageFunction = StageFunctionTpl<Scalar> |
using | Base = CostAbstractTpl<Scalar> |
using | Manifold = ManifoldAbstractTpl<Scalar> |
Public Types inherited from aligator::CostAbstractTpl< Scalar > | |
using | Scalar = _Scalar |
using | CostData = CostDataAbstractTpl<Scalar> |
using | Manifold = ManifoldAbstractTpl<Scalar> |
Public Member Functions | |
ALIGATOR_DYNAMIC_TYPEDEFS (Scalar) | |
LogResidualCostTpl (xyz::polymorphic< Manifold > space, xyz::polymorphic< StageFunction > function, const ConstVectorRef &scale) | |
LogResidualCostTpl (xyz::polymorphic< Manifold > space, xyz::polymorphic< StageFunction > function, const Scalar scale) | |
void | evaluate (const ConstVectorRef &x, const ConstVectorRef &u, CostDataAbstract &data) const |
Evaluate the cost function. | |
void | computeGradients (const ConstVectorRef &x, const ConstVectorRef &u, CostDataAbstract &data) const |
Compute the cost gradients \((\ell_x, \ell_u)\). | |
void | computeHessians (const ConstVectorRef &, const ConstVectorRef &, CostDataAbstract &data) const |
Compute the cost Hessians \((\ell_{ij})_{i,j \in \{x,u\}}\). | |
shared_ptr< CostDataAbstract > | createData () const |
template<typename Derived > | |
Derived * | getResidual () |
Get a pointer to the underlying type of the residual, by attempting to cast. | |
template<typename Derived > | |
const Derived * | getResidual () const |
Get a pointer to the underlying type of the residual, by attempting to cast. | |
Public Member Functions inherited from aligator::CostAbstractTpl< Scalar > | |
ALIGATOR_DYNAMIC_TYPEDEFS (Scalar) | |
int | nx () const |
int | ndx () const |
template<class U > | |
CostAbstractTpl (U &&space, const int nu) | |
virtual | ~CostAbstractTpl ()=default |
Public Attributes | |
VectorXs | barrier_weights_ |
xyz::polymorphic< StageFunction > | residual_ |
Public Attributes inherited from aligator::CostAbstractTpl< Scalar > | |
xyz::polymorphic< Manifold > | space |
State dimension. | |
int | nu |
Control dimension. | |
Log-barrier of an underlying cost function.
Definition at line 10 of file log-residual-cost.hpp.
using aligator::LogResidualCostTpl< Scalar >::CostDataAbstract = CostDataAbstractTpl<Scalar> |
Definition at line 12 of file log-residual-cost.hpp.
using aligator::LogResidualCostTpl< Scalar >::Data = CompositeCostDataTpl<Scalar> |
Definition at line 13 of file log-residual-cost.hpp.
using aligator::LogResidualCostTpl< Scalar >::StageFunction = StageFunctionTpl<Scalar> |
Definition at line 14 of file log-residual-cost.hpp.
using aligator::LogResidualCostTpl< Scalar >::Base = CostAbstractTpl<Scalar> |
Definition at line 15 of file log-residual-cost.hpp.
using aligator::LogResidualCostTpl< Scalar >::Manifold = ManifoldAbstractTpl<Scalar> |
Definition at line 16 of file log-residual-cost.hpp.
aligator::LogResidualCostTpl< Scalar >::LogResidualCostTpl | ( | xyz::polymorphic< Manifold > | space, |
xyz::polymorphic< StageFunction > | function, | ||
const ConstVectorRef & | scale ) |
aligator::LogResidualCostTpl< Scalar >::LogResidualCostTpl | ( | xyz::polymorphic< Manifold > | space, |
xyz::polymorphic< StageFunction > | function, | ||
const Scalar | scale ) |
aligator::LogResidualCostTpl< Scalar >::ALIGATOR_DYNAMIC_TYPEDEFS | ( | Scalar | ) |
|
virtual |
Evaluate the cost function.
Reimplemented from aligator::CostAbstractTpl< Scalar >.
|
virtual |
Compute the cost gradients \((\ell_x, \ell_u)\).
Reimplemented from aligator::CostAbstractTpl< Scalar >.
|
virtual |
Compute the cost Hessians \((\ell_{ij})_{i,j \in \{x,u\}}\).
Reimplemented from aligator::CostAbstractTpl< Scalar >.
|
inlinevirtual |
Reimplemented from aligator::CostAbstractTpl< Scalar >.
Definition at line 38 of file log-residual-cost.hpp.
|
inline |
Get a pointer to the underlying type of the residual, by attempting to cast.
Definition at line 45 of file log-residual-cost.hpp.
|
inline |
Get a pointer to the underlying type of the residual, by attempting to cast.
Definition at line 50 of file log-residual-cost.hpp.
VectorXs aligator::LogResidualCostTpl< Scalar >::barrier_weights_ |
Definition at line 18 of file log-residual-cost.hpp.
xyz::polymorphic<StageFunction> aligator::LogResidualCostTpl< Scalar >::residual_ |
Definition at line 19 of file log-residual-cost.hpp.