Uses of Package
org.encog.mathutil.randomize

Packages that use org.encog.mathutil.randomize
org.encog.mathutil.randomize   
org.encog.neural.networks.training.genetic   
 

Classes in org.encog.mathutil.randomize used by org.encog.mathutil.randomize
BasicRandomizer
          Provides basic functionality that most randomizers will need.
Randomizer
          Defines the interface for a class that is capable of randomizing the weights and bias values of a neural network.
RangeRandomizer
          A randomizer that will create random weight and bias values that are between a specified range.
 

Classes in org.encog.mathutil.randomize used by org.encog.neural.networks.training.genetic
Randomizer
          Defines the interface for a class that is capable of randomizing the weights and bias values of a neural network.
 



Copyright © 2011. All Rights Reserved.