C# Class HyperNEATBoxes.DisplayBoxes

Interaction logic for DisplayBoxes.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: encog/encog-dotnet-more-examples Class Usage Examples

Méthodes publiques

Méthode Description
DisplayBoxes ( NEATPopulation thePopulation ) : System
Render ( ) : void

Private Methods

Méthode Description
NewCase_Click ( object sender, RoutedEventArgs e ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

DisplayBoxes() public méthode

public DisplayBoxes ( NEATPopulation thePopulation ) : System
thePopulation Encog.Neural.NEAT.NEATPopulation
Résultat System

Render() public méthode

public Render ( ) : void
Résultat void