NodeState
NodeState#
- class liesel.liesel.types.NodeState(value: Any, log_prob: Any)[source]#
Bases:
NamedTupleThe state of a node as a named tuple.
Methods
count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Attributes
The log-probability of the node.
The value of the node.