Method | Description | |
---|---|---|
InitCL ( ) : void |
Enable OpenCL processing. OpenCL processing allows Encog to use GPU devices to speed calculations. Not all areas of Encog can use this, however, GPU's can currently accelerate the training of Feedforward neural networks. To make use of the GPU you must have OpenCL drivers installed. For more information on getting OpenCL drivers, visit the following URL. http://www.heatonresearch.com/encog/opencl
|
|
Shutdown ( ) : void |
Provides any shutdown that Encog may need. Currently this shuts down the thread pool.
|