|
Vowpal Wabbit
|
Public Attributes | |
| CB::cb_class | known_cost |
| vw * | all |
| 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 |
Definition at line 19 of file explore_eval.cc.
| 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().
| CB::label EXPLORE_EVAL::explore_eval::action_label |
Definition at line 25 of file explore_eval.cc.
Referenced by EXPLORE_EVAL::do_actual_learning().
| vw* EXPLORE_EVAL::explore_eval::all |
Definition at line 22 of file explore_eval.cc.
Referenced by EXPLORE_EVAL::finish().
| CB::label EXPLORE_EVAL::explore_eval::empty_label |
Definition at line 26 of file explore_eval.cc.
Referenced by EXPLORE_EVAL::do_actual_learning().
| size_t EXPLORE_EVAL::explore_eval::example_counter |
Definition at line 27 of file explore_eval.cc.
| 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().
| CB::cb_class EXPLORE_EVAL::explore_eval::known_cost |
Definition at line 21 of file explore_eval.cc.
Referenced by EXPLORE_EVAL::do_actual_learning(), and EXPLORE_EVAL::output_example().
| 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().
| uint64_t EXPLORE_EVAL::explore_eval::offset |
Definition at line 24 of file explore_eval.cc.
Referenced by EXPLORE_EVAL::do_actual_learning().
| 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().
| 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().
1.8.13