Click or drag to resize

IntendedSignalStrategyGetIntendedSignalEvaluator Method

Get an evaluator which produces a single Signal as the intended signal from the given ISignalSource.

Namespace:  AGI.Foundation.Communications.SignalProcessing
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual Evaluator<Signal> GetIntendedSignalEvaluator(
	EvaluatorGroup group,
	SignalPropagationGraph graph,
	ISignalSource signalSource
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The evaluator group to use when creating evaluators.
graph
Type: AGI.Foundation.CommunicationsSignalPropagationGraph
The graph of the communication links used to propagate signals.
signalSource
Type: AGI.Foundation.CommunicationsISignalSource
The source of the input signals.

Return Value

Type: EvaluatorSignal
An evaluator which produces the intended signal.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when group, graph, or signalSource is .
See Also