de.kumpe.hadooptimizer.simple
Class SimpleEsOptimizer
java.lang.Object
de.kumpe.hadooptimizer.Optimizer<I>
de.kumpe.hadooptimizer.simple.SimpleEsOptimizer
public class SimpleEsOptimizer
- extends Optimizer<I>
A simple (not multithreaded) Optimizer implementation for evolution
strategies.
- Author:
- Christian Kumpe
- See Also:
Optimizer,
SimpleOptimizerBase
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleEsOptimizer
public SimpleEsOptimizer(EsOptimizerConfiguration configuration)
getConfiguration
protected EsOptimizerConfiguration 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.
- Returns:
- the optimizer's configuration
optimize
public final 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.