Package ai.libs.jaicore.experiments
Interface IExperimentTerminationCriterion
-
- All Known Implementing Classes:
MaxNumberOfEventsTerminationCriterion
public interface IExperimentTerminationCriterionDecides, based on a new incoming event, whether the experiment should be stopped.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleandoesTerminate(org.api4.java.algorithm.events.IAlgorithmEvent e, org.api4.java.algorithm.IAlgorithm<?,?> algorithm)
-