36 upar.
Add(
"x", 1., 0.1);
37 upar.
Add(
"y", 1., 0.1);
38 upar.
Add(
"z", 1., 0.1);
39 upar.
Add(
"w", 1., 0.1);
43 std::cout<<
"minimum: "<<min<<std::endl;
50 upar.
Add(
"x", 1., 0.1);
51 upar.
Add(
"y", 1., 0.1);
52 upar.
Add(
"z", 1., 0.1);
53 upar.
Add(
"w", 1., 0.1);
57 std::cout<<
"minimum with grad calculation : "<<min<<std::endl;
62 std::cout<<
"minimum after hesse: "<<min<<std::endl;
API class for minimization using Variable Metric technology ("MIGRAD"); allows for user interaction: ...
static Vc_ALWAYS_INLINE int_v min(const int_v &x, const int_v &y)
bool Add(const std::string &, double, double)
Add free Parameter Name, Value, Error.
class holding the full result of the minimization; both internal and external (MnUserParameterState) ...
API class for calculating the numerical covariance matrix (== 2x Inverse Hessian == 2x Inverse 2nd de...
API class for the user interaction with the parameters; serves as input to the minimizer as well as o...