de.kumpe.hadooptimizer.simple
Class ThreadedEsOptimizer
java.lang.Object
de.kumpe.hadooptimizer.Optimizer<I>
de.kumpe.hadooptimizer.simple.ThreadedEsOptimizer
public class ThreadedEsOptimizer
- extends Optimizer<I>
A multithreaded Optimizer implementation for evolution strategies.
- Author:
- Christian Kumpe
- See Also:
Optimizer,
ThreadedOptimizerBase
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadedEsOptimizer
public ThreadedEsOptimizer(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.