LDA++
|
This is the complete list of members for ldaplusplus::optimization::GradientDescent< ProblemType, ParameterType >, including all inherited members.
GradientDescent(std::shared_ptr< LineSearch< ProblemType, ParameterType > > line_search, std::function< bool(Scalar, Scalar, size_t)> progress) | ldaplusplus::optimization::GradientDescent< ProblemType, ParameterType > | inline |
minimize(const ProblemType &problem, Eigen::Ref< ParameterType > x0) | ldaplusplus::optimization::GradientDescent< ProblemType, ParameterType > | inline |
Scalar typedef (defined in ldaplusplus::optimization::GradientDescent< ProblemType, ParameterType >) | ldaplusplus::optimization::GradientDescent< ProblemType, ParameterType > |