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

Public Attributes

int stage_size
 
int prev_pass
 
int stable_grad_count
 
vwall
 

Detailed Description

Definition at line 18 of file svrg.cc.

Member Data Documentation

◆ all

vw* SVRG::svrg::all

◆ prev_pass

int SVRG::svrg::prev_pass

Definition at line 21 of file svrg.cc.

Referenced by SVRG::learn().

◆ stable_grad_count

int SVRG::svrg::stable_grad_count

Definition at line 22 of file svrg.cc.

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

◆ stage_size

int SVRG::svrg::stage_size

Definition at line 20 of file svrg.cc.

Referenced by SVRG::learn().


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