BaseParameterDict

class mcalf.utils.collections.BaseParameterDict[source]

Bases: SyncedParameters

A base class for dictionaries of Parameter objects.

The same parameters existing across multiple dictionary values can be kept in sync with each other. For a Parameter object 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 Parameter objects evaluated.

Methods Documentation

eval()[source]

Return a copy of the dictionary with all Parameter objects evaluated.