Private Member Functions | |
virtual int | GetNumberOfVariables ()=0 |
Gets the number of input variables for the function. More... | |
virtual std::function< Scalar(const af::array &, af::array &)> | GetFunction ()=0 |
Gets the objective function. More... | |
Definition at line 25 of file IObjectiveFunction.h.
|
privatepure virtual |
Gets the number of input variables for the function.
Hmetal T, 18.03.2017.
Implemented in NeuralEngine::MachineLearning::NonlinearObjectiveFunction< Scalar >.
|
privatepure virtual |
Gets the objective function.
Hmetal T, 18.03.2017.
Implemented in NeuralEngine::MachineLearning::NonlinearObjectiveFunction< Scalar >.