Click or drag to resize

StoppablePropagatorDefinitionGetStoppablePropagator Method (EvaluatorGroup)

Creates and initialize the actual StoppablePropagator. It is assume that the Adapters are either not needed or are fully configured with any current and previous objects set.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public StoppablePropagator GetStoppablePropagator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The group to use to initialize any evaluators that will be used.

Return Value

Type: StoppablePropagator
The propagator for this StoppablePropagatorDefinition.
See Also