org.encog.util.concurrency
Interface EngineTask

All Known Implementing Classes:
ChainRuleWorker, GradientWorker, JobUnitWorker, NeuralPSOWorker, 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 © 2014. All Rights Reserved.