de.kumpe.hadooptimizer
Interface Stoppable

All Known Implementing Classes:
ComputingTimeLimitHalter, CountingHalter, EsHalterWrapper, EvaluationLimitHalter, NeverHalter, ReportingHalterWrapper, TimeBasedHalter

public interface Stoppable

Marks a Halter to be stoppable. Wich means that the evolution cycle can be intentionally canceled from the outside before the actual optimization goal is reached.

Author:
Christian Kumpe

Method Summary
 void stop()
          Is called once to tell the Halter the stop the evoltion cycle at the end of the current iteration.
 

Method Detail

stop

void stop()
Is called once to tell the Halter the stop the evoltion cycle at the end of the current iteration.



Copyright © 2011 Christian Kumpe. All Rights Reserved.