C# Class 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/
ファイルを表示 Open project: encog/encog-silverlight-core

Public Properties

Property Type Description
Depth int
Value double

Public Methods

Method Description
SplitDepth ( double value, int depth ) : System

Construct a split depth.

Method Details

SplitDepth() public method

Construct a split depth.
public SplitDepth ( double value, int depth ) : System
value double The value.
depth int The depth.
return System

Property Details

Depth public_oe property

The depth.
public int Depth
return int

Value public_oe property

The value.
public double Value
return double