15 #ifndef MLPACK_CORE_OPTIMIZERS_MINIBATCH_SGD_DECAY_POLICIES_NO_DECAY_HPP 16 #define MLPACK_CORE_OPTIMIZERS_MINIBATCH_SGD_DECAY_POLICIES_NO_DECAY_HPP 19 namespace optimization {
69 #endif // MLPACK_CORE_OPTIMIZERS_MINIBATCH_SGD_DECAY_POLICIES_NO_DECAY_HPP Definition of the NoDecay class.
void Update(arma::mat &, double &, const arma::mat &)
This function is called in each iteration after the policy update.
NoDecay()
This constructor is called before the first iteration.
void Update(const arma::mat &, const arma::mat &, const arma::mat &, const arma::mat &, const size_t, double &)
This function is called in each iteration after the SVRG update step.