Click or drag to resize

DynamicStateStoppablePropagatorGetStoppablePropagator Method (EvaluatorGroup, IListStateElementAdapterDefinition)

Creates and initialize the actual StoppablePropagator.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override StoppablePropagator GetStoppablePropagator(
	EvaluatorGroup group,
	IList<StateElementAdapterDefinition> previousAdapters
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The group to use to initialize any evaluators that will be used.
previousAdapters
Type: System.Collections.GenericIListStateElementAdapterDefinition
The previous adapters to use to configure this propagators adapters.

Return Value

Type: StoppablePropagator
The propagator for this StoppablePropagatorDefinition.
See Also