Vowpal Wabbit
Public Attributes | List of all members
EXPLORE_EVAL::explore_eval Struct Reference

Public Attributes

CB::cb_class known_cost
 
vwall
 
std::shared_ptr< rand_state_random_state
 
uint64_t offset
 
CB::label action_label
 
CB::label empty_label
 
size_t example_counter
 
size_t update_count
 
size_t violations
 
float multiplier
 
bool fixed_multiplier
 

Detailed Description

Definition at line 19 of file explore_eval.cc.

Member Data Documentation

◆ _random_state

std::shared_ptr<rand_state> EXPLORE_EVAL::explore_eval::_random_state

Definition at line 23 of file explore_eval.cc.

Referenced by EXPLORE_EVAL::do_actual_learning().

◆ action_label

CB::label EXPLORE_EVAL::explore_eval::action_label

Definition at line 25 of file explore_eval.cc.

Referenced by EXPLORE_EVAL::do_actual_learning().

◆ all

vw* EXPLORE_EVAL::explore_eval::all

Definition at line 22 of file explore_eval.cc.

Referenced by EXPLORE_EVAL::finish().

◆ empty_label

CB::label EXPLORE_EVAL::explore_eval::empty_label

Definition at line 26 of file explore_eval.cc.

Referenced by EXPLORE_EVAL::do_actual_learning().

◆ example_counter

size_t EXPLORE_EVAL::explore_eval::example_counter

Definition at line 27 of file explore_eval.cc.

◆ fixed_multiplier

bool EXPLORE_EVAL::explore_eval::fixed_multiplier

Definition at line 33 of file explore_eval.cc.

Referenced by EXPLORE_EVAL::do_actual_learning(), and EXPLORE_EVAL::finish().

◆ known_cost

CB::cb_class EXPLORE_EVAL::explore_eval::known_cost

◆ multiplier

float EXPLORE_EVAL::explore_eval::multiplier

Definition at line 31 of file explore_eval.cc.

Referenced by EXPLORE_EVAL::do_actual_learning(), and EXPLORE_EVAL::finish().

◆ offset

uint64_t EXPLORE_EVAL::explore_eval::offset

Definition at line 24 of file explore_eval.cc.

Referenced by EXPLORE_EVAL::do_actual_learning().

◆ update_count

size_t EXPLORE_EVAL::explore_eval::update_count

Definition at line 29 of file explore_eval.cc.

Referenced by EXPLORE_EVAL::do_actual_learning(), and EXPLORE_EVAL::finish().

◆ violations

size_t EXPLORE_EVAL::explore_eval::violations

Definition at line 30 of file explore_eval.cc.

Referenced by EXPLORE_EVAL::do_actual_learning(), and EXPLORE_EVAL::finish().


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