org.encog.util.concurrency
Interface EngineTask

All Known Implementing Classes:
GradientWorker, 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.