Uses of Interface
de.kumpe.hadooptimizer.Evaluator

Packages that use Evaluator
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.impl Some basic und useful implementations of the evolution cycle's interfaces. 
 

Uses of Evaluator in de.kumpe.hadooptimizer
 

Methods in de.kumpe.hadooptimizer that return Evaluator
 Evaluator<I> EaOptimizerConfigurationBase.getEvaluator()
           
 

Methods in de.kumpe.hadooptimizer with parameters of type Evaluator
 void EaOptimizerConfigurationBase.setEvaluator(Evaluator<I> evaluator)
           
 

Uses of Evaluator in de.kumpe.hadooptimizer.examples.functions
 

Constructors in de.kumpe.hadooptimizer.examples.functions with parameters of type Evaluator
LiveHistoryPanelReporter(Evaluator<double[]> evaluator, int refreshMillis)
           
 

Uses of Evaluator in de.kumpe.hadooptimizer.examples.neurons
 

Classes in de.kumpe.hadooptimizer.examples.neurons that implement Evaluator
 class NeuronalNetEvaluator
           
 

Uses of Evaluator in de.kumpe.hadooptimizer.impl
 

Classes in de.kumpe.hadooptimizer.impl that implement Evaluator
 class EsEvaluatorWrapper
          Wrapp's a given Evaluator<double[]> to evaluate the double[]-individual nested in an EsIndividual.
 class PolynomialEvaluator
          A Evaluator for polynomials.
 

Constructors in de.kumpe.hadooptimizer.impl with parameters of type Evaluator
EsEvaluatorWrapper(Evaluator<double[]> delegate)
          Creates a new EsEvaluatorWrapper wrapping the specified Evaluator<double[]>.
 



Copyright © 2011 Christian Kumpe. All Rights Reserved.