32 #ifndef GRADIENTDESCENDUPDATER_H
33 #define GRADIENTDESCENDUPDATER_H
60 virtual const char*
get_name()
const {
return "GradientDescendUpdater"; }
virtual ~GradientDescendUpdater()
The class implements the gradient descend method.
all of classes and functions are contained in the shogun namespace
virtual const char * get_name() const
This is a base class for descend update with descend based correction.
virtual float64_t get_negative_descend_direction(float64_t variable, float64_t gradient, index_t idx, float64_t learning_rate)