|
| 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.
| double Select |
( |
DecomposableFunctionType & |
function, |
|
|
const size_t |
batchSize, |
|
|
const arma::mat & |
iterate |
|
) |
| |
|
inline |
Select the full dataset to calculate the objective function.
- Template Parameters
-
| DecomposableFunctionType | Type of the function to be evaluated. |
- Parameters
-
| function | Function to optimize. |
| batchSize | Batch size to use for each step. |
| iterate | starting point. |
Definition at line 35 of file full_selection.hpp.
The documentation for this class was generated from the following file: