TransientCalc

Contents

TransientCalc#

class liesel.model.TransientCalc(function, *inputs, _name='', _needs_seed=False, _update_on_init=True, convert_inputs='default', **kwinputs)[source]#

Bases: TransientNode, Calc

A transient calculator node that does not cache its value.

Attributes

value

The value of the node.

monitor

Whether the node should be monitored by an inference algorithm.