12 #ifndef DISMEC_SRC_CONFIG_H
13 #define DISMEC_SRC_CONFIG_H
constexpr const int COST_PLACE_THREAD
Load balancing cost for placing a thread on a core.
constexpr const int COST_PLACE_HYPER_THREAD
Load balancing cost for placing a thread on a SMT shared core.
Main namespace in which all types, classes, and functions are defined.
constexpr const long CG_MIN_ITER_BOUND
constexpr const int PREDICTION_RUN_CHUNK_SIZE
Default chunk size for predicting scores.
constexpr const int MIN_TIME_PER_CHUNK_MS
If the time needed per chunk of work is less than this, we display a warning.
constexpr const real_t CG_DEFAULT_EPSILON
The default value for the tolerance parameter of the conjugate gradient optimization.
constexpr const int PREDICTION_METRICS_CHUNK_SIZE
Default chunk size for calculating metrics.
float real_t
The default type for floating point values.