Simple test function for classic Frank Wolfe Algorithm: More...
Public Member Functions | |
| TestFuncFW () | |
| double | Evaluate (const arma::mat &coords) |
| Evaluation of the function. More... | |
| void | Gradient (const arma::mat &coords, arma::mat &gradient) |
| Gradient of the function. More... | |
Simple test function for classic Frank Wolfe Algorithm:
.
Definition at line 27 of file test_func_fw.hpp.
|
inline |
Definition at line 30 of file test_func_fw.hpp.
|
inline |
Evaluation of the function.
| coords | input vector x. |
Definition at line 38 of file test_func_fw.hpp.
|
inline |
Gradient of the function.
| coords | input vector x. |
| gradient | output gradient vector. |
Definition at line 52 of file test_func_fw.hpp.