12 #ifndef MLPACK_CORE_OPTIMIZERS_PARALLEL_SGD_CONSTANT_STEP_HPP 13 #define MLPACK_CORE_OPTIMIZERS_PARALLEL_SGD_CONSTANT_STEP_HPP 18 namespace optimization {
double StepSize(const size_t)
This function is called in each iteration before the gradient update.
The core includes that mlpack expects; standard C++ includes and Armadillo.
ConstantStep(const double step=0.01)
Member initialization constructor.
Implementation of the ConstantStep stepsize decay policy for parallel SGD.