12 #ifndef MLPACK_CORE_OPTIMIZERS_SCD_DESCENT_POLICIES_RANDOM_HPP 13 #define MLPACK_CORE_OPTIMIZERS_SCD_DESCENT_POLICIES_RANDOM_HPP 18 namespace optimization {
53 template <
typename ResolvableFunctionType>
56 const ResolvableFunctionType&
function)
static size_t DescentFeature(const size_t, const arma::mat &, const ResolvableFunctionType &function)
The DescentFeature method is used to get the descent coordinate for the current iteration of the SCD ...
Include all of the base components required to write mlpack methods, and the main mlpack Doxygen docu...
Random descent policy for Stochastic Coordinate Descent(SCD).
int RandInt(const int hiExclusive)
Generates a uniform random integer.