JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
run
()
The task to perform.
Method Detail
run
void run()
The task to perform.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method