C# Class SharpNeat.Phenomes.NeuralNets.Connection

Represents a single connection between two neurons in a CyclicNetwork.
显示文件 Open project: colgreen/sharpneat

Public Methods

Method Description
Connection ( Neuron srcNeuron, Neuron tgtNeuron, double weight )

Constructs a Connection with the provided source and target neurons, and connection weight.

Method Details

Connection() public method

Constructs a Connection with the provided source and target neurons, and connection weight.
public Connection ( Neuron srcNeuron, Neuron tgtNeuron, double weight )
srcNeuron Neuron
tgtNeuron Neuron
weight double