|
mlpack
3.0.4
|
If we have EvaluateWithGradient() but no existing Evaluate(), add an Evaluate() method. More...
Public Member Functions | |
| 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() method.
Definition at line 59 of file add_evaluate.hpp.
|
inline |
Return the objective function for the given coordinates.
| coordinates | Coordinates to evaluate the function at. |
Definition at line 67 of file add_evaluate.hpp.
1.8.5