Documentation For Encog 2.x

BoltzmannLogic Methods

The methods of the BoltzmannLogic class are listed below. For a complete list of BoltzmannLogic class members, see the BoltzmannLogic Members topic.

Public Instance Methods

CalculateEnergy (inherited from ThermalLogic) Calculate the current energy for the network. The network will seek to lower this value.
Clear (inherited from ThermalLogic) Clear any connection weights.
Compute Setup the network logic, read parameters from the network. NOT USED, call the run method.
DecreaseTemperature Decrease the temperature by the specified amount.
Equals (inherited from Object) 
EstablishEquilibrium Run the network until thermal equalibrium is established.
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Init Setup the network logic, read parameters from the network.
PreprocessLayer (inherited from SimpleRecurrentLogic) Handle recurrent layers. See if there are any recurrent layers before the specified layer that must affect the input.
Run Run the network for all neurons present.
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

BoltzmannLogic Class | Encog.Neural.Networks.Logic Namespace