|
mlpack
3.0.4
|
If we have EvaluateWithGradient() but no existing Evaluate(), add an Evaluate() without a using directive to make the base Evaluate() accessible. More...
Static Public Member Functions | |
| static double | Evaluate (const arma::mat &coordinates) |
| Return the objective function for the given coordinates. More... | |
If we have EvaluateWithGradient() but no existing Evaluate(), add an Evaluate() without a using directive to make the base Evaluate() accessible.
Definition at line 170 of file add_evaluate.hpp.
|
inlinestatic |
Return the objective function for the given coordinates.
| coordinates | Coordinates to evaluate the function at. |
Definition at line 178 of file add_evaluate.hpp.
1.8.5