C# Класс Encog.Neural.Networks.Training.NEAT.SplitDepth

Tracks the split depth of NEAT links. NeuroEvolution of Augmenting Topologies (NEAT) is a genetic algorithm for the generation of evolving artificial neural networks. It was developed by Ken Stanley while at The University of Texas at Austin. http://www.cs.ucf.edu/~kstanley/
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Depth int
Value double

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

Метод Описание
SplitDepth ( double value, int depth ) : System

Construct a split depth.

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

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

Construct a split depth.
public SplitDepth ( double value, int depth ) : System
value double The value.
depth int The depth.
Результат System

Описание свойств

Depth публичное свойство

The depth.
public int Depth
Результат int

Value публичное свойство

The value.
public double Value
Результат double