|
mlpack
2.2.5
|
This is the complete list of members for GradientDescent< FunctionType >, including all inherited members.
| Function() const | GradientDescent< FunctionType > | inline |
| Function() | GradientDescent< FunctionType > | inline |
| GradientDescent(FunctionType &function, const double stepSize=0.01, const size_t maxIterations=100000, const double tolerance=1e-5) | GradientDescent< FunctionType > | |
| MaxIterations() const | GradientDescent< FunctionType > | inline |
| MaxIterations() | GradientDescent< FunctionType > | inline |
| Optimize(arma::mat &iterate) | GradientDescent< FunctionType > | |
| StepSize() const | GradientDescent< FunctionType > | inline |
| StepSize() | GradientDescent< FunctionType > | inline |
| Tolerance() const | GradientDescent< FunctionType > | inline |
| Tolerance() | GradientDescent< FunctionType > | inline |
1.8.14