Vowpal Wabbit
Loading...
Searching...
No Matches
Public Attributes | List of all members
VW::reductions::ftrl Class Reference

#include <ftrl.h>

Public Attributes

VW::workspaceall = nullptr
 
float ftrl_alpha = 0.f
 
float ftrl_beta = 0.f
 
ftrl_update_data data
 
size_t no_win_counter = 0
 
size_t early_stop_thres = 0
 
uint32_t ftrl_size = 0
 
std::vector< VW::reductions::details::gd_per_model_stategd_per_model_states
 

Member Data Documentation

◆ all

VW::workspace* VW::reductions::ftrl::all = nullptr

◆ data

ftrl_update_data VW::reductions::ftrl::data

◆ early_stop_thres

size_t VW::reductions::ftrl::early_stop_thres = 0

◆ ftrl_alpha

float VW::reductions::ftrl::ftrl_alpha = 0.f

◆ ftrl_beta

float VW::reductions::ftrl::ftrl_beta = 0.f

◆ ftrl_size

uint32_t VW::reductions::ftrl::ftrl_size = 0

◆ gd_per_model_states

std::vector<VW::reductions::details::gd_per_model_state> VW::reductions::ftrl::gd_per_model_states

◆ no_win_counter

size_t VW::reductions::ftrl::no_win_counter = 0

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