
Go to the source code of this file.
Classes | |
| class | AddDecomposableEvaluate< FunctionType, HasDecomposableEvaluateWithGradient, HasDecomposableEvaluate > |
| The AddDecomposableEvaluate mixin class will add a decomposable Evaluate() method if a decomposable EvaluateWithGradient() function exists, or nothing otherwise. More... | |
| class | AddDecomposableEvaluate< FunctionType, HasDecomposableEvaluateWithGradient, true > |
| Reflect the existing Evaluate(). More... | |
| class | AddDecomposableEvaluate< FunctionType, true, false > |
| If we have a decomposable EvaluateWithGradient() but not a decomposable Evaluate(), add a decomposable Evaluate() method. More... | |
| class | AddDecomposableEvaluateConst< FunctionType, HasDecomposableEvaluateWithGradient, HasDecomposableEvaluate > |
| The AddDecomposableEvaluateConst mixin class will add a decomposable const Evaluate() method if a decomposable const EvaluateWithGradient() function exists, or nothing otherwise. More... | |
| class | AddDecomposableEvaluateConst< FunctionType, true, false > |
| If we have a decomposable const EvaluateWithGradient() but not a decomposable const Evaluate(), add a decomposable const Evaluate() method. More... | |
| class | AddDecomposableEvaluateStatic< FunctionType, HasDecomposableEvaluateWithGradient, HasDecomposableEvaluate > |
| The AddDecomposableEvaluateStatic mixin class will add a decomposable static Evaluate() method if a decomposable static EvaluateWithGradient() function exists, or nothing otherwise. More... | |
| class | AddDecomposableEvaluateStatic< FunctionType, true, false > |
| If we have a decomposable EvaluateWithGradient() but not a decomposable Evaluate(), add a decomposable Evaluate() method. More... | |
Namespaces | |
| mlpack | |
.hpp | |
| mlpack::optimization | |