|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Halter | |
|---|---|
| de.kumpe.hadooptimizer | Core classes of the HadoOptimizer-Framework. |
| de.kumpe.hadooptimizer.hadoop | Optimizer implementations running in a
Hadoop cluster. |
| de.kumpe.hadooptimizer.impl | Some basic und useful implementations of the evolution cycle's interfaces. |
| Uses of Halter in de.kumpe.hadooptimizer |
|---|
| Methods in de.kumpe.hadooptimizer that return Halter | |
|---|---|
Halter<I> |
EaOptimizerConfigurationBase.getHalter()
|
| Methods in de.kumpe.hadooptimizer with parameters of type Halter | |
|---|---|
void |
EaOptimizerConfigurationBase.setHalter(Halter<I> halter)
|
| Uses of Halter in de.kumpe.hadooptimizer.hadoop |
|---|
| Methods in de.kumpe.hadooptimizer.hadoop that return Halter | |
|---|---|
Halter<EsIndividual> |
EsMultiPopulationsHadoOptimizer.getOuterHalter()
|
| Constructors in de.kumpe.hadooptimizer.hadoop with parameters of type Halter | |
|---|---|
EsMultiPopulationsHadoOptimizer(EsOptimizerConfiguration configuration,
Halter<EsIndividual> outerHalter)
|
|
| Uses of Halter in de.kumpe.hadooptimizer.impl |
|---|
| Classes in de.kumpe.hadooptimizer.impl that implement Halter | |
|---|---|
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. |
| Constructors in de.kumpe.hadooptimizer.impl with parameters of type Halter | |
|---|---|
EsHalterWrapper(Halter<double[]> delegate)
Creates a new EsHalterWrapperwrapping the specified
Halter<double[]>. |
|
ReportingHalterWrapper(Halter<I> delegate)
Creates a new ReportingHalterWrapper with the specified
Halter delegate. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||