Click or drag to resize

EvaluatorGroupForgetDependency Method

Instructs the evaluator group to forget about a dependency for the evaluator that is currently being constructed. For example, if the current evaluator obtains a sub-evaluator and then decides (based on properties of the sub-evaluator, for example) that the sub-evaluator is not needed, it can call this method to eliminate the sub-evaluator from consideration.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void ForgetDependency(
	IEvaluator evaluator
)

Parameters

evaluator
Type: AGI.FoundationIEvaluator
The sub-evaluator that is no longer depended upon by the evaluator that is currently being constructed.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when evaluator is .
See Also