BaseParameterDict
- class mcalf.utils.collections.BaseParameterDict[source]
Bases:
SyncedParametersA base class for dictionaries of
Parameterobjects.The same parameters existing across multiple dictionary values can be kept in sync with each other. For a
Parameterobject to be kept in sync it must be located in the dictionary such that{key: Parameter}or{key: List[Parameter]}.Methods Summary
eval()Return a copy of the dictionary with all
Parameterobjects evaluated.Methods Documentation