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/
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Свойство Type Description
Depth int
Value double

Méthodes publiques

Méthode Description
SplitDepth ( double value, int depth ) : System

Construct a split depth.

Method Details

SplitDepth() public méthode

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

Property Details

Depth public_oe property

The depth.
public int Depth
Résultat int

Value public_oe property

The value.
public double Value
Résultat double