Documentation For Encog 2.x

NetworkCODEC Class

This class will extract the "long term memory" of a neural network, that is the weights and threshold values into an array. This array can be used to view the neural network as a linear array of doubles. These values can then be modified and copied back into the neural network. This is very useful for simulated annealing, as well as genetic algorithms.

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

System.Object
   NetworkCODEC

public class NetworkCODEC

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

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

See Also

NetworkCODEC Members | Encog.Neural.Networks Namespace