org.encog.ml.ea.train.basic
Class EAWorker

java.lang.Object
  extended by 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.


Constructor Summary
EAWorker(BasicEA theTrain, Species theSpecies)
          Construct the EA worker.
 
Method Summary
 Object call()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EAWorker

public EAWorker(BasicEA theTrain,
                Species theSpecies)
Construct the EA worker.

Parameters:
theTrain - The trainer.
theSpecies - The species.
Method Detail

call

public Object call()

Specified by:
call in interface Callable<Object>


Copyright © 2014. All Rights Reserved.