Class TimeoutSolutionEvaluatorDecorator

java.lang.Object
dev.zemco.codegame.evaluation.TimeoutSolutionEvaluatorDecorator
All Implemented Interfaces:
ISolutionEvaluator

public class TimeoutSolutionEvaluatorDecorator extends Object implements ISolutionEvaluator
Enforces maximum step count for a given evaluation. If maximum number of steps is surpassed, the evaluation is considered finished unsuccessfully and TimeoutException is thrown.
Author:
Erik Zemčík