|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EvaluationResult | |
|---|---|
| de.kumpe.hadooptimizer | Core classes of the HadoOptimizer-Framework. |
| de.kumpe.hadooptimizer.examples.functions | Implementations of EAs which try to find minimums of functions. |
| de.kumpe.hadooptimizer.examples.neurons | Examples which uses EAs to teach neuronal networks. |
| de.kumpe.hadooptimizer.examples.tutorial | The examples used in my diploma theses. |
| de.kumpe.hadooptimizer.impl | Some basic und useful implementations of the evolution cycle's interfaces. |
| Uses of EvaluationResult in de.kumpe.hadooptimizer |
|---|
| Methods in de.kumpe.hadooptimizer with parameters of type EvaluationResult | |
|---|---|
int |
EvaluationResult.compareTo(EvaluationResult<I> other)
Compares two EvaluationResults. |
| Method parameters in de.kumpe.hadooptimizer with type arguments of type EvaluationResult | |
|---|---|
boolean |
Halter.halt(Collection<EvaluationResult<I>> evaluationResults)
Decides whether to stop or continue the evolution cycle. |
Collection<I> |
Recombiner.recombine(Collection<EvaluationResult<I>> parents)
Recombines the children from the parents in the given evaluationResults. |
| Uses of EvaluationResult in de.kumpe.hadooptimizer.examples.functions |
|---|
| Method parameters in de.kumpe.hadooptimizer.examples.functions with type arguments of type EvaluationResult | |
|---|---|
void |
LiveHistoryPanelReporter.report(Collection<EvaluationResult<double[]>> evaluationResults)
|
void |
ResultReporterPanel.report(Collection<EvaluationResult<double[]>> evaluationResults)
|
| Uses of EvaluationResult in de.kumpe.hadooptimizer.examples.neurons |
|---|
| Method parameters in de.kumpe.hadooptimizer.examples.neurons with type arguments of type EvaluationResult | |
|---|---|
void |
NeuronalNetEvaluator.report(Collection<EvaluationResult<double[]>> evaluationResults)
|
| Uses of EvaluationResult in de.kumpe.hadooptimizer.examples.tutorial |
|---|
| Method parameters in de.kumpe.hadooptimizer.examples.tutorial with type arguments of type EvaluationResult | |
|---|---|
boolean |
CountingHalter.halt(Collection<EvaluationResult<I>> evaluationResults)
|
| Uses of EvaluationResult in de.kumpe.hadooptimizer.impl |
|---|
| Methods in de.kumpe.hadooptimizer.impl with parameters of type EvaluationResult | ||
|---|---|---|
static
|
LoggingReporter.formatEvaluationResult(StringBuilder buffer,
EvaluationResult<I> evaluationResult)
|
|
| Method parameters in de.kumpe.hadooptimizer.impl with type arguments of type EvaluationResult | |
|---|---|
boolean |
EsHalterWrapper.halt(Collection<EvaluationResult<EsIndividual>> evaluationResults)
|
boolean |
TimeBasedHalter.halt(Collection<EvaluationResult<I>> evaluationResults)
|
boolean |
EvaluationLimitHalter.halt(Collection<EvaluationResult<I>> evaluationResults)
|
boolean |
NeverHalter.halt(Collection<EvaluationResult<I>> evaluationResults)
|
boolean |
ReportingHalterWrapper.halt(Collection<EvaluationResult<I>> evaluationResults)
|
boolean |
CountingHalter.halt(Collection<EvaluationResult<I>> evaluationResults)
|
boolean |
ComputingTimeLimitHalter.halt(Collection<EvaluationResult<I>> evaluationResults)
|
Collection<I> |
DuplicatingRecombiner.recombine(Collection<EvaluationResult<I>> parentResults)
|
void |
LoggingReporter.report(Collection<EvaluationResult<I>> evaluationResults)
|
void |
TextFileReporter.report(Collection<EvaluationResult<I>> evaluationResults)
|
void |
ReportingHalterWrapper.Reporter.report(Collection<EvaluationResult<I>> evaluationResults)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||