settings_t Struct Attributes
The settings_t struct is mainly accessible via the Analysis interface and is only relevant for interfacing with the framework in C++.
-
struct settings_t
-
std::string output_path
-
std::string run_name
-
int epochs
-
int kfolds
-
std::vector<int> kfold
-
int num_examples
-
float train_size
-
bool training
-
bool validation
-
bool evaluation
-
bool continue_training
-
std::string training_dataset
-
std::string var_pt
-
std::string var_eta
-
std::string var_phi
-
std::string var_energy
-
std::vector<std::string> targets
-
int nbins
-
int refresh
-
int max_range
-
bool debug_mode
-
int threads
-
std::string output_path