LocalEvaluator(EvalCheck[]) Constructor

Definition

Initializes a new instance of the LocalEvaluator class.

public LocalEvaluator(params Microsoft.Agents.AI.EvalCheck[] checks);
new Microsoft.Agents.AI.LocalEvaluator : Microsoft.Agents.AI.EvalCheck[] -> Microsoft.Agents.AI.LocalEvaluator
Public Sub New (ParamArray checks As EvalCheck())

Parameters

checks
EvalCheck[]

The check functions to run on each item.

Applies to