Public Member Functions | |
template < typename DecomposableFunctionType > | |
| double | Select (DecomposableFunctionType &function, const size_t batchSize, const arma::mat &iterate) |
| Select the full dataset to calculate the objective function. More... | |
Definition at line 23 of file full_selection.hpp.
|
inline |
Select the full dataset to calculate the objective function.
| DecomposableFunctionType | Type of the function to be evaluated. |
| function | Function to optimize. |
| batchSize | Batch size to use for each step. |
| iterate | starting point. |
Definition at line 35 of file full_selection.hpp.