Method | Description | |
---|---|---|
Optimizer ( ) : System |
Constructor
|
Method | Description | |
---|---|---|
OnLoad ( |
Perform initializing
|
|
OnResize ( |
Recalculates the sizes and positions of the controls after resizing.
|
Method | Description | |
---|---|---|
ArangeControls ( ) : void |
Arranges the controls
|
|
BgWorker_DoWork ( object sender, |
Does the job
|
|
BgWorker_ProgressChanged ( object sender, |
This event handler updates the progress bar.
|
|
BgWorker_RunWorkerCompleted ( object sender, |
This event handler deals with the results of the background operation.
|
|
BtnOptimize_Click ( object sender, |
Optimize.
|
|
BtnShowLimitations_Click ( object sender, |
Toggles panels.
|
|
BtnShowParams_Click ( object sender, |
Toggles panels.
|
|
CalculateIndicator ( int slot ) : void |
Calculates the indicator in the designated slot
|
|
CalculateLimitations ( ) : bool |
Calculates the Limitations Criteria
|
|
ChbOutOfSample_CheckedChanged ( object sender, |
Out of Sample
|
|
FillInReport ( ) : void |
Fills a line to the report.
|
|
InitReport ( ) : void |
Prepares the report string.
|
|
LoadOptions ( ) : void |
Loads and parses the generator's options.
|
|
NudOutOfSample_ValueChanged ( object sender, |
Out of Sample
|
|
OptimizeParams ( |
Optimize all the checked parameters
|
|
Optimizer_CheckedChanged ( object sender, |
Check Box checked changed
|
|
Optimizer_FormClosing ( object sender, |
Check whether the strategy have been changed.
|
|
PnlCaptions_Paint ( object sender, PaintEventArgs e ) : void |
Paints pnlCaptions
|
|
PnlParamsBase2_Resize ( object sender, |
Arranges the controls into the pnlParams
|
|
PnlParamsBase_Paint ( object sender, PaintEventArgs e ) : void |
Paints PnlParamsBase
|
|
SaveOptions ( ) : void |
Saves the generator's options.
|
|
SaveReport ( ) : void |
Saves the report in a file.
|
|
ScrollBar_MouseWheel ( object sender, MouseEventArgs e ) : void | ||
ScrollBar_ValueChanged ( object sender, |
||
SetIndicatorParams ( ) : void |
Sets the parameters
|
|
SetNecessaryCycles ( ) : void |
Counts the necessary optimization cycles.
|
|
SetPanelLimitations ( ) : void |
Sets controls in panel Limitations
|
|
SetStrategyToGeneratorHistory ( ) : void |
Saves the Generator History
|
|
ShowParamBestValue ( int param ) : void |
Shows the best value of a param during optimization.
|
|
Timer_Tick ( object sender, |
Recovers the font of a parameter value label.
|
protected OnResize ( |
||
e | ||
return | void |