ParameterConfig#

class lsst.multiprofit.ParameterConfig(*args, **kw)#

Bases: Config

Configuration for a parameter.

Attributes Summary

fixed

Whether parameter is fixed or not (free) (bool, default False)

value_initial

Initial value (float, default 0)

Attributes Documentation

fixed#

Whether parameter is fixed or not (free) (bool, default False)

value_initial#

Initial value (float, default 0)