Module parameter
source code
Parameters and parameter sets.
Parameter defines an individual parameter, and ParameterSet groups them
into a hierarchy.
Individual models need to provide a parameter set with the correct
properties, either by using park.ParameterSet in their model definition,
or by providing a wrapper which can translate assignment to parameter.value
into the appropriate change in the wrapped model. See wrapper.py for
an example.
|
|
Parameter
A parameter is a box for communicating with the fitting service.
|
|
|
ParameterSet
The set of parameters used to fit theory to data.
|