C# (CSharp) SharpNeat.Decoders Namespace

Nested Namespaces

SharpNeat.Decoders.HyperNeat

Classes

Name Description
CyclicNetworkFactory Static factory for creating CyclicNetwork's from INetworkDefinition's.
FastCyclicNetworkFactory Static factory for creating CyclicNetwork's from INetworkDefinition's.
NetworkActivationScheme Represents network activation schemes. E.g. fixed number of activation timesteps or activation until the network becomes 'relaxed'. Relaxed here means that no node's output value changed by more than some threshold value.