org.encog.engine.concurrency
Interface EngineTask

All Known Subinterfaces:
FlatGradientWorker
All Known Implementing Classes:
GradientWorkerCPU, JobUnitWorker, MateWorker, PerformerTask

public interface EngineTask

An individual task that can be submitted to the EncogCurrency utility.

Author:
jheaton

Method Summary
 void run()
          The task to perform.
 

Method Detail

run

void run()
The task to perform.



Copyright © 2011. All Rights Reserved.