32 #ifndef SGDMINIMIZER_H
33 #define SGDMINIMIZER_H
63 virtual const char*
get_name()
const {
return "SGDMinimizer"; }
virtual void init_minimization()
The first order stochastic cost function base class.
virtual float64_t minimize()
The base class for stochastic first-order gradient-based minimizers.
virtual const char * get_name() const
all of classes and functions are contained in the shogun namespace
The class implements the stochastic gradient descend (SGD) minimizer.