Uses of Interface
de.kumpe.hadooptimizer.Wrapper

Packages that use Wrapper
de.kumpe.hadooptimizer.impl Some basic und useful implementations of the evolution cycle's interfaces. 
 

Uses of Wrapper in de.kumpe.hadooptimizer.impl
 

Classes in de.kumpe.hadooptimizer.impl that implement Wrapper
 class EsEvaluatorWrapper
          Wrapp's a given Evaluator<double[]> to evaluate the double[]-individual nested in an EsIndividual.
 class EsHalterWrapper
          A Wrapper that transforms an Halter<double[]> into an Halter<EsIndividual>.
 class EsMutatorWrapper
          Wrapp's a given EsWrappableMutator to mutate the double[] -individual nested in an EsIndividual.
 class EsPopulationReaderWrapper
          A Wrapper that transforms an PopulationReader<double[]> into an PopulationReader<EsIndividual>.
 class EsPopulationWriterWrapper
          A Wrapper that transforms an PopulationWriter<double[]> into an PopulationWriter<EsIndividual>.
 class NeedsRandomWrapperBase<T>
           
 class ReportingHalterWrapper<I>
          The ReportingHalterWrapper passed the EvaluationResults to each registered ReportingHalterWrapper.Reporter and then delegates the halt-decision the the specified Halter.
 



Copyright © 2011 Christian Kumpe. All Rights Reserved.