Click or drag to resize

SinglePointStoppablePropagatorDefinitionGetSinglePointPropagator Method (EvaluatorGroup)

Creates and returns the SinglePointStoppablePropagator as defined by this instance. It is assumed 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 SinglePointStoppablePropagator GetSinglePointPropagator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The EvaluatorGroup to use to create all evaluators needed for propagation.

Return Value

Type: SinglePointStoppablePropagator
The configured SinglePointStoppablePropagator.
See Also