#pragma once #include struct rand_state; struct active { float active_c0; vw* all; // statistics, loss std::shared_ptr _random_state; }; LEARNER::base_learner* active_setup(VW::config::options_i& options, vw& all);