LieselInterface.update_state()#
- LieselInterface.update_state(position, model_state)[source]#
Updates and returns a model state given a position.
- Parameters:
- Return type:
Warning
The
model_state
must be up-to-date, i.e. it must not contain any outdated nodes. Updates can only be triggered through new variable or node values in theposition
. If you supply amodel_state
with outdated nodes, these nodes and their outputs will not be updated.