Package ai.libs.jaicore.experiments
Interface IExperimentSetEvaluator
-
- All Known Implementing Classes:
AlgorithmBenchmarker
public interface IExperimentSetEvaluator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidevaluate(ExperimentDBEntry experimentEntry, IExperimentIntermediateResultProcessor processor)Method to compute a single point of the experiment set
-
-
-
Method Detail
-
evaluate
void evaluate(ExperimentDBEntry experimentEntry, IExperimentIntermediateResultProcessor processor) throws ExperimentEvaluationFailedException, ExperimentFailurePredictionException, java.lang.InterruptedException
Method to compute a single point of the experiment set- Parameters:
experimentEntry- The point of the experiment setprocessor- A handle to return intermediate results to the experiment runner routine- Throws:
java.lang.ExceptionExperimentEvaluationFailedExceptionExperimentFailurePredictionExceptionjava.lang.InterruptedException
-
-