Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vowpalwabbit/bs.cc')
-rw-r--r--vowpalwabbit/bs.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/bs.cc b/vowpalwabbit/bs.cc
index 78828632..1f538a7d 100644
--- a/vowpalwabbit/bs.cc
+++ b/vowpalwabbit/bs.cc
@@ -280,7 +280,7 @@ namespace BS {
data.pred_vec.reserve(data.B);
data.all = &all;
- learner<bs>& l = init_learner(&data, all.l, predict_or_learn<true>,
+ learner<bs>& l = init_learner(&data, setup_base(all,vm), predict_or_learn<true>,
predict_or_learn<false>, data.B);
l.set_finish_example(finish_example);
l.set_finish(finish);