#include <automl.h>
Public Member Functions | |
| automl (std::unique_ptr< CMType > cm) | |
| void | one_step (multi_learner &, multi_ex &, CB::cb_class &, uint64_t) |
| void | offset_learn (multi_learner &, multi_ex &, CB::cb_class &, uint64_t) |
Public Attributes | |
| automl_state | current_state = automl_state::Collecting |
| std::unique_ptr< CMType > | cm |
| LEARNER::multi_learner * | adf_learner = nullptr |
|
inline |
| void VW::reductions::automl::automl< CMType >::offset_learn | ( | multi_learner & | , |
| multi_ex & | , | ||
| CB::cb_class & | , | ||
| uint64_t | |||
| ) |
| void VW::reductions::automl::automl< CMType >::one_step | ( | multi_learner & | , |
| multi_ex & | , | ||
| CB::cb_class & | , | ||
| uint64_t | |||
| ) |
| LEARNER::multi_learner* VW::reductions::automl::automl< CMType >::adf_learner = nullptr |
| std::unique_ptr<CMType> VW::reductions::automl::automl< CMType >::cm |
| automl_state VW::reductions::automl::automl< CMType >::current_state = automl_state::Collecting |
1.8.13