|
Thrill
0.1
|
Definition at line 57 of file stochastic_gradient_descent.hpp.
Inheritance diagram for GradientResult< Vector >:
Collaboration diagram for GradientResult< Vector >:#include <stochastic_gradient_descent.hpp>
Public Member Functions | |
| GradientResult | operator+ (const GradientResult &b) const |
| template<typename Archive > | |
| void | serialize (Archive &ar) |
Public Attributes | |
| double | loss |
| Vector | weights |
|
inline |
Definition at line 61 of file stochastic_gradient_descent.hpp.
|
inline |
Definition at line 66 of file stochastic_gradient_descent.hpp.
| double loss |
Definition at line 59 of file stochastic_gradient_descent.hpp.
Referenced by GradientResult< thrill::common::Vector >::operator+().
| Vector weights |
Definition at line 58 of file stochastic_gradient_descent.hpp.
Referenced by GradientResult< thrill::common::Vector >::operator+().