Vowpal Wabbit
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
VW::reductions::automl::aml_estimator< estimator_impl > Class Template Reference

#include <automl_impl.h>

Public Member Functions

 aml_estimator ()
 
 aml_estimator (double tol_x, bool is_brentq, double alpha)
 
 aml_estimator (estimator_impl sc, uint64_t config_index, bool eligible_to_inactivate, interaction_vec_t &live_interactions)
 
void persist (metric_sink &, const std::string &, bool)
 

Static Public Member Functions

static bool better (estimator_impl &challenger, estimator_impl &other)
 

Public Attributes

uint64_t config_index = 0
 
bool eligible_to_inactivate = false
 
interaction_vec_t live_interactions
 

Constructor & Destructor Documentation

◆ aml_estimator() [1/3]

template<typename estimator_impl >
VW::reductions::automl::aml_estimator< estimator_impl >::aml_estimator ( )
inline

◆ aml_estimator() [2/3]

template<typename estimator_impl >
VW::reductions::automl::aml_estimator< estimator_impl >::aml_estimator ( double  tol_x,
bool  is_brentq,
double  alpha 
)
inline

◆ aml_estimator() [3/3]

template<typename estimator_impl >
VW::reductions::automl::aml_estimator< estimator_impl >::aml_estimator ( estimator_impl  sc,
uint64_t  config_index,
bool  eligible_to_inactivate,
interaction_vec_t live_interactions 
)
inline

Member Function Documentation

◆ better()

template<typename estimator_impl >
static bool VW::reductions::automl::aml_estimator< estimator_impl >::better ( estimator_impl &  challenger,
estimator_impl &  other 
)
inlinestatic

◆ persist()

template<typename estimator_impl >
void VW::reductions::automl::aml_estimator< estimator_impl >::persist ( metric_sink ,
const std::string &  ,
bool   
)

Member Data Documentation

◆ config_index

template<typename estimator_impl >
uint64_t VW::reductions::automl::aml_estimator< estimator_impl >::config_index = 0

◆ eligible_to_inactivate

template<typename estimator_impl >
bool VW::reductions::automl::aml_estimator< estimator_impl >::eligible_to_inactivate = false

◆ live_interactions

template<typename estimator_impl >
interaction_vec_t VW::reductions::automl::aml_estimator< estimator_impl >::live_interactions

The documentation for this class was generated from the following file: