Uses of Interface
de.kumpe.hadooptimizer.EsWrappableMutator

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

Uses of EsWrappableMutator in de.kumpe.hadooptimizer.impl
 

Classes in de.kumpe.hadooptimizer.impl that implement EsWrappableMutator
 class GaussianMutator
          Mutates a double array by adding gaussian random numbers.
 class GaussionMutatorBase
          Base class for Mutators based on gaussian random number.
 class IdentityMutator<I>
          The IdentityMutator effectively does nothing, it just passes the input-individual through.
 

Constructors in de.kumpe.hadooptimizer.impl with parameters of type EsWrappableMutator
EsMutatorWrapper(EsWrappableMutator delegate)
          Creates a new EsMutatorWrapper wrapping the specified EsWrappableMutator.
EsMutatorWrapper(EsWrappableMutator delegate, double incrementFactor)
          Creates a new EsMutatorWrapper wrapping the specified EsWrappableMutator.
 



Copyright © 2011 Christian Kumpe. All Rights Reserved.