Namespaces | Functions
learning_rate.h File Reference
#include <cuml/solvers/params.hpp>
#include <math.h>
Include dependency graph for learning_rate.h:

Go to the source code of this file.

Namespaces

 ML
 
 ML::Solver
 

Functions

template<typename math_t >
math_t ML::Solver::max (math_t a, math_t b)
 
template<typename math_t >
math_t ML::Solver::invScaling (math_t eta, math_t power_t, int t)
 
template<typename math_t >
math_t ML::Solver::regDLoss (math_t a, math_t b)
 
template<typename math_t >
math_t ML::Solver::calOptimalInit (math_t alpha)
 
template<typename math_t >
math_t ML::Solver::optimal (math_t alpha, math_t optimal_init, int t)
 
template<typename math_t >
math_t ML::Solver::calLearningRate (ML::lr_type lr_type, math_t eta, math_t power_t, math_t alpha, math_t t)