[1091] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
| 3 | * Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
| 4 | *
|
---|
| 5 | * This file is part of HeuristicLab.
|
---|
| 6 | *
|
---|
| 7 | * HeuristicLab is free software: you can redistribute it and/or modify
|
---|
| 8 | * it under the terms of the GNU General Public License as published by
|
---|
| 9 | * the Free Software Foundation, either version 3 of the License, or
|
---|
| 10 | * (at your option) any later version.
|
---|
| 11 | *
|
---|
| 12 | * HeuristicLab is distributed in the hope that it will be useful,
|
---|
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 15 | * GNU General Public License for more details.
|
---|
| 16 | *
|
---|
| 17 | * You should have received a copy of the GNU General Public License
|
---|
| 18 | * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
|
---|
| 19 | */
|
---|
| 20 | #endregion
|
---|
| 21 |
|
---|
| 22 | namespace HeuristicLab.ES {
|
---|
| 23 | partial class ESEditor {
|
---|
| 24 | /// <summary>
|
---|
| 25 | /// Required designer variable.
|
---|
| 26 | /// </summary>
|
---|
| 27 | private System.ComponentModel.IContainer components = null;
|
---|
| 28 |
|
---|
| 29 | /// <summary>
|
---|
| 30 | /// Clean up any resources being used.
|
---|
| 31 | /// </summary>
|
---|
| 32 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 33 | protected override void Dispose(bool disposing) {
|
---|
| 34 | if (chooseOperatorDialog != null) chooseOperatorDialog.Dispose();
|
---|
| 35 | if (disposing && (components != null)) {
|
---|
| 36 | components.Dispose();
|
---|
| 37 | }
|
---|
| 38 | base.Dispose(disposing);
|
---|
| 39 | }
|
---|
| 40 |
|
---|
| 41 | #region Component Designer generated code
|
---|
| 42 |
|
---|
| 43 | /// <summary>
|
---|
| 44 | /// Required method for Designer support - do not modify
|
---|
| 45 | /// the contents of this method with the code editor.
|
---|
| 46 | /// </summary>
|
---|
| 47 | private void InitializeComponent() {
|
---|
| 48 | this.components = new System.ComponentModel.Container();
|
---|
| 49 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ESEditor));
|
---|
| 50 | this.executeButton = new System.Windows.Forms.Button();
|
---|
| 51 | this.tabControl = new System.Windows.Forms.TabControl();
|
---|
| 52 | this.parametersTabPage = new System.Windows.Forms.TabPage();
|
---|
| 53 | this.leftBracketLabelRight = new System.Windows.Forms.Label();
|
---|
| 54 | this.semicolonLabel = new System.Windows.Forms.Label();
|
---|
| 55 | this.leftBracketLabelLeft = new System.Windows.Forms.Label();
|
---|
| 56 | this.shakingFactorsUpperBoundTextBox = new System.Windows.Forms.TextBox();
|
---|
| 57 | this.successRuleGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 58 | this.learningRateTextBox = new System.Windows.Forms.TextBox();
|
---|
| 59 | this.learningRateLabel = new System.Windows.Forms.Label();
|
---|
| 60 | this.generalLearningRateTextBox = new System.Windows.Forms.TextBox();
|
---|
| 61 | this.generalLearningRateLabel = new System.Windows.Forms.Label();
|
---|
| 62 | this.learningRateVariableNameLabel = new System.Windows.Forms.Label();
|
---|
| 63 | this.generalLearningRateVariableNameLabel = new System.Windows.Forms.Label();
|
---|
| 64 | this.parentSelectionGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 65 | this.commaRadioButton = new System.Windows.Forms.RadioButton();
|
---|
| 66 | this.plusRadioButton = new System.Windows.Forms.RadioButton();
|
---|
| 67 | this.customizeRecombinationButton = new System.Windows.Forms.Button();
|
---|
| 68 | this.recombinationLabel = new System.Windows.Forms.Label();
|
---|
| 69 | this.rhoTextBox = new System.Windows.Forms.TextBox();
|
---|
| 70 | this.rhoLabel = new System.Windows.Forms.Label();
|
---|
| 71 | this.customizeEvaluationButton = new System.Windows.Forms.Button();
|
---|
| 72 | this.customizeMutationButton = new System.Windows.Forms.Button();
|
---|
| 73 | this.customizeSolutionGenerationButton = new System.Windows.Forms.Button();
|
---|
| 74 | this.customizeProblemInitializationButton = new System.Windows.Forms.Button();
|
---|
| 75 | this.setRandomSeedRandomlyCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 76 | this.problemDimensionTextBox = new System.Windows.Forms.TextBox();
|
---|
| 77 | this.shakingFactorsLowerBoundTextBox = new System.Windows.Forms.TextBox();
|
---|
| 78 | this.evaluationLabel = new System.Windows.Forms.Label();
|
---|
| 79 | this.mutationLabel = new System.Windows.Forms.Label();
|
---|
| 80 | this.solutionGenerationLabel = new System.Windows.Forms.Label();
|
---|
| 81 | this.problemInitializationLabel = new System.Windows.Forms.Label();
|
---|
| 82 | this.problemDimensionLabel = new System.Windows.Forms.Label();
|
---|
| 83 | this.mutationStrengthLabel = new System.Windows.Forms.Label();
|
---|
| 84 | this.mutationRateLabel = new System.Windows.Forms.Label();
|
---|
| 85 | this.maximumGenerationsTextBox = new System.Windows.Forms.TextBox();
|
---|
| 86 | this.maximumGenerationsLabel = new System.Windows.Forms.Label();
|
---|
| 87 | this.randomSeedTextBox = new System.Windows.Forms.TextBox();
|
---|
| 88 | this.muTextBox = new System.Windows.Forms.TextBox();
|
---|
| 89 | this.setRandomSeedRandomlyLabel = new System.Windows.Forms.Label();
|
---|
| 90 | this.randomSeedLabel = new System.Windows.Forms.Label();
|
---|
| 91 | this.problemDimensionVariableNameLabel = new System.Windows.Forms.Label();
|
---|
| 92 | this.shakingFactorsVariableNameLabel = new System.Windows.Forms.Label();
|
---|
| 93 | this.maximumGenerationsVariableNameLabel = new System.Windows.Forms.Label();
|
---|
| 94 | this.esLambdaVariableNameLabel = new System.Windows.Forms.Label();
|
---|
| 95 | this.esRhoVariableNameLabel = new System.Windows.Forms.Label();
|
---|
| 96 | this.esMuVariableNameLabel = new System.Windows.Forms.Label();
|
---|
| 97 | this.populationSizeLabel = new System.Windows.Forms.Label();
|
---|
| 98 | this.lambdaTextBox = new System.Windows.Forms.TextBox();
|
---|
| 99 | this.scopesTabPage = new System.Windows.Forms.TabPage();
|
---|
| 100 | this.scopeView = new HeuristicLab.Core.ScopeView();
|
---|
| 101 | this.abortButton = new System.Windows.Forms.Button();
|
---|
| 102 | this.resetButton = new System.Windows.Forms.Button();
|
---|
| 103 | this.cloneEngineButton = new System.Windows.Forms.Button();
|
---|
| 104 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
| 105 | this.openOperatorLibraryButton = new System.Windows.Forms.Button();
|
---|
| 106 | this.openOperatorLibraryFileDialog = new System.Windows.Forms.OpenFileDialog();
|
---|
| 107 | this.problemInitializationComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 108 | this.solutionGenerationComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 109 | this.mutationComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 110 | this.evaluationComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 111 | this.recombinationComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 112 | this.tabControl.SuspendLayout();
|
---|
| 113 | this.parametersTabPage.SuspendLayout();
|
---|
| 114 | this.successRuleGroupBox.SuspendLayout();
|
---|
| 115 | this.parentSelectionGroupBox.SuspendLayout();
|
---|
| 116 | this.scopesTabPage.SuspendLayout();
|
---|
| 117 | this.SuspendLayout();
|
---|
| 118 | //
|
---|
| 119 | // executeButton
|
---|
| 120 | //
|
---|
| 121 | this.executeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 122 | this.executeButton.Location = new System.Drawing.Point(0, 527);
|
---|
| 123 | this.executeButton.Name = "executeButton";
|
---|
| 124 | this.executeButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 125 | this.executeButton.TabIndex = 1;
|
---|
| 126 | this.executeButton.Text = "&Execute";
|
---|
| 127 | this.executeButton.UseVisualStyleBackColor = true;
|
---|
| 128 | this.executeButton.Click += new System.EventHandler(this.executeButton_Click);
|
---|
| 129 | //
|
---|
| 130 | // tabControl
|
---|
| 131 | //
|
---|
| 132 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 133 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 134 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 135 | this.tabControl.Controls.Add(this.parametersTabPage);
|
---|
| 136 | this.tabControl.Controls.Add(this.scopesTabPage);
|
---|
| 137 | this.tabControl.Location = new System.Drawing.Point(0, 0);
|
---|
| 138 | this.tabControl.Name = "tabControl";
|
---|
| 139 | this.tabControl.SelectedIndex = 0;
|
---|
| 140 | this.tabControl.Size = new System.Drawing.Size(501, 521);
|
---|
| 141 | this.tabControl.TabIndex = 0;
|
---|
| 142 | //
|
---|
| 143 | // parametersTabPage
|
---|
| 144 | //
|
---|
| 145 | this.parametersTabPage.AutoScroll = true;
|
---|
| 146 | this.parametersTabPage.Controls.Add(this.recombinationComboBox);
|
---|
| 147 | this.parametersTabPage.Controls.Add(this.evaluationComboBox);
|
---|
| 148 | this.parametersTabPage.Controls.Add(this.mutationComboBox);
|
---|
| 149 | this.parametersTabPage.Controls.Add(this.solutionGenerationComboBox);
|
---|
| 150 | this.parametersTabPage.Controls.Add(this.problemInitializationComboBox);
|
---|
| 151 | this.parametersTabPage.Controls.Add(this.openOperatorLibraryButton);
|
---|
| 152 | this.parametersTabPage.Controls.Add(this.leftBracketLabelRight);
|
---|
| 153 | this.parametersTabPage.Controls.Add(this.semicolonLabel);
|
---|
| 154 | this.parametersTabPage.Controls.Add(this.leftBracketLabelLeft);
|
---|
| 155 | this.parametersTabPage.Controls.Add(this.shakingFactorsUpperBoundTextBox);
|
---|
| 156 | this.parametersTabPage.Controls.Add(this.successRuleGroupBox);
|
---|
| 157 | this.parametersTabPage.Controls.Add(this.parentSelectionGroupBox);
|
---|
| 158 | this.parametersTabPage.Controls.Add(this.customizeRecombinationButton);
|
---|
| 159 | this.parametersTabPage.Controls.Add(this.recombinationLabel);
|
---|
| 160 | this.parametersTabPage.Controls.Add(this.rhoTextBox);
|
---|
| 161 | this.parametersTabPage.Controls.Add(this.rhoLabel);
|
---|
| 162 | this.parametersTabPage.Controls.Add(this.customizeEvaluationButton);
|
---|
| 163 | this.parametersTabPage.Controls.Add(this.customizeMutationButton);
|
---|
| 164 | this.parametersTabPage.Controls.Add(this.customizeSolutionGenerationButton);
|
---|
| 165 | this.parametersTabPage.Controls.Add(this.customizeProblemInitializationButton);
|
---|
| 166 | this.parametersTabPage.Controls.Add(this.setRandomSeedRandomlyCheckBox);
|
---|
| 167 | this.parametersTabPage.Controls.Add(this.problemDimensionTextBox);
|
---|
| 168 | this.parametersTabPage.Controls.Add(this.shakingFactorsLowerBoundTextBox);
|
---|
| 169 | this.parametersTabPage.Controls.Add(this.evaluationLabel);
|
---|
| 170 | this.parametersTabPage.Controls.Add(this.mutationLabel);
|
---|
| 171 | this.parametersTabPage.Controls.Add(this.solutionGenerationLabel);
|
---|
| 172 | this.parametersTabPage.Controls.Add(this.problemInitializationLabel);
|
---|
| 173 | this.parametersTabPage.Controls.Add(this.problemDimensionLabel);
|
---|
| 174 | this.parametersTabPage.Controls.Add(this.mutationStrengthLabel);
|
---|
| 175 | this.parametersTabPage.Controls.Add(this.mutationRateLabel);
|
---|
| 176 | this.parametersTabPage.Controls.Add(this.maximumGenerationsTextBox);
|
---|
| 177 | this.parametersTabPage.Controls.Add(this.maximumGenerationsLabel);
|
---|
| 178 | this.parametersTabPage.Controls.Add(this.randomSeedTextBox);
|
---|
| 179 | this.parametersTabPage.Controls.Add(this.muTextBox);
|
---|
| 180 | this.parametersTabPage.Controls.Add(this.setRandomSeedRandomlyLabel);
|
---|
| 181 | this.parametersTabPage.Controls.Add(this.randomSeedLabel);
|
---|
| 182 | this.parametersTabPage.Controls.Add(this.problemDimensionVariableNameLabel);
|
---|
| 183 | this.parametersTabPage.Controls.Add(this.shakingFactorsVariableNameLabel);
|
---|
| 184 | this.parametersTabPage.Controls.Add(this.maximumGenerationsVariableNameLabel);
|
---|
| 185 | this.parametersTabPage.Controls.Add(this.esLambdaVariableNameLabel);
|
---|
| 186 | this.parametersTabPage.Controls.Add(this.esRhoVariableNameLabel);
|
---|
| 187 | this.parametersTabPage.Controls.Add(this.esMuVariableNameLabel);
|
---|
| 188 | this.parametersTabPage.Controls.Add(this.populationSizeLabel);
|
---|
| 189 | this.parametersTabPage.Controls.Add(this.lambdaTextBox);
|
---|
| 190 | this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 191 | this.parametersTabPage.Name = "parametersTabPage";
|
---|
| 192 | this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 193 | this.parametersTabPage.Size = new System.Drawing.Size(493, 495);
|
---|
| 194 | this.parametersTabPage.TabIndex = 0;
|
---|
| 195 | this.parametersTabPage.Text = "Parameters";
|
---|
| 196 | this.parametersTabPage.UseVisualStyleBackColor = true;
|
---|
| 197 | //
|
---|
| 198 | // leftBracketLabelRight
|
---|
| 199 | //
|
---|
| 200 | this.leftBracketLabelRight.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 201 | this.leftBracketLabelRight.AutoSize = true;
|
---|
| 202 | this.leftBracketLabelRight.Location = new System.Drawing.Point(344, 175);
|
---|
| 203 | this.leftBracketLabelRight.Name = "leftBracketLabelRight";
|
---|
| 204 | this.leftBracketLabelRight.Size = new System.Drawing.Size(10, 13);
|
---|
| 205 | this.leftBracketLabelRight.TabIndex = 21;
|
---|
| 206 | this.leftBracketLabelRight.Text = "[";
|
---|
| 207 | //
|
---|
| 208 | // semicolonLabel
|
---|
| 209 | //
|
---|
| 210 | this.semicolonLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 211 | this.semicolonLabel.AutoSize = true;
|
---|
| 212 | this.semicolonLabel.Location = new System.Drawing.Point(254, 175);
|
---|
| 213 | this.semicolonLabel.Name = "semicolonLabel";
|
---|
| 214 | this.semicolonLabel.Size = new System.Drawing.Size(10, 13);
|
---|
| 215 | this.semicolonLabel.TabIndex = 19;
|
---|
| 216 | this.semicolonLabel.Text = ";";
|
---|
| 217 | //
|
---|
| 218 | // leftBracketLabelLeft
|
---|
| 219 | //
|
---|
| 220 | this.leftBracketLabelLeft.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 221 | this.leftBracketLabelLeft.AutoSize = true;
|
---|
| 222 | this.leftBracketLabelLeft.Location = new System.Drawing.Point(165, 175);
|
---|
| 223 | this.leftBracketLabelLeft.Name = "leftBracketLabelLeft";
|
---|
| 224 | this.leftBracketLabelLeft.Size = new System.Drawing.Size(10, 13);
|
---|
| 225 | this.leftBracketLabelLeft.TabIndex = 17;
|
---|
| 226 | this.leftBracketLabelLeft.Text = "[";
|
---|
| 227 | //
|
---|
| 228 | // shakingFactorsUpperBoundTextBox
|
---|
| 229 | //
|
---|
| 230 | this.shakingFactorsUpperBoundTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 231 | this.shakingFactorsUpperBoundTextBox.Location = new System.Drawing.Point(273, 172);
|
---|
| 232 | this.shakingFactorsUpperBoundTextBox.Name = "shakingFactorsUpperBoundTextBox";
|
---|
| 233 | this.shakingFactorsUpperBoundTextBox.Size = new System.Drawing.Size(65, 20);
|
---|
| 234 | this.shakingFactorsUpperBoundTextBox.TabIndex = 20;
|
---|
| 235 | this.toolTip.SetToolTip(this.shakingFactorsUpperBoundTextBox, resources.GetString("shakingFactorsUpperBoundTextBox.ToolTip"));
|
---|
| 236 | //
|
---|
| 237 | // successRuleGroupBox
|
---|
| 238 | //
|
---|
| 239 | this.successRuleGroupBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 240 | this.successRuleGroupBox.Controls.Add(this.learningRateTextBox);
|
---|
| 241 | this.successRuleGroupBox.Controls.Add(this.learningRateLabel);
|
---|
| 242 | this.successRuleGroupBox.Controls.Add(this.generalLearningRateTextBox);
|
---|
| 243 | this.successRuleGroupBox.Controls.Add(this.generalLearningRateLabel);
|
---|
| 244 | this.successRuleGroupBox.Controls.Add(this.learningRateVariableNameLabel);
|
---|
| 245 | this.successRuleGroupBox.Controls.Add(this.generalLearningRateVariableNameLabel);
|
---|
| 246 | this.successRuleGroupBox.Location = new System.Drawing.Point(9, 230);
|
---|
| 247 | this.successRuleGroupBox.Name = "successRuleGroupBox";
|
---|
| 248 | this.successRuleGroupBox.Size = new System.Drawing.Size(476, 74);
|
---|
| 249 | this.successRuleGroupBox.TabIndex = 26;
|
---|
| 250 | this.successRuleGroupBox.TabStop = false;
|
---|
| 251 | this.successRuleGroupBox.Text = "Mutation Strength Adjustment";
|
---|
| 252 | //
|
---|
| 253 | // learningRateTextBox
|
---|
| 254 | //
|
---|
| 255 | this.learningRateTextBox.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
---|
| 256 | this.learningRateTextBox.Location = new System.Drawing.Point(159, 45);
|
---|
| 257 | this.learningRateTextBox.Name = "learningRateTextBox";
|
---|
| 258 | this.learningRateTextBox.Size = new System.Drawing.Size(186, 20);
|
---|
| 259 | this.learningRateTextBox.TabIndex = 4;
|
---|
| 260 | this.toolTip.SetToolTip(this.learningRateTextBox, "Automatically updates when Problem Dimension (dim) is changed.\r\nThe used formula " +
|
---|
| 261 | "is: tau = 1 / Sqrt(2*Sqrt(dim))");
|
---|
| 262 | //
|
---|
| 263 | // learningRateLabel
|
---|
| 264 | //
|
---|
| 265 | this.learningRateLabel.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
---|
| 266 | this.learningRateLabel.AutoSize = true;
|
---|
| 267 | this.learningRateLabel.Location = new System.Drawing.Point(7, 48);
|
---|
| 268 | this.learningRateLabel.Name = "learningRateLabel";
|
---|
| 269 | this.learningRateLabel.Size = new System.Drawing.Size(92, 13);
|
---|
| 270 | this.learningRateLabel.TabIndex = 3;
|
---|
| 271 | this.learningRateLabel.Text = "Learning Rate (τ):";
|
---|
| 272 | //
|
---|
| 273 | // generalLearningRateTextBox
|
---|
| 274 | //
|
---|
| 275 | this.generalLearningRateTextBox.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
---|
| 276 | this.generalLearningRateTextBox.Location = new System.Drawing.Point(159, 19);
|
---|
| 277 | this.generalLearningRateTextBox.Name = "generalLearningRateTextBox";
|
---|
| 278 | this.generalLearningRateTextBox.Size = new System.Drawing.Size(186, 20);
|
---|
| 279 | this.generalLearningRateTextBox.TabIndex = 1;
|
---|
| 280 | this.toolTip.SetToolTip(this.generalLearningRateTextBox, "Automatically updates when Problem Dimension (dim) is changed.\r\nThe used formula " +
|
---|
| 281 | "is: tau0 = 1 / Sqrt(2*dim)");
|
---|
| 282 | //
|
---|
| 283 | // generalLearningRateLabel
|
---|
| 284 | //
|
---|
| 285 | this.generalLearningRateLabel.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
---|
| 286 | this.generalLearningRateLabel.AutoSize = true;
|
---|
| 287 | this.generalLearningRateLabel.Location = new System.Drawing.Point(7, 22);
|
---|
| 288 | this.generalLearningRateLabel.Name = "generalLearningRateLabel";
|
---|
| 289 | this.generalLearningRateLabel.Size = new System.Drawing.Size(138, 13);
|
---|
| 290 | this.generalLearningRateLabel.TabIndex = 0;
|
---|
| 291 | this.generalLearningRateLabel.Text = "General Learning Rate (τ0):";
|
---|
| 292 | //
|
---|
| 293 | // learningRateVariableNameLabel
|
---|
| 294 | //
|
---|
| 295 | this.learningRateVariableNameLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 296 | this.learningRateVariableNameLabel.AutoSize = true;
|
---|
| 297 | this.learningRateVariableNameLabel.Location = new System.Drawing.Point(348, 48);
|
---|
| 298 | this.learningRateVariableNameLabel.Name = "learningRateVariableNameLabel";
|
---|
| 299 | this.learningRateVariableNameLabel.Size = new System.Drawing.Size(77, 13);
|
---|
| 300 | this.learningRateVariableNameLabel.TabIndex = 5;
|
---|
| 301 | this.learningRateVariableNameLabel.Text = "(LearningRate)";
|
---|
| 302 | //
|
---|
| 303 | // generalLearningRateVariableNameLabel
|
---|
| 304 | //
|
---|
| 305 | this.generalLearningRateVariableNameLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 306 | this.generalLearningRateVariableNameLabel.AutoSize = true;
|
---|
| 307 | this.generalLearningRateVariableNameLabel.Location = new System.Drawing.Point(348, 22);
|
---|
| 308 | this.generalLearningRateVariableNameLabel.Name = "generalLearningRateVariableNameLabel";
|
---|
| 309 | this.generalLearningRateVariableNameLabel.Size = new System.Drawing.Size(114, 13);
|
---|
| 310 | this.generalLearningRateVariableNameLabel.TabIndex = 2;
|
---|
| 311 | this.generalLearningRateVariableNameLabel.Text = "(GeneralLearningRate)";
|
---|
| 312 | //
|
---|
| 313 | // parentSelectionGroupBox
|
---|
| 314 | //
|
---|
| 315 | this.parentSelectionGroupBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 316 | this.parentSelectionGroupBox.Controls.Add(this.commaRadioButton);
|
---|
| 317 | this.parentSelectionGroupBox.Controls.Add(this.plusRadioButton);
|
---|
| 318 | this.parentSelectionGroupBox.Location = new System.Drawing.Point(168, 310);
|
---|
| 319 | this.parentSelectionGroupBox.Name = "parentSelectionGroupBox";
|
---|
| 320 | this.parentSelectionGroupBox.Size = new System.Drawing.Size(186, 38);
|
---|
| 321 | this.parentSelectionGroupBox.TabIndex = 27;
|
---|
| 322 | this.parentSelectionGroupBox.TabStop = false;
|
---|
| 323 | this.parentSelectionGroupBox.Text = "Parent Selection";
|
---|
| 324 | //
|
---|
| 325 | // commaRadioButton
|
---|
| 326 | //
|
---|
| 327 | this.commaRadioButton.AutoSize = true;
|
---|
| 328 | this.commaRadioButton.Location = new System.Drawing.Point(57, 15);
|
---|
| 329 | this.commaRadioButton.Name = "commaRadioButton";
|
---|
| 330 | this.commaRadioButton.Size = new System.Drawing.Size(60, 17);
|
---|
| 331 | this.commaRadioButton.TabIndex = 1;
|
---|
| 332 | this.commaRadioButton.Text = "Comma";
|
---|
| 333 | this.commaRadioButton.UseVisualStyleBackColor = true;
|
---|
| 334 | this.commaRadioButton.CheckedChanged += new System.EventHandler(this.commaRadioButton_CheckedChanged);
|
---|
| 335 | //
|
---|
| 336 | // plusRadioButton
|
---|
| 337 | //
|
---|
| 338 | this.plusRadioButton.AutoSize = true;
|
---|
| 339 | this.plusRadioButton.Checked = true;
|
---|
| 340 | this.plusRadioButton.Location = new System.Drawing.Point(6, 15);
|
---|
| 341 | this.plusRadioButton.Name = "plusRadioButton";
|
---|
| 342 | this.plusRadioButton.Size = new System.Drawing.Size(45, 17);
|
---|
| 343 | this.plusRadioButton.TabIndex = 0;
|
---|
| 344 | this.plusRadioButton.TabStop = true;
|
---|
| 345 | this.plusRadioButton.Text = "Plus";
|
---|
| 346 | this.plusRadioButton.UseVisualStyleBackColor = true;
|
---|
| 347 | this.plusRadioButton.CheckedChanged += new System.EventHandler(this.plusRadioButton_CheckedChanged);
|
---|
| 348 | //
|
---|
| 349 | // customizeRecombinationButton
|
---|
| 350 | //
|
---|
| 351 | this.customizeRecombinationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 352 | this.customizeRecombinationButton.Location = new System.Drawing.Point(360, 461);
|
---|
| 353 | this.customizeRecombinationButton.Name = "customizeRecombinationButton";
|
---|
| 354 | this.customizeRecombinationButton.Size = new System.Drawing.Size(74, 21);
|
---|
| 355 | this.customizeRecombinationButton.TabIndex = 46;
|
---|
| 356 | this.customizeRecombinationButton.Text = "Customize...";
|
---|
| 357 | this.customizeRecombinationButton.UseVisualStyleBackColor = true;
|
---|
| 358 | this.customizeRecombinationButton.Click += new System.EventHandler(this.viewRecombinationButton_Click);
|
---|
| 359 | //
|
---|
| 360 | // recombinationLabel
|
---|
| 361 | //
|
---|
| 362 | this.recombinationLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 363 | this.recombinationLabel.AutoSize = true;
|
---|
| 364 | this.recombinationLabel.Location = new System.Drawing.Point(6, 462);
|
---|
| 365 | this.recombinationLabel.Name = "recombinationLabel";
|
---|
| 366 | this.recombinationLabel.Size = new System.Drawing.Size(81, 13);
|
---|
| 367 | this.recombinationLabel.TabIndex = 44;
|
---|
| 368 | this.recombinationLabel.Text = "Recombination:";
|
---|
| 369 | //
|
---|
| 370 | // rhoTextBox
|
---|
| 371 | //
|
---|
| 372 | this.rhoTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 373 | this.rhoTextBox.Location = new System.Drawing.Point(168, 94);
|
---|
| 374 | this.rhoTextBox.Name = "rhoTextBox";
|
---|
| 375 | this.rhoTextBox.Size = new System.Drawing.Size(186, 20);
|
---|
| 376 | this.rhoTextBox.TabIndex = 8;
|
---|
| 377 | //
|
---|
| 378 | // rhoLabel
|
---|
| 379 | //
|
---|
| 380 | this.rhoLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 381 | this.rhoLabel.AutoSize = true;
|
---|
| 382 | this.rhoLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
| 383 | this.rhoLabel.Location = new System.Drawing.Point(6, 97);
|
---|
| 384 | this.rhoLabel.Name = "rhoLabel";
|
---|
| 385 | this.rhoLabel.Size = new System.Drawing.Size(45, 13);
|
---|
| 386 | this.rhoLabel.TabIndex = 7;
|
---|
| 387 | this.rhoLabel.Text = "Rho (ρ):";
|
---|
| 388 | //
|
---|
| 389 | // customizeEvaluationButton
|
---|
| 390 | //
|
---|
| 391 | this.customizeEvaluationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 392 | this.customizeEvaluationButton.Location = new System.Drawing.Point(360, 407);
|
---|
| 393 | this.customizeEvaluationButton.Name = "customizeEvaluationButton";
|
---|
| 394 | this.customizeEvaluationButton.Size = new System.Drawing.Size(74, 22);
|
---|
| 395 | this.customizeEvaluationButton.TabIndex = 42;
|
---|
| 396 | this.customizeEvaluationButton.Text = "Customize...";
|
---|
| 397 | this.customizeEvaluationButton.UseVisualStyleBackColor = true;
|
---|
| 398 | this.customizeEvaluationButton.Click += new System.EventHandler(this.viewEvaluationButton_Click);
|
---|
| 399 | //
|
---|
| 400 | // customizeMutationButton
|
---|
| 401 | //
|
---|
| 402 | this.customizeMutationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 403 | this.customizeMutationButton.Location = new System.Drawing.Point(360, 434);
|
---|
| 404 | this.customizeMutationButton.Name = "customizeMutationButton";
|
---|
| 405 | this.customizeMutationButton.Size = new System.Drawing.Size(74, 21);
|
---|
| 406 | this.customizeMutationButton.TabIndex = 38;
|
---|
| 407 | this.customizeMutationButton.Text = "Customize...";
|
---|
| 408 | this.customizeMutationButton.UseVisualStyleBackColor = true;
|
---|
| 409 | this.customizeMutationButton.Click += new System.EventHandler(this.viewMutationButton_Click);
|
---|
| 410 | //
|
---|
| 411 | // customizeSolutionGenerationButton
|
---|
| 412 | //
|
---|
| 413 | this.customizeSolutionGenerationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 414 | this.customizeSolutionGenerationButton.Location = new System.Drawing.Point(360, 380);
|
---|
| 415 | this.customizeSolutionGenerationButton.Name = "customizeSolutionGenerationButton";
|
---|
| 416 | this.customizeSolutionGenerationButton.Size = new System.Drawing.Size(74, 21);
|
---|
| 417 | this.customizeSolutionGenerationButton.TabIndex = 34;
|
---|
| 418 | this.customizeSolutionGenerationButton.Text = "Customize...";
|
---|
| 419 | this.customizeSolutionGenerationButton.UseVisualStyleBackColor = true;
|
---|
| 420 | this.customizeSolutionGenerationButton.Click += new System.EventHandler(this.viewSolutionGenerationButton_Click);
|
---|
| 421 | //
|
---|
| 422 | // customizeProblemInitializationButton
|
---|
| 423 | //
|
---|
| 424 | this.customizeProblemInitializationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 425 | this.customizeProblemInitializationButton.Location = new System.Drawing.Point(360, 353);
|
---|
| 426 | this.customizeProblemInitializationButton.Name = "customizeProblemInitializationButton";
|
---|
| 427 | this.customizeProblemInitializationButton.Size = new System.Drawing.Size(74, 21);
|
---|
| 428 | this.customizeProblemInitializationButton.TabIndex = 30;
|
---|
| 429 | this.customizeProblemInitializationButton.Text = "Customize...";
|
---|
| 430 | this.customizeProblemInitializationButton.UseVisualStyleBackColor = true;
|
---|
| 431 | this.customizeProblemInitializationButton.Click += new System.EventHandler(this.viewProblemInitializationButton_Click);
|
---|
| 432 | //
|
---|
| 433 | // setRandomSeedRandomlyCheckBox
|
---|
| 434 | //
|
---|
| 435 | this.setRandomSeedRandomlyCheckBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 436 | this.setRandomSeedRandomlyCheckBox.AutoSize = true;
|
---|
| 437 | this.setRandomSeedRandomlyCheckBox.Location = new System.Drawing.Point(168, 12);
|
---|
| 438 | this.setRandomSeedRandomlyCheckBox.Name = "setRandomSeedRandomlyCheckBox";
|
---|
| 439 | this.setRandomSeedRandomlyCheckBox.Size = new System.Drawing.Size(15, 14);
|
---|
| 440 | this.setRandomSeedRandomlyCheckBox.TabIndex = 1;
|
---|
| 441 | this.setRandomSeedRandomlyCheckBox.UseVisualStyleBackColor = true;
|
---|
| 442 | //
|
---|
| 443 | // problemDimensionTextBox
|
---|
| 444 | //
|
---|
| 445 | this.problemDimensionTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 446 | this.problemDimensionTextBox.Location = new System.Drawing.Point(168, 198);
|
---|
| 447 | this.problemDimensionTextBox.Name = "problemDimensionTextBox";
|
---|
| 448 | this.problemDimensionTextBox.Size = new System.Drawing.Size(186, 20);
|
---|
| 449 | this.problemDimensionTextBox.TabIndex = 24;
|
---|
| 450 | this.problemDimensionTextBox.Validated += new System.EventHandler(this.problemDimensionTextBox_Validated);
|
---|
| 451 | //
|
---|
| 452 | // shakingFactorsLowerBoundTextBox
|
---|
| 453 | //
|
---|
| 454 | this.shakingFactorsLowerBoundTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 455 | this.shakingFactorsLowerBoundTextBox.Location = new System.Drawing.Point(181, 172);
|
---|
| 456 | this.shakingFactorsLowerBoundTextBox.Name = "shakingFactorsLowerBoundTextBox";
|
---|
| 457 | this.shakingFactorsLowerBoundTextBox.Size = new System.Drawing.Size(65, 20);
|
---|
| 458 | this.shakingFactorsLowerBoundTextBox.TabIndex = 18;
|
---|
| 459 | this.toolTip.SetToolTip(this.shakingFactorsLowerBoundTextBox, resources.GetString("shakingFactorsLowerBoundTextBox.ToolTip"));
|
---|
| 460 | //
|
---|
| 461 | // evaluationLabel
|
---|
| 462 | //
|
---|
| 463 | this.evaluationLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 464 | this.evaluationLabel.AutoSize = true;
|
---|
| 465 | this.evaluationLabel.Location = new System.Drawing.Point(6, 410);
|
---|
| 466 | this.evaluationLabel.Name = "evaluationLabel";
|
---|
| 467 | this.evaluationLabel.Size = new System.Drawing.Size(60, 13);
|
---|
| 468 | this.evaluationLabel.TabIndex = 40;
|
---|
| 469 | this.evaluationLabel.Text = "&Evaluation:";
|
---|
| 470 | //
|
---|
| 471 | // mutationLabel
|
---|
| 472 | //
|
---|
| 473 | this.mutationLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 474 | this.mutationLabel.AutoSize = true;
|
---|
| 475 | this.mutationLabel.Location = new System.Drawing.Point(6, 437);
|
---|
| 476 | this.mutationLabel.Name = "mutationLabel";
|
---|
| 477 | this.mutationLabel.Size = new System.Drawing.Size(51, 13);
|
---|
| 478 | this.mutationLabel.TabIndex = 36;
|
---|
| 479 | this.mutationLabel.Text = "&Mutation:";
|
---|
| 480 | //
|
---|
| 481 | // solutionGenerationLabel
|
---|
| 482 | //
|
---|
| 483 | this.solutionGenerationLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 484 | this.solutionGenerationLabel.AutoSize = true;
|
---|
| 485 | this.solutionGenerationLabel.Location = new System.Drawing.Point(6, 383);
|
---|
| 486 | this.solutionGenerationLabel.Name = "solutionGenerationLabel";
|
---|
| 487 | this.solutionGenerationLabel.Size = new System.Drawing.Size(103, 13);
|
---|
| 488 | this.solutionGenerationLabel.TabIndex = 32;
|
---|
| 489 | this.solutionGenerationLabel.Text = "&Solution Generation:";
|
---|
| 490 | //
|
---|
| 491 | // problemInitializationLabel
|
---|
| 492 | //
|
---|
| 493 | this.problemInitializationLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 494 | this.problemInitializationLabel.AutoSize = true;
|
---|
| 495 | this.problemInitializationLabel.Location = new System.Drawing.Point(6, 357);
|
---|
| 496 | this.problemInitializationLabel.Name = "problemInitializationLabel";
|
---|
| 497 | this.problemInitializationLabel.Size = new System.Drawing.Size(105, 13);
|
---|
| 498 | this.problemInitializationLabel.TabIndex = 28;
|
---|
| 499 | this.problemInitializationLabel.Text = "&Problem Initialization:";
|
---|
| 500 | //
|
---|
| 501 | // problemDimensionLabel
|
---|
| 502 | //
|
---|
| 503 | this.problemDimensionLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 504 | this.problemDimensionLabel.AutoSize = true;
|
---|
| 505 | this.problemDimensionLabel.Location = new System.Drawing.Point(6, 201);
|
---|
| 506 | this.problemDimensionLabel.Name = "problemDimensionLabel";
|
---|
| 507 | this.problemDimensionLabel.Size = new System.Drawing.Size(100, 13);
|
---|
| 508 | this.problemDimensionLabel.TabIndex = 23;
|
---|
| 509 | this.problemDimensionLabel.Text = "Problem Dimension:";
|
---|
| 510 | //
|
---|
| 511 | // mutationStrengthLabel
|
---|
| 512 | //
|
---|
| 513 | this.mutationStrengthLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 514 | this.mutationStrengthLabel.AutoSize = true;
|
---|
| 515 | this.mutationStrengthLabel.Location = new System.Drawing.Point(6, 175);
|
---|
| 516 | this.mutationStrengthLabel.Name = "mutationStrengthLabel";
|
---|
| 517 | this.mutationStrengthLabel.Size = new System.Drawing.Size(128, 13);
|
---|
| 518 | this.mutationStrengthLabel.TabIndex = 16;
|
---|
| 519 | this.mutationStrengthLabel.Text = "Mutation Strength Vector:";
|
---|
| 520 | //
|
---|
| 521 | // mutationRateLabel
|
---|
| 522 | //
|
---|
| 523 | this.mutationRateLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 524 | this.mutationRateLabel.AutoSize = true;
|
---|
| 525 | this.mutationRateLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
| 526 | this.mutationRateLabel.Location = new System.Drawing.Point(6, 123);
|
---|
| 527 | this.mutationRateLabel.Name = "mutationRateLabel";
|
---|
| 528 | this.mutationRateLabel.Size = new System.Drawing.Size(62, 13);
|
---|
| 529 | this.mutationRateLabel.TabIndex = 10;
|
---|
| 530 | this.mutationRateLabel.Text = "Lambda (λ):";
|
---|
| 531 | //
|
---|
| 532 | // maximumGenerationsTextBox
|
---|
| 533 | //
|
---|
| 534 | this.maximumGenerationsTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 535 | this.maximumGenerationsTextBox.Location = new System.Drawing.Point(168, 146);
|
---|
| 536 | this.maximumGenerationsTextBox.Name = "maximumGenerationsTextBox";
|
---|
| 537 | this.maximumGenerationsTextBox.Size = new System.Drawing.Size(186, 20);
|
---|
| 538 | this.maximumGenerationsTextBox.TabIndex = 14;
|
---|
| 539 | //
|
---|
| 540 | // maximumGenerationsLabel
|
---|
| 541 | //
|
---|
| 542 | this.maximumGenerationsLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 543 | this.maximumGenerationsLabel.AutoSize = true;
|
---|
| 544 | this.maximumGenerationsLabel.Location = new System.Drawing.Point(6, 149);
|
---|
| 545 | this.maximumGenerationsLabel.Name = "maximumGenerationsLabel";
|
---|
| 546 | this.maximumGenerationsLabel.Size = new System.Drawing.Size(114, 13);
|
---|
| 547 | this.maximumGenerationsLabel.TabIndex = 13;
|
---|
| 548 | this.maximumGenerationsLabel.Text = "Maximum &Generations:";
|
---|
| 549 | //
|
---|
| 550 | // randomSeedTextBox
|
---|
| 551 | //
|
---|
| 552 | this.randomSeedTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 553 | this.randomSeedTextBox.Location = new System.Drawing.Point(168, 32);
|
---|
| 554 | this.randomSeedTextBox.Name = "randomSeedTextBox";
|
---|
| 555 | this.randomSeedTextBox.Size = new System.Drawing.Size(186, 20);
|
---|
| 556 | this.randomSeedTextBox.TabIndex = 3;
|
---|
| 557 | //
|
---|
| 558 | // muTextBox
|
---|
| 559 | //
|
---|
| 560 | this.muTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 561 | this.muTextBox.Location = new System.Drawing.Point(168, 68);
|
---|
| 562 | this.muTextBox.Name = "muTextBox";
|
---|
| 563 | this.muTextBox.Size = new System.Drawing.Size(186, 20);
|
---|
| 564 | this.muTextBox.TabIndex = 5;
|
---|
| 565 | //
|
---|
| 566 | // setRandomSeedRandomlyLabel
|
---|
| 567 | //
|
---|
| 568 | this.setRandomSeedRandomlyLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 569 | this.setRandomSeedRandomlyLabel.AutoSize = true;
|
---|
| 570 | this.setRandomSeedRandomlyLabel.Location = new System.Drawing.Point(6, 12);
|
---|
| 571 | this.setRandomSeedRandomlyLabel.Name = "setRandomSeedRandomlyLabel";
|
---|
| 572 | this.setRandomSeedRandomlyLabel.Size = new System.Drawing.Size(147, 13);
|
---|
| 573 | this.setRandomSeedRandomlyLabel.TabIndex = 0;
|
---|
| 574 | this.setRandomSeedRandomlyLabel.Text = "Set &Random Seed Randomly:";
|
---|
| 575 | //
|
---|
| 576 | // randomSeedLabel
|
---|
| 577 | //
|
---|
| 578 | this.randomSeedLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 579 | this.randomSeedLabel.AutoSize = true;
|
---|
| 580 | this.randomSeedLabel.Location = new System.Drawing.Point(6, 35);
|
---|
| 581 | this.randomSeedLabel.Name = "randomSeedLabel";
|
---|
| 582 | this.randomSeedLabel.Size = new System.Drawing.Size(78, 13);
|
---|
| 583 | this.randomSeedLabel.TabIndex = 2;
|
---|
| 584 | this.randomSeedLabel.Text = "&Random Seed:";
|
---|
| 585 | //
|
---|
| 586 | // problemDimensionVariableNameLabel
|
---|
| 587 | //
|
---|
| 588 | this.problemDimensionVariableNameLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 589 | this.problemDimensionVariableNameLabel.AutoSize = true;
|
---|
| 590 | this.problemDimensionVariableNameLabel.Location = new System.Drawing.Point(357, 201);
|
---|
| 591 | this.problemDimensionVariableNameLabel.Name = "problemDimensionVariableNameLabel";
|
---|
| 592 | this.problemDimensionVariableNameLabel.Size = new System.Drawing.Size(100, 13);
|
---|
| 593 | this.problemDimensionVariableNameLabel.TabIndex = 25;
|
---|
| 594 | this.problemDimensionVariableNameLabel.Text = "(ProblemDimension)";
|
---|
| 595 | //
|
---|
| 596 | // shakingFactorsVariableNameLabel
|
---|
| 597 | //
|
---|
| 598 | this.shakingFactorsVariableNameLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 599 | this.shakingFactorsVariableNameLabel.AutoSize = true;
|
---|
| 600 | this.shakingFactorsVariableNameLabel.Location = new System.Drawing.Point(357, 175);
|
---|
| 601 | this.shakingFactorsVariableNameLabel.Name = "shakingFactorsVariableNameLabel";
|
---|
| 602 | this.shakingFactorsVariableNameLabel.Size = new System.Drawing.Size(87, 13);
|
---|
| 603 | this.shakingFactorsVariableNameLabel.TabIndex = 22;
|
---|
| 604 | this.shakingFactorsVariableNameLabel.Text = "(ShakingFactors)";
|
---|
| 605 | //
|
---|
| 606 | // maximumGenerationsVariableNameLabel
|
---|
| 607 | //
|
---|
| 608 | this.maximumGenerationsVariableNameLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 609 | this.maximumGenerationsVariableNameLabel.AutoSize = true;
|
---|
| 610 | this.maximumGenerationsVariableNameLabel.Location = new System.Drawing.Point(357, 149);
|
---|
| 611 | this.maximumGenerationsVariableNameLabel.Name = "maximumGenerationsVariableNameLabel";
|
---|
| 612 | this.maximumGenerationsVariableNameLabel.Size = new System.Drawing.Size(114, 13);
|
---|
| 613 | this.maximumGenerationsVariableNameLabel.TabIndex = 15;
|
---|
| 614 | this.maximumGenerationsVariableNameLabel.Text = "(MaximumGenerations)";
|
---|
| 615 | //
|
---|
| 616 | // esLambdaVariableNameLabel
|
---|
| 617 | //
|
---|
| 618 | this.esLambdaVariableNameLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 619 | this.esLambdaVariableNameLabel.AutoSize = true;
|
---|
| 620 | this.esLambdaVariableNameLabel.Location = new System.Drawing.Point(357, 123);
|
---|
| 621 | this.esLambdaVariableNameLabel.Name = "esLambdaVariableNameLabel";
|
---|
| 622 | this.esLambdaVariableNameLabel.Size = new System.Drawing.Size(61, 13);
|
---|
| 623 | this.esLambdaVariableNameLabel.TabIndex = 12;
|
---|
| 624 | this.esLambdaVariableNameLabel.Text = "(ESlambda)";
|
---|
| 625 | //
|
---|
| 626 | // esRhoVariableNameLabel
|
---|
| 627 | //
|
---|
| 628 | this.esRhoVariableNameLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 629 | this.esRhoVariableNameLabel.AutoSize = true;
|
---|
| 630 | this.esRhoVariableNameLabel.Location = new System.Drawing.Point(357, 97);
|
---|
| 631 | this.esRhoVariableNameLabel.Name = "esRhoVariableNameLabel";
|
---|
| 632 | this.esRhoVariableNameLabel.Size = new System.Drawing.Size(42, 13);
|
---|
| 633 | this.esRhoVariableNameLabel.TabIndex = 9;
|
---|
| 634 | this.esRhoVariableNameLabel.Text = "(ESrho)";
|
---|
| 635 | //
|
---|
| 636 | // esMuVariableNameLabel
|
---|
| 637 | //
|
---|
| 638 | this.esMuVariableNameLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 639 | this.esMuVariableNameLabel.AutoSize = true;
|
---|
| 640 | this.esMuVariableNameLabel.Location = new System.Drawing.Point(357, 71);
|
---|
| 641 | this.esMuVariableNameLabel.Name = "esMuVariableNameLabel";
|
---|
| 642 | this.esMuVariableNameLabel.Size = new System.Drawing.Size(41, 13);
|
---|
| 643 | this.esMuVariableNameLabel.TabIndex = 6;
|
---|
| 644 | this.esMuVariableNameLabel.Text = "(ESmu)";
|
---|
| 645 | //
|
---|
| 646 | // populationSizeLabel
|
---|
| 647 | //
|
---|
| 648 | this.populationSizeLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 649 | this.populationSizeLabel.AutoSize = true;
|
---|
| 650 | this.populationSizeLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
| 651 | this.populationSizeLabel.Location = new System.Drawing.Point(6, 71);
|
---|
| 652 | this.populationSizeLabel.Name = "populationSizeLabel";
|
---|
| 653 | this.populationSizeLabel.Size = new System.Drawing.Size(40, 13);
|
---|
| 654 | this.populationSizeLabel.TabIndex = 4;
|
---|
| 655 | this.populationSizeLabel.Text = "Mu (µ):";
|
---|
| 656 | //
|
---|
| 657 | // lambdaTextBox
|
---|
| 658 | //
|
---|
| 659 | this.lambdaTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 660 | this.lambdaTextBox.Location = new System.Drawing.Point(168, 120);
|
---|
| 661 | this.lambdaTextBox.Name = "lambdaTextBox";
|
---|
| 662 | this.lambdaTextBox.Size = new System.Drawing.Size(186, 20);
|
---|
| 663 | this.lambdaTextBox.TabIndex = 11;
|
---|
| 664 | //
|
---|
| 665 | // scopesTabPage
|
---|
| 666 | //
|
---|
| 667 | this.scopesTabPage.Controls.Add(this.scopeView);
|
---|
| 668 | this.scopesTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 669 | this.scopesTabPage.Name = "scopesTabPage";
|
---|
| 670 | this.scopesTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 671 | this.scopesTabPage.Size = new System.Drawing.Size(493, 495);
|
---|
| 672 | this.scopesTabPage.TabIndex = 2;
|
---|
| 673 | this.scopesTabPage.Text = "Scopes";
|
---|
| 674 | this.scopesTabPage.UseVisualStyleBackColor = true;
|
---|
| 675 | //
|
---|
| 676 | // scopeView
|
---|
| 677 | //
|
---|
| 678 | this.scopeView.Caption = "Scope";
|
---|
| 679 | this.scopeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 680 | this.scopeView.Location = new System.Drawing.Point(3, 3);
|
---|
| 681 | this.scopeView.Name = "scopeView";
|
---|
| 682 | this.scopeView.Scope = null;
|
---|
| 683 | this.scopeView.Size = new System.Drawing.Size(487, 489);
|
---|
| 684 | this.scopeView.TabIndex = 0;
|
---|
| 685 | //
|
---|
| 686 | // abortButton
|
---|
| 687 | //
|
---|
| 688 | this.abortButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 689 | this.abortButton.Enabled = false;
|
---|
| 690 | this.abortButton.Location = new System.Drawing.Point(81, 527);
|
---|
| 691 | this.abortButton.Name = "abortButton";
|
---|
| 692 | this.abortButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 693 | this.abortButton.TabIndex = 2;
|
---|
| 694 | this.abortButton.Text = "&Abort";
|
---|
| 695 | this.abortButton.UseVisualStyleBackColor = true;
|
---|
| 696 | this.abortButton.Click += new System.EventHandler(this.abortButton_Click);
|
---|
| 697 | //
|
---|
| 698 | // resetButton
|
---|
| 699 | //
|
---|
| 700 | this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 701 | this.resetButton.Location = new System.Drawing.Point(162, 527);
|
---|
| 702 | this.resetButton.Name = "resetButton";
|
---|
| 703 | this.resetButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 704 | this.resetButton.TabIndex = 3;
|
---|
| 705 | this.resetButton.Text = "&Reset";
|
---|
| 706 | this.resetButton.UseVisualStyleBackColor = true;
|
---|
| 707 | this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
|
---|
| 708 | //
|
---|
| 709 | // cloneEngineButton
|
---|
| 710 | //
|
---|
| 711 | this.cloneEngineButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 712 | this.cloneEngineButton.Location = new System.Drawing.Point(395, 527);
|
---|
| 713 | this.cloneEngineButton.Name = "cloneEngineButton";
|
---|
| 714 | this.cloneEngineButton.Size = new System.Drawing.Size(106, 23);
|
---|
| 715 | this.cloneEngineButton.TabIndex = 4;
|
---|
| 716 | this.cloneEngineButton.Text = "&Clone Engine...";
|
---|
| 717 | this.cloneEngineButton.UseVisualStyleBackColor = true;
|
---|
| 718 | this.cloneEngineButton.Click += new System.EventHandler(this.cloneEngineButton_Click);
|
---|
| 719 | //
|
---|
| 720 | // toolTip
|
---|
| 721 | //
|
---|
| 722 | this.toolTip.AutomaticDelay = 200;
|
---|
| 723 | this.toolTip.AutoPopDelay = 10000;
|
---|
| 724 | this.toolTip.InitialDelay = 200;
|
---|
| 725 | this.toolTip.ReshowDelay = 40;
|
---|
| 726 | //
|
---|
| 727 | // openOperatorLibraryButton
|
---|
| 728 | //
|
---|
| 729 | this.openOperatorLibraryButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 730 | this.openOperatorLibraryButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
---|
| 731 | this.openOperatorLibraryButton.Image = global::HeuristicLab.ES.Properties.Resources.OpenProblem;
|
---|
| 732 | this.openOperatorLibraryButton.Location = new System.Drawing.Point(464, 6);
|
---|
| 733 | this.openOperatorLibraryButton.Name = "openOperatorLibraryButton";
|
---|
| 734 | this.openOperatorLibraryButton.Size = new System.Drawing.Size(23, 23);
|
---|
| 735 | this.openOperatorLibraryButton.TabIndex = 48;
|
---|
| 736 | this.openOperatorLibraryButton.UseVisualStyleBackColor = true;
|
---|
| 737 | this.openOperatorLibraryButton.Click += new System.EventHandler(this.openOperatorLibraryButton_Click);
|
---|
| 738 | //
|
---|
| 739 | // openOperatorLibraryFileDialog
|
---|
| 740 | //
|
---|
| 741 | this.openOperatorLibraryFileDialog.FileName = "OperatorLibrary";
|
---|
| 742 | this.openOperatorLibraryFileDialog.Filter = "HL files|*.hl|All files|*.*";
|
---|
| 743 | //
|
---|
| 744 | // problemInitializationComboBox
|
---|
| 745 | //
|
---|
| 746 | this.problemInitializationComboBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 747 | this.problemInitializationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 748 | this.problemInitializationComboBox.FormattingEnabled = true;
|
---|
| 749 | this.problemInitializationComboBox.Items.AddRange(new object[] {
|
---|
| 750 | "Set..."});
|
---|
| 751 | this.problemInitializationComboBox.Location = new System.Drawing.Point(168, 353);
|
---|
| 752 | this.problemInitializationComboBox.Name = "problemInitializationComboBox";
|
---|
| 753 | this.problemInitializationComboBox.Size = new System.Drawing.Size(186, 21);
|
---|
| 754 | this.problemInitializationComboBox.TabIndex = 49;
|
---|
| 755 | this.problemInitializationComboBox.SelectedIndexChanged += new System.EventHandler(this.problemInitializationComboBox_SelectedIndexChanged);
|
---|
| 756 | //
|
---|
| 757 | // solutionGenerationComboBox
|
---|
| 758 | //
|
---|
| 759 | this.solutionGenerationComboBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 760 | this.solutionGenerationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 761 | this.solutionGenerationComboBox.FormattingEnabled = true;
|
---|
| 762 | this.solutionGenerationComboBox.Items.AddRange(new object[] {
|
---|
| 763 | "Set..."});
|
---|
| 764 | this.solutionGenerationComboBox.Location = new System.Drawing.Point(168, 380);
|
---|
| 765 | this.solutionGenerationComboBox.Name = "solutionGenerationComboBox";
|
---|
| 766 | this.solutionGenerationComboBox.Size = new System.Drawing.Size(186, 21);
|
---|
| 767 | this.solutionGenerationComboBox.TabIndex = 50;
|
---|
| 768 | this.solutionGenerationComboBox.SelectedIndexChanged += new System.EventHandler(this.solutionGenerationComboBox_SelectedIndexChanged);
|
---|
| 769 | //
|
---|
| 770 | // mutationComboBox
|
---|
| 771 | //
|
---|
| 772 | this.mutationComboBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 773 | this.mutationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 774 | this.mutationComboBox.FormattingEnabled = true;
|
---|
| 775 | this.mutationComboBox.Items.AddRange(new object[] {
|
---|
| 776 | "Set..."});
|
---|
| 777 | this.mutationComboBox.Location = new System.Drawing.Point(168, 434);
|
---|
| 778 | this.mutationComboBox.Name = "mutationComboBox";
|
---|
| 779 | this.mutationComboBox.Size = new System.Drawing.Size(186, 21);
|
---|
| 780 | this.mutationComboBox.TabIndex = 51;
|
---|
| 781 | this.mutationComboBox.SelectedIndexChanged += new System.EventHandler(this.mutationComboBox_SelectedIndexChanged);
|
---|
| 782 | //
|
---|
| 783 | // evaluationComboBox
|
---|
| 784 | //
|
---|
| 785 | this.evaluationComboBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 786 | this.evaluationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 787 | this.evaluationComboBox.FormattingEnabled = true;
|
---|
| 788 | this.evaluationComboBox.Items.AddRange(new object[] {
|
---|
| 789 | "Set..."});
|
---|
| 790 | this.evaluationComboBox.Location = new System.Drawing.Point(168, 407);
|
---|
| 791 | this.evaluationComboBox.Name = "evaluationComboBox";
|
---|
| 792 | this.evaluationComboBox.Size = new System.Drawing.Size(186, 21);
|
---|
| 793 | this.evaluationComboBox.TabIndex = 52;
|
---|
| 794 | this.evaluationComboBox.SelectedIndexChanged += new System.EventHandler(this.evaluationComboBox_SelectedIndexChanged);
|
---|
| 795 | //
|
---|
| 796 | // recombinationComboBox
|
---|
| 797 | //
|
---|
| 798 | this.recombinationComboBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 799 | this.recombinationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 800 | this.recombinationComboBox.FormattingEnabled = true;
|
---|
| 801 | this.recombinationComboBox.Items.AddRange(new object[] {
|
---|
| 802 | "Set..."});
|
---|
| 803 | this.recombinationComboBox.Location = new System.Drawing.Point(168, 461);
|
---|
| 804 | this.recombinationComboBox.Name = "recombinationComboBox";
|
---|
| 805 | this.recombinationComboBox.Size = new System.Drawing.Size(186, 21);
|
---|
| 806 | this.recombinationComboBox.TabIndex = 53;
|
---|
| 807 | this.recombinationComboBox.SelectedIndexChanged += new System.EventHandler(this.recombinationComboBox_SelectedIndexChanged);
|
---|
| 808 | //
|
---|
| 809 | // ESEditor
|
---|
| 810 | //
|
---|
| 811 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 812 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 813 | this.Controls.Add(this.tabControl);
|
---|
| 814 | this.Controls.Add(this.cloneEngineButton);
|
---|
| 815 | this.Controls.Add(this.resetButton);
|
---|
| 816 | this.Controls.Add(this.abortButton);
|
---|
| 817 | this.Controls.Add(this.executeButton);
|
---|
| 818 | this.Name = "ESEditor";
|
---|
| 819 | this.Size = new System.Drawing.Size(501, 550);
|
---|
| 820 | this.tabControl.ResumeLayout(false);
|
---|
| 821 | this.parametersTabPage.ResumeLayout(false);
|
---|
| 822 | this.parametersTabPage.PerformLayout();
|
---|
| 823 | this.successRuleGroupBox.ResumeLayout(false);
|
---|
| 824 | this.successRuleGroupBox.PerformLayout();
|
---|
| 825 | this.parentSelectionGroupBox.ResumeLayout(false);
|
---|
| 826 | this.parentSelectionGroupBox.PerformLayout();
|
---|
| 827 | this.scopesTabPage.ResumeLayout(false);
|
---|
| 828 | this.ResumeLayout(false);
|
---|
| 829 |
|
---|
| 830 | }
|
---|
| 831 |
|
---|
| 832 | #endregion
|
---|
| 833 |
|
---|
| 834 | private System.Windows.Forms.Button executeButton;
|
---|
| 835 | private System.Windows.Forms.TabControl tabControl;
|
---|
| 836 | private System.Windows.Forms.TabPage parametersTabPage;
|
---|
| 837 | private System.Windows.Forms.Button abortButton;
|
---|
| 838 | private System.Windows.Forms.Button resetButton;
|
---|
| 839 | private System.Windows.Forms.TextBox lambdaTextBox;
|
---|
| 840 | private System.Windows.Forms.Label mutationRateLabel;
|
---|
| 841 | private System.Windows.Forms.TextBox muTextBox;
|
---|
| 842 | private System.Windows.Forms.Label populationSizeLabel;
|
---|
| 843 | private System.Windows.Forms.TabPage scopesTabPage;
|
---|
| 844 | private System.Windows.Forms.TextBox maximumGenerationsTextBox;
|
---|
| 845 | private System.Windows.Forms.Label maximumGenerationsLabel;
|
---|
| 846 | private System.Windows.Forms.TextBox shakingFactorsLowerBoundTextBox;
|
---|
| 847 | private System.Windows.Forms.Label mutationStrengthLabel;
|
---|
| 848 | private System.Windows.Forms.TextBox randomSeedTextBox;
|
---|
| 849 | private System.Windows.Forms.Label setRandomSeedRandomlyLabel;
|
---|
| 850 | private System.Windows.Forms.Label randomSeedLabel;
|
---|
| 851 | private System.Windows.Forms.CheckBox setRandomSeedRandomlyCheckBox;
|
---|
| 852 | private System.Windows.Forms.Label problemInitializationLabel;
|
---|
| 853 | private System.Windows.Forms.Label evaluationLabel;
|
---|
| 854 | private System.Windows.Forms.Label mutationLabel;
|
---|
| 855 | private System.Windows.Forms.Label solutionGenerationLabel;
|
---|
| 856 | private System.Windows.Forms.Button cloneEngineButton;
|
---|
| 857 | private HeuristicLab.Core.ScopeView scopeView;
|
---|
| 858 | private System.Windows.Forms.Button customizeEvaluationButton;
|
---|
| 859 | private System.Windows.Forms.Button customizeMutationButton;
|
---|
| 860 | private System.Windows.Forms.Button customizeSolutionGenerationButton;
|
---|
| 861 | private System.Windows.Forms.Button customizeProblemInitializationButton;
|
---|
| 862 | private System.Windows.Forms.TextBox generalLearningRateTextBox;
|
---|
| 863 | private System.Windows.Forms.Label generalLearningRateLabel;
|
---|
| 864 | private System.Windows.Forms.Button customizeRecombinationButton;
|
---|
| 865 | private System.Windows.Forms.Label recombinationLabel;
|
---|
| 866 | private System.Windows.Forms.TextBox rhoTextBox;
|
---|
| 867 | private System.Windows.Forms.Label rhoLabel;
|
---|
| 868 | private System.Windows.Forms.GroupBox parentSelectionGroupBox;
|
---|
| 869 | private System.Windows.Forms.RadioButton commaRadioButton;
|
---|
| 870 | private System.Windows.Forms.RadioButton plusRadioButton;
|
---|
| 871 | private System.Windows.Forms.GroupBox successRuleGroupBox;
|
---|
| 872 | private System.Windows.Forms.TextBox learningRateTextBox;
|
---|
| 873 | private System.Windows.Forms.Label learningRateLabel;
|
---|
| 874 | private System.Windows.Forms.Label maximumGenerationsVariableNameLabel;
|
---|
| 875 | private System.Windows.Forms.Label esLambdaVariableNameLabel;
|
---|
| 876 | private System.Windows.Forms.Label esRhoVariableNameLabel;
|
---|
| 877 | private System.Windows.Forms.Label esMuVariableNameLabel;
|
---|
| 878 | private System.Windows.Forms.Label shakingFactorsVariableNameLabel;
|
---|
| 879 | private System.Windows.Forms.Label learningRateVariableNameLabel;
|
---|
| 880 | private System.Windows.Forms.Label generalLearningRateVariableNameLabel;
|
---|
| 881 | private System.Windows.Forms.ToolTip toolTip;
|
---|
| 882 | private System.Windows.Forms.TextBox problemDimensionTextBox;
|
---|
| 883 | private System.Windows.Forms.Label problemDimensionLabel;
|
---|
| 884 | private System.Windows.Forms.Label leftBracketLabelRight;
|
---|
| 885 | private System.Windows.Forms.Label semicolonLabel;
|
---|
| 886 | private System.Windows.Forms.Label leftBracketLabelLeft;
|
---|
| 887 | private System.Windows.Forms.TextBox shakingFactorsUpperBoundTextBox;
|
---|
| 888 | private System.Windows.Forms.Label problemDimensionVariableNameLabel;
|
---|
| 889 | private System.Windows.Forms.Button openOperatorLibraryButton;
|
---|
| 890 | private System.Windows.Forms.OpenFileDialog openOperatorLibraryFileDialog;
|
---|
| 891 | private System.Windows.Forms.ComboBox problemInitializationComboBox;
|
---|
| 892 | private System.Windows.Forms.ComboBox recombinationComboBox;
|
---|
| 893 | private System.Windows.Forms.ComboBox evaluationComboBox;
|
---|
| 894 | private System.Windows.Forms.ComboBox mutationComboBox;
|
---|
| 895 | private System.Windows.Forms.ComboBox solutionGenerationComboBox;
|
---|
| 896 | }
|
---|
| 897 | }
|
---|