C# Class HyperNEATBoxes.DisplayBoxes

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

Public Methods

Method Description
DisplayBoxes ( NEATPopulation thePopulation ) : System
Render ( ) : void

Private Methods

Method Description
NewCase_Click ( object sender, RoutedEventArgs e ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

DisplayBoxes() public method

public DisplayBoxes ( NEATPopulation thePopulation ) : System
thePopulation Encog.Neural.NEAT.NEATPopulation
return System

Render() public method

public Render ( ) : void
return void