Vowpal Wabbit
|
#include "cb_explore_adf_regcb.h"
#include "reductions.h"
#include "cb_adf.h"
#include "rand48.h"
#include "bs.h"
#include "gen_cs_example.h"
#include "cb_explore.h"
#include "explore.h"
#include "action_score.h"
#include "cb.h"
#include <vector>
#include <algorithm>
#include <cmath>
Go to the source code of this file.
Classes | |
struct | VW::cb_explore_adf::regcb::cb_explore_adf_regcb |
Namespaces | |
VW | |
VW::cb_explore_adf | |
VW::cb_explore_adf::regcb | |
Macros | |
#define | B_SEARCH_MAX_ITER 20 |
Functions | |
LEARNER::base_learner * | VW::cb_explore_adf::regcb::setup (VW::config::options_i &options, vw &all) |
#define B_SEARCH_MAX_ITER 20 |
Definition at line 18 of file cb_explore_adf_regcb.cc.
Referenced by VW::cb_explore_adf::regcb::cb_explore_adf_regcb::binary_search().