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
One point that I'm not sure how to implement is that we definitely need to support multiple executors, and thus multiple Evaluators. but the problem is that for each stage, we need to pass the correct Evaluator from the EvaluatorTuple.
i guess it's just matchname and give the stage's the Handle of them
tokatoka
changed the title
possible design for evaluator
Possible design for EvaluatorMar 7, 2025
linked to #2897.
we need a new layer between
Fuzzer
and the other components.after discussing with @tokatoka, we were thinking of organizing things like this:
Fuzzer
StageTuple
-> now contains the ref to theEvaluator
to use for the stageEvaluatorTuple
Executor
Feedback
that way, we can remove
Executor
contained by some staged (likeTracingStage
).The text was updated successfully, but these errors were encountered: