15 #ifndef BORNAGAIN_FIT_KERNEL_PARAMETER_H
16 #define BORNAGAIN_FIT_KERNEL_PARAMETER_H
41 std::string
name()
const;
Defines and implements class AttLimits.
Attributes and limits of a fit parameter, and coupling between these properties.
static AttLimits limitless()
A fittable parameter with value, error, step, and limits.
void setValue(double value)
double startValue() const
double m_start_value
starting value of fit parameters
std::string m_name
unique fit parameter name
double m_value
current value of fit parameters
void setError(double value)
double m_error
error of fit parameter calculated by the minimizer
double m_step
approximate initial step for the minimizer
Objective function types.