Uses of Interface
org.encog.engine.concurrency.EngineTask

Packages that use EngineTask
org.encog.engine.concurrency   
org.encog.engine.concurrency.job   
org.encog.engine.network.train.gradient   
org.encog.neural.networks.training.concurrent.performers   
org.encog.solve.genetic   
 

Uses of EngineTask in org.encog.engine.concurrency
 

Methods in org.encog.engine.concurrency with parameters of type EngineTask
 void EngineConcurrency.processTask(EngineTask task)
          Process the specified task.
 void EngineConcurrency.processTask(EngineTask task, TaskGroup group)
          Process the specified task.
 

Constructors in org.encog.engine.concurrency with parameters of type EngineTask
PoolItem(EngineTask task, TaskGroup group)
          Create a pool item.
 

Uses of EngineTask in org.encog.engine.concurrency.job
 

Classes in org.encog.engine.concurrency.job that implement EngineTask
 class JobUnitWorker
          An individual worker, that will be submitted to the thread pool.
 

Uses of EngineTask in org.encog.engine.network.train.gradient
 

Subinterfaces of EngineTask in org.encog.engine.network.train.gradient
 interface FlatGradientWorker
          An interface used to define gradient workers for flat networks.
 

Classes in org.encog.engine.network.train.gradient that implement EngineTask
 class GradientWorkerCPU
          Worker class for the mulithreaded training of flat networks.
 

Uses of EngineTask in org.encog.neural.networks.training.concurrent.performers
 

Classes in org.encog.neural.networks.training.concurrent.performers that implement EngineTask
 class PerformerTask
           
 

Uses of EngineTask in org.encog.solve.genetic
 

Classes in org.encog.solve.genetic that implement EngineTask
 class MateWorker
          This class is used in conjunction with a thread pool.
 



Copyright © 2011. All Rights Reserved.