C# Class SharpNeat.Phenomes.NeuralNets.Neuron

Represents a single neuron in a CyclicNetwork.
显示文件 Open project: colgreen/sharpneat Class Usage Examples

Public Methods

Method Description
Neuron ( uint id, NodeType neuronType, IActivationFunction activationFn, double auxArgs ) : SharpNeat.Network

Constructs a Neuron with the provided ID, type and activation function.

Method Details

Neuron() public method

Constructs a Neuron with the provided ID, type and activation function.
public Neuron ( uint id, NodeType neuronType, IActivationFunction activationFn, double auxArgs ) : SharpNeat.Network
id uint
neuronType NodeType
activationFn IActivationFunction
auxArgs double
return SharpNeat.Network