|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EngineTask in org.encog.mathutil.matrices.hessian |
---|
Classes in org.encog.mathutil.matrices.hessian that implement EngineTask | |
---|---|
class |
ChainRuleWorker
A threaded worker that is used to calculate the first derivatives of the output of the neural network. |
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
A task to be performed. |
Uses of EngineTask in org.encog.neural.networks.training.propagation |
---|
Classes in org.encog.neural.networks.training.propagation that implement EngineTask | |
---|---|
class |
GradientWorker
Worker class for the mulithreaded training of flat networks. |
Uses of EngineTask in org.encog.neural.networks.training.pso |
---|
Classes in org.encog.neural.networks.training.pso that implement EngineTask | |
---|---|
class |
NeuralPSOWorker
PSO multi-treaded worker. |
Uses of EngineTask in org.encog.util.concurrency |
---|
Methods in org.encog.util.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.util.concurrency with parameters of type EngineTask | |
---|---|
PoolItem(EngineTask task,
TaskGroup group)
Create a pool item. |
Uses of EngineTask in org.encog.util.concurrency.job |
---|
Classes in org.encog.util.concurrency.job that implement EngineTask | |
---|---|
class |
JobUnitWorker
An individual worker, that will be submitted to the thread pool. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |