Documentation For Encog 2.x

ThermalLogic Class

Provides the neural logic for thermal networks. Functions as a base class for BoltzmannLogic and HopfieldLogic.

For a list of all members of this type, see ThermalLogic Members .

System.Object
   FeedforwardLogic
      SimpleRecurrentLogic
         ThermalLogic
            BoltzmannLogic
            HopfieldLogic

[Serializable]
public class ThermalLogic : SimpleRecurrentLogic

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Encog.Neural.Networks.Logic

Assembly: encog-core-cs (in encog-core-cs.dll)

See Also

ThermalLogic Members | Encog.Neural.Networks.Logic Namespace