Vowpal Wabbit
cb_explore_adf_bag.h
Go to the documentation of this file.
1 /*
2 Copyright (c) by respective owners including Yahoo!, Microsoft, and
3 individual contributors. All rights reserved. Released under a BSD
4 license as described in the file LICENSE.
5 */
6 #pragma once
7 
8 #include "reductions_fwd.h"
9 
10 #include <vector>
11 #include <memory>
12 
13 struct rand_state;
14 
15 namespace VW
16 {
17 namespace cb_explore_adf
18 {
19 namespace bag
20 {
22 } // namespace bag
23 } // namespace cb_explore_adf
24 } // namespace VW
LEARNER::base_learner * setup(VW::config::options_i &options, vw &all)
Definition: autolink.cc:11