Vowpal Wabbit
Public Attributes | List of all members
SVRG::update Struct Reference

Public Attributes

float g_scalar_stable
 
float g_scalar_inner
 
float eta
 
float norm
 

Detailed Description

Definition at line 68 of file svrg.cc.

Member Data Documentation

◆ eta

float SVRG::update::eta

Definition at line 72 of file svrg.cc.

Referenced by SVRG::update_inner(), and SVRG::update_inner_feature().

◆ g_scalar_inner

float SVRG::update::g_scalar_inner

Definition at line 71 of file svrg.cc.

Referenced by SVRG::update_inner(), and SVRG::update_inner_feature().

◆ g_scalar_stable

float SVRG::update::g_scalar_stable

Definition at line 70 of file svrg.cc.

Referenced by SVRG::update_inner(), and SVRG::update_inner_feature().

◆ norm

float SVRG::update::norm

Definition at line 73 of file svrg.cc.

Referenced by SVRG::update_inner(), and SVRG::update_inner_feature().


The documentation for this struct was generated from the following file: