org.encog.ml.ea.train.basic
Class EAWorker
java.lang.Object
org.encog.ml.ea.train.basic.EAWorker
- All Implemented Interfaces:
- Callable<Object>
public class EAWorker
- extends Object
- implements Callable<Object>
A worker thread for an Evolutionary Algorithm.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EAWorker
public EAWorker(BasicEA theTrain,
Species theSpecies)
- Construct the EA worker.
- Parameters:
theTrain
- The trainer.theSpecies
- The species.
call
public Object call()
-
- Specified by:
call
in interface Callable<Object>
Copyright © 2014. All Rights Reserved.