Click or drag to resize

PropagationStage Enumeration

An enumerator that communicates the which stage of propagation an evaluator is called during.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum PropagationStage
Members
  Member nameDescription
UpdatePriorToStep The call occurs at the beginning of the step, prior to propagation.
PropagationStep The call occurs during propagation.
CorrectionAfterStep The call occurs at the end of the step, after propagation.
OutsideOfPropagation This signifies that the evaluation was not made as part of propagation.
See Also