ParameterConfig#
- class lsst.multiprofit.ParameterConfig(*args, **kw)#
Bases:
ConfigConfiguration for a parameter.
Attributes Summary
Whether parameter is fixed or not (free) (
bool, defaultFalse)Initial value (
float, default0)Attributes Documentation
- fixed#
Whether parameter is fixed or not (free) (
bool, defaultFalse)
- value_initial#
Initial value (
float, default0)