de.kumpe.hadooptimizer.jeneva
Class EaJenevaOptimizer<I>
java.lang.Object
de.kumpe.hadooptimizer.Optimizer<I>
de.kumpe.hadooptimizer.jeneva.EaJenevaOptimizer<I>
public class EaJenevaOptimizer<I>
- extends Optimizer<I>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EaJenevaOptimizer
public EaJenevaOptimizer(EaOptimizerConfiguration<I> configuration)
getConfiguration
protected EaOptimizerConfiguration<I> getConfiguration()
- Description copied from class:
Optimizer
- Returns the optimizer's configuration. This configuration should not be
modified once the optimizer has been created.
This method can be overridden to cast the OptimizerConfiguration
to the appropriate subtype for the concrete optimizer implementation.
- Overrides:
getConfiguration in class Optimizer<I>
- Returns:
- the optimizer's configuration
optimize
public void optimize()
- Description copied from class:
Optimizer
- Starts the optimization.
Subclasses need to implement this method with a concrete optimization
technique.
- Specified by:
optimize in class Optimizer<I>
Copyright © 2011 Christian Kumpe. All Rights Reserved.