Method | Description | |
---|---|---|
Reconnect ( AbstractGenerationalAlgorithm |
Called when a new evolution algorithm is initialized. Clean up any existing event listeners and connect up to the new evolution algorithm.
|
|
TimeSeriesGraphForm ( string title, string xAxisTitle, string y1AxisTitle, string y2AxisTitle, |
Construct the form with the provided details and data sources.
|
|
_ea_UpdateEvent ( object sender, |
Handle update event from the evolution algorithm - update the view.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
GenomeForm_FormClosing ( object sender, |
||
InitGraph ( string title, string xAxisTitle, string y1AxisTitle, string y2AxisTitle, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public Reconnect ( AbstractGenerationalAlgorithm |
||
ea | AbstractGenerationalAlgorithm |
|
return | void |
public TimeSeriesGraphForm ( string title, string xAxisTitle, string y1AxisTitle, string y2AxisTitle, |
||
title | string | |
xAxisTitle | string | |
y1AxisTitle | string | |
y2AxisTitle | string | |
dataSourceArray | ||
ea | AbstractGenerationalAlgorithm |
|
return | System |
public _ea_UpdateEvent ( object sender, |
||
sender | object | |
e | ||
return | void |