Thrill
0.1
|
Definition at line 73 of file stochastic_gradient_descent.hpp.
#include <stochastic_gradient_descent.hpp>
Public Member Functions | |
template<typename Archive > | |
void | serialize (Archive &ar) |
Public Attributes | |
double | count |
GradientResult< Vector > | grad |
|
inline |
Definition at line 78 of file stochastic_gradient_descent.hpp.
double count |
Definition at line 75 of file stochastic_gradient_descent.hpp.
Referenced by StochasticGradientDescent< Vector >::optimize().
GradientResult<Vector> grad |
Definition at line 74 of file stochastic_gradient_descent.hpp.
Referenced by StochasticGradientDescent< Vector >::optimize().