org.encog.ml.prg.generator
Class GenerateWorker
java.lang.Object
org.encog.ml.prg.generator.GenerateWorker
- All Implemented Interfaces:
- Runnable
public class GenerateWorker
- extends Object
- implements Runnable
Used to thread the generation process.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenerateWorker
public GenerateWorker(AbstractPrgGenerator theOwner,
PrgPopulation thePopulation)
- Construct the worker.
- Parameters:
theOwner
- The owner.thePopulation
- The target population.
run
public void run()
-
- Specified by:
run
in interface Runnable
Copyright © 2014. All Rights Reserved.