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.2.419.0 (24.2.419.0)
Syntax public enum PropagationStage
Public Enumeration PropagationStage
public enum class PropagationStage
Members
| Member name | Description |
---|
| 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