|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Stoppable | |
|---|---|
| de.kumpe.hadooptimizer.impl | Some basic und useful implementations of the evolution cycle's interfaces. |
| Uses of Stoppable in de.kumpe.hadooptimizer.impl |
|---|
| Classes in de.kumpe.hadooptimizer.impl that implement Stoppable | |
|---|---|
class |
ComputingTimeLimitHalter<I>
A Halter which halts after a given amount computation time. |
class |
CountingHalter<I>
A Halter which halts after the specified number of cycles. |
class |
EsHalterWrapper
A Wrapper that transforms an Halter<double[]> into an
Halter<EsIndividual>. |
class |
EvaluationLimitHalter<I>
A Halter halting the evolution process when the evaluation has gone
below a given level. |
class |
NeverHalter<I>
This Halter's NeverHalter.halt(Collection) will always return false,
thus never halt. |
class |
ReportingHalterWrapper<I>
The ReportingHalterWrapper passed the EvaluationResults to
each registered ReportingHalterWrapper.Reporter and then delegates the halt-decision the the
specified Halter. |
class |
TimeBasedHalter<I>
A Halter implementation halting a the specified Date. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||