runlmc.parameterization.priorizable module¶
This module contains internal classes having to do with adding priors and containing parameters that have priors.
Both _PriorizableNode and PriorizableLeaf
shouldn’t be used externally.
-
class
runlmc.parameterization.priorizable.PriorizableLeaf(name, *a, **kw)[source]¶ Bases:
runlmc.parameterization.priorizable._PriorizableNodeA
PriorizableLeafcontains a prior, and, by virtue of being a_PriorizableNode, will automatically notify parents of a new prior being set.