C# Класс SharpNeat.Phenomes.NeuralNets.Connection

Represents a single connection between two neurons in a CyclicNetwork.
Показать файл Открыть проект

Открытые методы

Метод Описание
Connection ( Neuron srcNeuron, Neuron tgtNeuron, double weight )

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

Описание методов

Connection() публичный Метод

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