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
void SetNumWgt(double wgt)
bool Load(string file_name)
void SetOODWgt(double wgt)
bool Save(string file_name)
static CubeTuningParams * Create(const string &data_file, const string &lang)