with Evaluator
fun withEvaluator(evaluator: (TransformationActionContext<AttemptHistory<RESULT, FEEDBACK>, FEEDBACK>) -> FEEDBACK): RepeatUntilAcceptableBuilder.Evaluator<RESULT, FEEDBACK>
Provide the evaluation function that will assess the generated results.