Vowpal Wabbit
vowpalwabbit
active.h
Go to the documentation of this file.
1
#pragma once
2
#include <memory>
3
4
struct
rand_state
;
5
6
struct
active
7
{
8
float
active_c0
;
9
vw
*
all
;
// statistics, loss
10
std::shared_ptr<rand_state>
_random_state
;
11
};
12
13
LEARNER::base_learner
*
active_setup
(
VW::config::options_i
& options,
vw
&
all
);
active::_random_state
std::shared_ptr< rand_state > _random_state
Definition:
active.h:10
active::all
vw * all
Definition:
active.h:9
active
Definition:
active.h:6
rand_state
Definition:
global_data.h:355
active_setup
LEARNER::base_learner * active_setup(VW::config::options_i &options, vw &all)
Definition:
active.cc:133
LEARNER::learner
Definition:
cb_explore.h:11
vw
Definition:
global_data.h:369
VW::config::options_i
Definition:
options.h:107
active::active_c0
float active_c0
Definition:
active.h:8
Generated on Thu Apr 9 2020 14:45:24 for Vowpal Wabbit by
1.8.13