Class MEAL::Parameter

class Parameter : public Reference::Able

Provides name-based access to parameter attributes in Function::Interface.

Public Functions

inline std::string get_description() const

Description of the parameter.

inline double get_param() const

Return the value of the specified parameter.

inline void set_param(double value)

Set the value of the specified parameter.

inline double get_variance() const

Return the variance of the specified parameter.

inline void set_variance(double value)

Set the variance of the specified parameter.

inline bool get_infit() const

Return true if parameter at index is to be fitted.

inline void set_infit(bool flag)

Set flag for parameter at index to be fitted.

class Interface : public TextInterface::To<Parameter>