Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ES/ESEditor.Designer.cs @ 1396

Last change on this file since 1396 was 1222, checked in by abeham, 15 years ago

Updated ES to uniformly distributed initialization of strategy vector #495
Fixed Plus/Comma display bug on load #491
Removed some unnecessary references
Added necessary reference to RealVector

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