Click or drag to resize

IEvaluatorParameter<T> Interface

A placeholder for a parameter within an evaluator.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public interface IEvaluatorParameter<T>

Type Parameters

T
The type of the parameter.

The IEvaluatorParameter<T> type exposes the following members.

Methods
  NameDescription
Public methodGetEvaluator
Gets the placeholder evaluator associated with this parameter.
Top
See Also