- All Known Implementing Classes:
- EcologicalTermination, FixedIteration
public interface Termination
This interface defines a termination criteria for an Evalution
execution. It has two main implementations: FixedIteration, which
executes a fixed number of times a given simulation (used for iterated
competitions), and EcologicalTermination (which relies on a maximum
number of iterations but can end the evaluation if no change in
population proportion has been measured between two consecutives
simulations.
- Author:
- ysecq