C# Class Encog.Neural.Networks.Logic.ThermalLogic

Inheritance: SimpleRecurrentLogic
Mostra file Open project: encog/encog-silverlight-core

Public Methods

Method Description
CalculateEnergy ( ) : double

Calculate the current energy for the network. The network will seek to lower this value.

Clear ( ) : void

Clear any connection weights.

Init ( BasicNetwork network ) : void

Setup the network logic, read parameters from the network.

Method Details

CalculateEnergy() public method

Calculate the current energy for the network. The network will seek to lower this value.
public CalculateEnergy ( ) : double
return double

Clear() public method

Clear any connection weights.
public Clear ( ) : void
return void

Init() public method

Setup the network logic, read parameters from the network.
public Init ( BasicNetwork network ) : void
network BasicNetwork The network that this logic class belongs to.
return void