Vowpal Wabbit
|
#include <explore_internal.h>
Public Attributes | |
int32_t | i |
float | f |
Definition at line 22 of file explore_internal.h.
float exploration::int_float::f |
Definition at line 25 of file explore_internal.h.
Referenced by exploration::generate_epsilon_greedy(), and exploration::uniform_random_merand48().
int32_t exploration::int_float::i |
Definition at line 24 of file explore_internal.h.
Referenced by exploration::sample_after_normalizing(), and exploration::uniform_random_merand48().