10template <
typename Scalar>
24 xyz::polymorphic<StageFunction> function,
25 const ConstVectorRef &weight,
29 xyz::polymorphic<StageFunction> function,
32 void evaluate(
const ConstVectorRef &x,
const ConstVectorRef &u,
42 return std::make_shared<Data>(this->
ndx(), this->
nu,
49 return dynamic_cast<Derived *
>(&*
residual_);
53 template <
typename Derived>
const Derived *
getResidual()
const {
54 return dynamic_cast<const Derived *
>(&*
residual_);
58extern template struct RelaxedLogBarrierCostTpl<context::Scalar>;
62#include "./relaxed-log-barrier.hxx"
Data struct for composite costs.
xyz::polymorphic< Manifold > space
CostAbstractTpl(U &&space, const int nu)
Data struct for CostAbstractTpl.
void computeHessians(const ConstVectorRef &, const ConstVectorRef &, CostDataAbstract &data) const
Compute the cost Hessians .
VectorXs barrier_weights_
Derived * getResidual()
Get a pointer to the underlying type of the residual, by attempting to cast.
RelaxedLogBarrierCostTpl(xyz::polymorphic< Manifold > space, xyz::polymorphic< StageFunction > function, const ConstVectorRef &weight, const Scalar threshold)
void computeGradients(const ConstVectorRef &x, const ConstVectorRef &u, CostDataAbstract &data) const
Compute the cost gradients .
CompositeCostDataTpl< Scalar > Data
void evaluate(const ConstVectorRef &x, const ConstVectorRef &u, CostDataAbstract &data) const
Evaluate the cost function.
CostAbstractTpl< Scalar > Base
xyz::polymorphic< StageFunction > residual_
shared_ptr< CostDataAbstract > createData() const
ManifoldAbstractTpl< Scalar > Manifold
ALIGATOR_DYNAMIC_TYPEDEFS(Scalar)
CostDataAbstractTpl< Scalar > CostDataAbstract
StageFunctionTpl< Scalar > StageFunction
const Derived * getResidual() const
Get a pointer to the underlying type of the residual, by attempting to cast.
RelaxedLogBarrierCostTpl(xyz::polymorphic< Manifold > space, xyz::polymorphic< StageFunction > function, const Scalar weight, const Scalar threshold)
Class representing ternary functions .