|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Runtime options controlling the global maximum-likelihood fit. More...
#include <Fit.h>
Public Attributes | |
| bool | run_hesse = true |
| bool | request_minos = false |
| bool | verbose = false |
| unsigned | strategy = 0 |
| unsigned | max_fcn = 0 |
| double | tolerance = 0.0 |
| bool | allow_profile_hessian_fallback = true |
| double | profile_hessian_step_scale = 1.0 |
| double | profile_hessian_eig_floor_rel = 1e-8 |
| bool | trace_first_evals = false |
| std::size_t | trace_max_evals = 25 |
Runtime options controlling the global maximum-likelihood fit.
These options are forwarded to the underlying fit backend whenever the corresponding value is enabled or strictly positive. Values left at their neutral defaults delegate the choice to the backend.
| bool MLFitOptions::allow_profile_hessian_fallback = true |
| unsigned MLFitOptions::max_fcn = 0 |
| double MLFitOptions::profile_hessian_eig_floor_rel = 1e-8 |
| double MLFitOptions::profile_hessian_step_scale = 1.0 |
| bool MLFitOptions::request_minos = false |
| bool MLFitOptions::run_hesse = true |
| unsigned MLFitOptions::strategy = 0 |
| double MLFitOptions::tolerance = 0.0 |
| bool MLFitOptions::trace_first_evals = false |
| std::size_t MLFitOptions::trace_max_evals = 25 |
| bool MLFitOptions::verbose = false |