Uses of Class
org.encog.util.obj.ChooseObject

Packages that use ChooseObject
org.encog.ml.ea.opp   
org.encog.neural.hyperneat   
org.encog.neural.neat   
 

Uses of ChooseObject in org.encog.ml.ea.opp
 

Subclasses of ChooseObject in org.encog.ml.ea.opp
 class OperationList
          This class holds a list of evolutionary operators.
 

Uses of ChooseObject in org.encog.neural.hyperneat
 

Methods in org.encog.neural.hyperneat with parameters of type ChooseObject
static void HyperNEATGenome.buildCPPNActivationFunctions(ChooseObject<ActivationFunction> activationFunctions)
          Build the CPPN activation functions.
 

Uses of ChooseObject in org.encog.neural.neat
 

Methods in org.encog.neural.neat that return ChooseObject
 ChooseObject<ActivationFunction> NEATPopulation.getActivationFunctions()
           
 



Copyright © 2014. All Rights Reserved.