Documentation For Encog 2.x

ThermalLogic Methods

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

Public Instance Methods

CalculateEnergy Calculate the current energy for the network. The network will seek to lower this value.
Clear Clear any connection weights.
Compute (inherited from FeedforwardLogic) Compute the output for a given input to the neural network. This method provides a parameter to specify an output holder to use. This holder allows propagation training to track the output from each layer. If you do not need this holder pass null, or use the other compare method.
Equals (inherited from Object) 
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.
ToString (inherited from Object) 

Protected Instance Methods

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

See Also

ThermalLogic Class | Encog.Neural.Networks.Logic Namespace