Uses of Interface
org.encog.EncogShutdownTask

Packages that use EncogShutdownTask
org.encog   
org.encog.ml.ea.train.basic   
org.encog.ml.genetic   
 

Uses of EncogShutdownTask in org.encog
 

Methods in org.encog with parameters of type EncogShutdownTask
 void Encog.addShutdownTask(EncogShutdownTask task)
          Add a shutdown task.
 void Encog.removeShutdownTask(EncogShutdownTask task)
          Remove a shutdown task.
 

Uses of EncogShutdownTask in org.encog.ml.ea.train.basic
 

Classes in org.encog.ml.ea.train.basic that implement EncogShutdownTask
 class BasicEA
          Provides a basic implementation of a multi-threaded Evolutionary Algorithm.
 class TrainEA
          Provides a MLTrain compatible class that can be used to train genomes.
 

Uses of EncogShutdownTask in org.encog.ml.genetic
 

Classes in org.encog.ml.genetic that implement EncogShutdownTask
 class MLMethodGeneticAlgorithm.MLMethodGeneticAlgorithmHelper
          Very simple class that implements a genetic algorithm.
 



Copyright © 2014. All Rights Reserved.