Uses of Interface
dev.zemco.codegame.evaluation.ISolutionEvaluator
Packages that use ISolutionEvaluator
Package
Description
Provides evaluation capabilities of executions to the application.
-
Uses of ISolutionEvaluator in dev.zemco.codegame.evaluation
Classes in dev.zemco.codegame.evaluation that implement ISolutionEvaluatorModifier and TypeClassDescriptionclassImplementation of asolution evaluatorthat evaluates an underlyingexecution contextagainst a specificproblem caseusing anevaluation strategy.classEnforces maximum step count for a given evaluation.Methods in dev.zemco.codegame.evaluation that return ISolutionEvaluatorModifier and TypeMethodDescriptionEvaluationService.getEvaluatorForProblemCaseSolution(Program solution, ProblemCase problemCase) IEvaluationService.getEvaluatorForProblemCaseSolution(Program solution, ProblemCase problemCase) Constructors in dev.zemco.codegame.evaluation with parameters of type ISolutionEvaluatorModifierConstructorDescriptionTimeoutSolutionEvaluatorDecorator(ISolutionEvaluator wrappedEvaluator, int maxStepCount) Creates an instance ofTimeoutSolutionEvaluatorDecoratorwhich wraps an existingevaluator.