/* Copyright (c) by respective owners including Yahoo!, Microsoft, and individual contributors. All rights reserved. Released under a BSD license as described in the file LICENSE. */ #pragma once namespace LEARNER { template struct learner; } LEARNER::base_learner* cb_explore_setup(VW::config::options_i& options, vw& all);