15 #ifndef BORNAGAIN_FIT_KERNEL_PARAMETER_H
16 #define BORNAGAIN_FIT_KERNEL_PARAMETER_H
38 Parameter(
const std::string& name,
double value,
39 const AttLimits& limits = AttLimits::limitless(),
double step = 0.0);
41 std::string name()
const;
43 double startValue()
const;
48 void setValue(
double value);
53 void setError(
double value);
Defines and implements class AttLimits.
Attributes and limits of a fit parameter, and coupling between these properties.
A fittable parameter with value, error, step, and limits.
Objective function types.