evaluator Factory Provider
val evaluatorFactoryProvider: (problemDefinition: ProblemDefinition) -> MemberEvaluatorFactoryIfc(source)
Parameters
evaluator Factory Provider
creates the per-member evaluation-resource factory for one run of the problem. The supplied problem definition is the instance the harness created for the run and will hand to every cell's solver — the member evaluators must be built against that same instance (solutions validate their problem identity), which is why it is an argument rather than something the provider creates for itself