24 #ifndef CUBE_TUNING_PARAMS_H 25 #define CUBE_TUNING_PARAMS_H 37 inline double OODWgt() {
return ood_wgt_; }
38 inline double NumWgt() {
return num_wgt_; }
40 inline void SetOODWgt(
double wgt) { ood_wgt_ = wgt; }
41 inline void SetNumWgt(
double wgt) { num_wgt_ = wgt; }
48 bool Save(
string file_name);
49 bool Load(
string file_name);
57 #endif // CUBE_TUNING_PARAMS_H bool Save(string file_name)
bool Load(string file_name)
void SetNumWgt(double wgt)
void SetOODWgt(double wgt)
static CubeTuningParams * Create(const string &data_file, const string &lang)