Public Attributes | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef ActivationModelSmooth1NormTpl< Scalar > | Base |
![]() | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef Scalar | Scalar |
![]() | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
Additional Inherited Members | |
![]() | |
typedef ActivationDataAbstractTpl< Scalar > | ActivationDataAbstract |
typedef ActivationModelAbstractTpl< Scalar > | Base |
typedef ActivationDataSmooth1NormTpl< Scalar > | Data |
typedef MathBaseTpl< Scalar > | MathBase |
typedef MathBase::MatrixXs | MatrixXs |
typedef MathBase::VectorXs | VectorXs |
![]() | |
typedef ActivationDataAbstractTpl< Scalar > | ActivationDataAbstract |
typedef MathBaseTpl< Scalar > | MathBase |
typedef MathBase::MatrixXs | MatrixXs |
typedef MathBase::VectorXs | VectorXs |
![]() | |
ActivationModelSmooth1NormTpl (const std::size_t nr, const Scalar eps=Scalar(1.)) | |
Initialize the smooth-abs activation model. | |
virtual void | calc (const std::shared_ptr< ActivationDataAbstract > &data, const Eigen::Ref< const VectorXs > &r) |
Compute the smooth-abs function. | |
virtual void | calcDiff (const std::shared_ptr< ActivationDataAbstract > &data, const Eigen::Ref< const VectorXs > &r) |
Compute the derivatives of the smooth-abs function. | |
virtual std::shared_ptr< ActivationDataAbstract > | createData () |
Create the smooth-abs activation data. | |
virtual void | print (std::ostream &os) const |
Print relevant information of the smooth-1norm model. | |
![]() | |
ActivationModelAbstractTpl (const std::size_t nr) | |
std::size_t | get_nr () const |
![]() | |
Scalar | eps_ |
< Dimension of the residual vector | |
![]() | |
std::size_t | nr_ |
Definition at line 19 of file smooth-abs.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef ActivationModelSmooth1NormTpl<Scalar> Base |
Definition at line 24 of file smooth-abs.hpp.