메소드 | 설명 | |
---|---|---|
ProblemDomainForm ( string title, AbstractDomainView domainViewControl, AbstractGenerationalAlgorithm |
Construct with the provided form title, genome view/renderer and evolution algorithm. We listen to update events from the evolution algorithm and cleanly detach from it when this form closes.
|
|
Reconnect ( AbstractGenerationalAlgorithm |
Called when a new evolution algorithm is initialized. Clean up any existing event listeners and connect up to the new evolution algorithm.
|
|
RefreshView ( ) : void |
Refresh view.
|
|
_ea_UpdateEvent ( object sender, EventArgs e ) : void |
Handle update event from the evolution algorithm - update the view.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
메소드 | 설명 | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ProblemDomainForm_FormClosing ( object sender, FormClosingEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public ProblemDomainForm ( string title, AbstractDomainView domainViewControl, AbstractGenerationalAlgorithm |
||
title | string | |
domainViewControl | AbstractDomainView | |
ea | AbstractGenerationalAlgorithm |
|
리턴 | System |
public Reconnect ( AbstractGenerationalAlgorithm |
||
ea | AbstractGenerationalAlgorithm |
|
리턴 | void |
public _ea_UpdateEvent ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
리턴 | void |