35 upar.
Add(
"x", 1., 0.1);
36 upar.
Add(
"y", 1., 0.1);
37 upar.
Add(
"z", 1., 0.1);
38 upar.
Add(
"w", 1., 0.1);
39 upar.
Add(
"x0", 1., 0.1);
40 upar.
Add(
"y0", 1., 0.1);
41 upar.
Add(
"z0", 1., 0.1);
42 upar.
Add(
"w0", 1., 0.1);
46 std::cout<<
"minimum: "<<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 the user interaction with the parameters; serves as input to the minimizer as well as o...