Method | Description | |
---|---|---|
MainForm ( ) : System |
Construct and initialize the form.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
CalcDistributionDataPoints ( double valArr ) : SharpNeat.Utility.Point2DDouble[] | ||
GenerateNiceColors ( int count ) : Color[] | ||
GetSelectedExperiment ( ) : IGuiNeatExperiment | ||
InitProblemDomainList ( ) : void |
Initialise the problem domain combobox. The list of problem domains is read from an XML file; this allows changes to be made and new domains to be plugged-in without recompiling binaries.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
MainForm_FormClosing ( object sender, |
Gracefully handle application exit request.
|
|
ParseDouble ( |
||
ParseDouble ( |
||
ParseInt ( |
||
ParseInt ( |
||
ReadAndUpdateExperimentParams ( ) : void |
Read experimental parameters from the GUI and update _selectedExperiment with the read values.
|
|
SelectFileToOpen ( string dialogTitle, string fileExtension, string filter ) : string |
Ask the user for a filename / path.
|
|
SelectFileToSave ( string dialogTitle, string fileExtension, string filter ) : string |
Ask the user for a filename / path.
|
|
UpdateGuiState ( ) : void | ||
UpdateGuiState_EaReadyPaused ( ) : void |
Evolution algorithm is ready/paused.
|
|
UpdateGuiState_EaRunning ( ) : void |
Evolution algorithm is running.
|
|
UpdateGuiState_EaStats ( ) : void | ||
UpdateGuiState_NoPopulation ( ) : void | ||
UpdateGuiState_PopulationReady ( ) : void | ||
UpdateGuiState_ResetStats ( ) : void | ||
UpdateRankedDataPoints ( double valArr, |
Updates an Point2DDouble array by sorting an array of values and copying the sorted values over the existing values in pointArr. Optionally creates the Point2DDouble array if it is null or is the wrong size.
|
|
UpdateRankedDataPoints ( int valArr, |
Updates an Point2DDouble array by sorting an array of values and copying the sorted values over the existing values in pointArr. Optionally creates the Point2DDouble array if it is null or is the wrong size.
|
|
_ea_PausedEvent ( object sender, |
||
_ea_UpdateEvent ( object sender, |
||
aboutToolStripMenuItem_Click ( object sender, |
||
bestGenomeToolStripMenuItem_Click ( object sender, |
||
btnCopyLogToClipboard_Click ( object sender, |
||
btnCreateRandomPop_Click ( object sender, |
||
btnExperimentInfo_Click ( object sender, |
||
btnLoadDomainDefaults_Click ( object sender, |
||
btnSearchReset_Click ( object sender, |
||
btnSearchStart_Click ( object sender, |
||
btnSearchStop_Click ( object sender, |
||
cmbExperiments_SelectedIndexChanged ( object sender, |
||
complexityBestMeansToolStripMenuItem_Click ( object sender, |
||
evaluationsPerSecToolStripMenuItem_Click ( object sender, |
||
fitnessBestMeansToolStripMenuItem_Click ( object sender, |
||
genomeComplexityByRankToolStripMenuItem_Click ( object sender, |
||
genomeComplexityDistributionToolStripMenuItem_Click ( object sender, |
||
genomeFitnessByRankToolStripMenuItem_Click ( object sender, |
||
genomeFitnessDistributionToolStripMenuItem_Click ( object sender, |
||
loadPopulationToolStripMenuItem_Click ( object sender, |
||
loadSeedGenomeToolStripMenuItem_Click ( object sender, |
||
loadSeedGenomesToolStripMenuItem_Click ( object sender, |
||
problemDomainToolStripMenuItem_Click ( object sender, |
||
saveBestGenomeToolStripMenuItem_Click ( object sender, |
||
savePopulationToolStripMenuItem_Click ( object sender, |
||
specieChampComplexityByRankToolStripMenuItem_Click ( object sender, |
||
specieChampFitnessByRankToolStripMenuItem_Click ( object sender, |
||
specieComplexityDistributionsToolStripMenuItem_Click ( object sender, |
||
specieFitnessDistributionsToolStripMenuItem_Click ( object sender, |
||
specieSizeByRankToolStripMenuItem_Click ( object sender, |
||
specieSizeDistributionToolStripMenuItem_Click ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |