Method | Description | |
---|---|---|
Neuron ( uint id, NodeType neuronType, IActivationFunction activationFn, double auxArgs ) : SharpNeat.Network |
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 |