org.encog.ml.prg.generator
Class GenerateWorker

java.lang.Object
  extended by org.encog.ml.prg.generator.GenerateWorker
All Implemented Interfaces:
Runnable

public class GenerateWorker
extends Object
implements Runnable

Used to thread the generation process.


Constructor Summary
GenerateWorker(AbstractPrgGenerator theOwner, PrgPopulation thePopulation)
          Construct the worker.
 
Method Summary
 void run()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateWorker

public GenerateWorker(AbstractPrgGenerator theOwner,
                      PrgPopulation thePopulation)
Construct the worker.

Parameters:
theOwner - The owner.
thePopulation - The target population.
Method Detail

run

public void run()

Specified by:
run in interface Runnable


Copyright © 2014. All Rights Reserved.