You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The evaluator Correction object should have a method that can partially evaluate the content tree given a subset of the required inputs, returning a new Correction which only requires the remaining input variable to evaluate. This new object could internally store a reduced tree, which would have performance benefits.
The text was updated successfully, but these errors were encountered:
The evaluator
Correction
object should have a method that can partially evaluate the content tree given a subset of the required inputs, returning a newCorrection
which only requires the remaining input variable to evaluate. This new object could internally store a reduced tree, which would have performance benefits.The text was updated successfully, but these errors were encountered: