Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 97 was 97, checked in by abeham, 16 years ago

Made LearningRate a configurable option in ES, fixes ticket #77

File size: 40.3 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.executeButton = new System.Windows.Forms.Button();
49      this.tabControl = new System.Windows.Forms.TabControl();
50      this.parametersTabPage = new System.Windows.Forms.TabPage();
51      this.successRuleGroupBox = new System.Windows.Forms.GroupBox();
52      this.learningRateTextBox = new System.Windows.Forms.TextBox();
53      this.label1 = new System.Windows.Forms.Label();
54      this.targetSuccessRateTextBox = new System.Windows.Forms.TextBox();
55      this.targetSuccessRateLabel = new System.Windows.Forms.Label();
56      this.parentSelectionGroupBox = new System.Windows.Forms.GroupBox();
57      this.commaRadioButton = new System.Windows.Forms.RadioButton();
58      this.plusRadioButton = new System.Windows.Forms.RadioButton();
59      this.setRecombinationButton = new System.Windows.Forms.Button();
60      this.viewRecombinationButton = new System.Windows.Forms.Button();
61      this.recombinationTextBox = new System.Windows.Forms.TextBox();
62      this.recombinationLabel = new System.Windows.Forms.Label();
63      this.rhoTextBox = new System.Windows.Forms.TextBox();
64      this.rhoLabel = new System.Windows.Forms.Label();
65      this.useSuccessRuleCheckBox = new System.Windows.Forms.CheckBox();
66      this.setEvaluationButton = new System.Windows.Forms.Button();
67      this.setMutationButton = new System.Windows.Forms.Button();
68      this.setSolutionGenerationButton = new System.Windows.Forms.Button();
69      this.viewEvaluationButton = new System.Windows.Forms.Button();
70      this.viewMutationButton = new System.Windows.Forms.Button();
71      this.viewSolutionGenerationButton = new System.Windows.Forms.Button();
72      this.viewProblemInitializationButton = new System.Windows.Forms.Button();
73      this.setProblemInitializationButton = new System.Windows.Forms.Button();
74      this.evaluationTextBox = new System.Windows.Forms.TextBox();
75      this.mutationTextBox = new System.Windows.Forms.TextBox();
76      this.solutionGenerationTextBox = new System.Windows.Forms.TextBox();
77      this.problemInitializationTextBox = new System.Windows.Forms.TextBox();
78      this.setRandomSeedRandomlyCheckBox = new System.Windows.Forms.CheckBox();
79      this.initialMutationStrengthTextBox = new System.Windows.Forms.TextBox();
80      this.evaluationLabel = new System.Windows.Forms.Label();
81      this.mutationLabel = new System.Windows.Forms.Label();
82      this.solutionGenerationLabel = new System.Windows.Forms.Label();
83      this.problemInitializationLabel = new System.Windows.Forms.Label();
84      this.initialMutationStrengthLabel = new System.Windows.Forms.Label();
85      this.mutationRateLabel = new System.Windows.Forms.Label();
86      this.maximumGenerationsTextBox = new System.Windows.Forms.TextBox();
87      this.maximumGenerationsLabel = new System.Windows.Forms.Label();
88      this.randomSeedTextBox = new System.Windows.Forms.TextBox();
89      this.muTextBox = new System.Windows.Forms.TextBox();
90      this.setRandomSeedRandomlyLabel = new System.Windows.Forms.Label();
91      this.randomSeedLabel = new System.Windows.Forms.Label();
92      this.populationSizeLabel = new System.Windows.Forms.Label();
93      this.lambdaTextBox = new System.Windows.Forms.TextBox();
94      this.scopesTabPage = new System.Windows.Forms.TabPage();
95      this.scopeView = new HeuristicLab.Core.ScopeView();
96      this.abortButton = new System.Windows.Forms.Button();
97      this.resetButton = new System.Windows.Forms.Button();
98      this.cloneEngineButton = new System.Windows.Forms.Button();
99      this.dampeningFactorLabel = new System.Windows.Forms.Label();
100      this.dampeningFactorTextBox = new System.Windows.Forms.TextBox();
101      this.tabControl.SuspendLayout();
102      this.parametersTabPage.SuspendLayout();
103      this.successRuleGroupBox.SuspendLayout();
104      this.parentSelectionGroupBox.SuspendLayout();
105      this.scopesTabPage.SuspendLayout();
106      this.SuspendLayout();
107      //
108      // executeButton
109      //
110      this.executeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
111      this.executeButton.Location = new System.Drawing.Point(0, 529);
112      this.executeButton.Name = "executeButton";
113      this.executeButton.Size = new System.Drawing.Size(75, 23);
114      this.executeButton.TabIndex = 1;
115      this.executeButton.Text = "&Execute";
116      this.executeButton.UseVisualStyleBackColor = true;
117      this.executeButton.Click += new System.EventHandler(this.executeButton_Click);
118      //
119      // tabControl
120      //
121      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
122                  | System.Windows.Forms.AnchorStyles.Left)
123                  | System.Windows.Forms.AnchorStyles.Right)));
124      this.tabControl.Controls.Add(this.parametersTabPage);
125      this.tabControl.Controls.Add(this.scopesTabPage);
126      this.tabControl.Location = new System.Drawing.Point(0, 0);
127      this.tabControl.Name = "tabControl";
128      this.tabControl.SelectedIndex = 0;
129      this.tabControl.Size = new System.Drawing.Size(526, 523);
130      this.tabControl.TabIndex = 0;
131      //
132      // parametersTabPage
133      //
134      this.parametersTabPage.Controls.Add(this.successRuleGroupBox);
135      this.parametersTabPage.Controls.Add(this.parentSelectionGroupBox);
136      this.parametersTabPage.Controls.Add(this.setRecombinationButton);
137      this.parametersTabPage.Controls.Add(this.viewRecombinationButton);
138      this.parametersTabPage.Controls.Add(this.recombinationTextBox);
139      this.parametersTabPage.Controls.Add(this.recombinationLabel);
140      this.parametersTabPage.Controls.Add(this.rhoTextBox);
141      this.parametersTabPage.Controls.Add(this.rhoLabel);
142      this.parametersTabPage.Controls.Add(this.useSuccessRuleCheckBox);
143      this.parametersTabPage.Controls.Add(this.setEvaluationButton);
144      this.parametersTabPage.Controls.Add(this.setMutationButton);
145      this.parametersTabPage.Controls.Add(this.setSolutionGenerationButton);
146      this.parametersTabPage.Controls.Add(this.viewEvaluationButton);
147      this.parametersTabPage.Controls.Add(this.viewMutationButton);
148      this.parametersTabPage.Controls.Add(this.viewSolutionGenerationButton);
149      this.parametersTabPage.Controls.Add(this.viewProblemInitializationButton);
150      this.parametersTabPage.Controls.Add(this.setProblemInitializationButton);
151      this.parametersTabPage.Controls.Add(this.evaluationTextBox);
152      this.parametersTabPage.Controls.Add(this.mutationTextBox);
153      this.parametersTabPage.Controls.Add(this.solutionGenerationTextBox);
154      this.parametersTabPage.Controls.Add(this.problemInitializationTextBox);
155      this.parametersTabPage.Controls.Add(this.setRandomSeedRandomlyCheckBox);
156      this.parametersTabPage.Controls.Add(this.initialMutationStrengthTextBox);
157      this.parametersTabPage.Controls.Add(this.evaluationLabel);
158      this.parametersTabPage.Controls.Add(this.mutationLabel);
159      this.parametersTabPage.Controls.Add(this.solutionGenerationLabel);
160      this.parametersTabPage.Controls.Add(this.problemInitializationLabel);
161      this.parametersTabPage.Controls.Add(this.initialMutationStrengthLabel);
162      this.parametersTabPage.Controls.Add(this.mutationRateLabel);
163      this.parametersTabPage.Controls.Add(this.maximumGenerationsTextBox);
164      this.parametersTabPage.Controls.Add(this.maximumGenerationsLabel);
165      this.parametersTabPage.Controls.Add(this.randomSeedTextBox);
166      this.parametersTabPage.Controls.Add(this.muTextBox);
167      this.parametersTabPage.Controls.Add(this.setRandomSeedRandomlyLabel);
168      this.parametersTabPage.Controls.Add(this.randomSeedLabel);
169      this.parametersTabPage.Controls.Add(this.populationSizeLabel);
170      this.parametersTabPage.Controls.Add(this.lambdaTextBox);
171      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
172      this.parametersTabPage.Name = "parametersTabPage";
173      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
174      this.parametersTabPage.Size = new System.Drawing.Size(518, 497);
175      this.parametersTabPage.TabIndex = 0;
176      this.parametersTabPage.Text = "Parameters";
177      this.parametersTabPage.UseVisualStyleBackColor = true;
178      //
179      // successRuleGroupBox
180      //
181      this.successRuleGroupBox.Anchor = System.Windows.Forms.AnchorStyles.None;
182      this.successRuleGroupBox.Controls.Add(this.dampeningFactorTextBox);
183      this.successRuleGroupBox.Controls.Add(this.dampeningFactorLabel);
184      this.successRuleGroupBox.Controls.Add(this.learningRateTextBox);
185      this.successRuleGroupBox.Controls.Add(this.label1);
186      this.successRuleGroupBox.Controls.Add(this.targetSuccessRateTextBox);
187      this.successRuleGroupBox.Controls.Add(this.targetSuccessRateLabel);
188      this.successRuleGroupBox.Location = new System.Drawing.Point(68, 201);
189      this.successRuleGroupBox.Name = "successRuleGroupBox";
190      this.successRuleGroupBox.Size = new System.Drawing.Size(336, 100);
191      this.successRuleGroupBox.TabIndex = 40;
192      this.successRuleGroupBox.TabStop = false;
193      this.successRuleGroupBox.Text = "Success Rule Mutation Strength Adjustment";
194      //
195      // learningRateTextBox
196      //
197      this.learningRateTextBox.Anchor = System.Windows.Forms.AnchorStyles.Top;
198      this.learningRateTextBox.Location = new System.Drawing.Point(150, 45);
199      this.learningRateTextBox.Name = "learningRateTextBox";
200      this.learningRateTextBox.Size = new System.Drawing.Size(180, 20);
201      this.learningRateTextBox.TabIndex = 17;
202      //
203      // label1
204      //
205      this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top;
206      this.label1.AutoSize = true;
207      this.label1.Location = new System.Drawing.Point(7, 48);
208      this.label1.Name = "label1";
209      this.label1.Size = new System.Drawing.Size(77, 13);
210      this.label1.TabIndex = 16;
211      this.label1.Text = "Learning Rate:";
212      //
213      // targetSuccessRateTextBox
214      //
215      this.targetSuccessRateTextBox.Anchor = System.Windows.Forms.AnchorStyles.Top;
216      this.targetSuccessRateTextBox.Location = new System.Drawing.Point(150, 19);
217      this.targetSuccessRateTextBox.Name = "targetSuccessRateTextBox";
218      this.targetSuccessRateTextBox.Size = new System.Drawing.Size(180, 20);
219      this.targetSuccessRateTextBox.TabIndex = 15;
220      //
221      // targetSuccessRateLabel
222      //
223      this.targetSuccessRateLabel.Anchor = System.Windows.Forms.AnchorStyles.Top;
224      this.targetSuccessRateLabel.AutoSize = true;
225      this.targetSuccessRateLabel.Location = new System.Drawing.Point(7, 22);
226      this.targetSuccessRateLabel.Name = "targetSuccessRateLabel";
227      this.targetSuccessRateLabel.Size = new System.Drawing.Size(111, 13);
228      this.targetSuccessRateLabel.TabIndex = 14;
229      this.targetSuccessRateLabel.Text = "Target Success Rate:";
230      //
231      // parentSelectionGroupBox
232      //
233      this.parentSelectionGroupBox.Anchor = System.Windows.Forms.AnchorStyles.None;
234      this.parentSelectionGroupBox.Controls.Add(this.commaRadioButton);
235      this.parentSelectionGroupBox.Controls.Add(this.plusRadioButton);
236      this.parentSelectionGroupBox.Location = new System.Drawing.Point(218, 307);
237      this.parentSelectionGroupBox.Name = "parentSelectionGroupBox";
238      this.parentSelectionGroupBox.Size = new System.Drawing.Size(186, 38);
239      this.parentSelectionGroupBox.TabIndex = 39;
240      this.parentSelectionGroupBox.TabStop = false;
241      this.parentSelectionGroupBox.Text = "Parent Selection";
242      //
243      // commaRadioButton
244      //
245      this.commaRadioButton.AutoSize = true;
246      this.commaRadioButton.Location = new System.Drawing.Point(57, 15);
247      this.commaRadioButton.Name = "commaRadioButton";
248      this.commaRadioButton.Size = new System.Drawing.Size(60, 17);
249      this.commaRadioButton.TabIndex = 1;
250      this.commaRadioButton.Text = "Comma";
251      this.commaRadioButton.UseVisualStyleBackColor = true;
252      this.commaRadioButton.CheckedChanged += new System.EventHandler(this.commaRadioButton_CheckedChanged);
253      //
254      // plusRadioButton
255      //
256      this.plusRadioButton.AutoSize = true;
257      this.plusRadioButton.Checked = true;
258      this.plusRadioButton.Location = new System.Drawing.Point(6, 15);
259      this.plusRadioButton.Name = "plusRadioButton";
260      this.plusRadioButton.Size = new System.Drawing.Size(45, 17);
261      this.plusRadioButton.TabIndex = 0;
262      this.plusRadioButton.TabStop = true;
263      this.plusRadioButton.Text = "Plus";
264      this.plusRadioButton.UseVisualStyleBackColor = true;
265      this.plusRadioButton.CheckedChanged += new System.EventHandler(this.plusRadioButton_CheckedChanged);
266      //
267      // setRecombinationButton
268      //
269      this.setRecombinationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
270      this.setRecombinationButton.Location = new System.Drawing.Point(469, 465);
271      this.setRecombinationButton.Name = "setRecombinationButton";
272      this.setRecombinationButton.Size = new System.Drawing.Size(43, 20);
273      this.setRecombinationButton.TabIndex = 38;
274      this.setRecombinationButton.Text = "Set...";
275      this.setRecombinationButton.UseVisualStyleBackColor = true;
276      this.setRecombinationButton.Click += new System.EventHandler(this.setRecombinationButton_Click);
277      //
278      // viewRecombinationButton
279      //
280      this.viewRecombinationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
281      this.viewRecombinationButton.Location = new System.Drawing.Point(410, 465);
282      this.viewRecombinationButton.Name = "viewRecombinationButton";
283      this.viewRecombinationButton.Size = new System.Drawing.Size(53, 20);
284      this.viewRecombinationButton.TabIndex = 37;
285      this.viewRecombinationButton.Text = "View...";
286      this.viewRecombinationButton.UseVisualStyleBackColor = true;
287      this.viewRecombinationButton.Click += new System.EventHandler(this.viewRecombinationButton_Click);
288      //
289      // recombinationTextBox
290      //
291      this.recombinationTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
292      this.recombinationTextBox.Location = new System.Drawing.Point(218, 465);
293      this.recombinationTextBox.Name = "recombinationTextBox";
294      this.recombinationTextBox.ReadOnly = true;
295      this.recombinationTextBox.Size = new System.Drawing.Size(186, 20);
296      this.recombinationTextBox.TabIndex = 36;
297      //
298      // recombinationLabel
299      //
300      this.recombinationLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
301      this.recombinationLabel.AutoSize = true;
302      this.recombinationLabel.Location = new System.Drawing.Point(65, 468);
303      this.recombinationLabel.Name = "recombinationLabel";
304      this.recombinationLabel.Size = new System.Drawing.Size(81, 13);
305      this.recombinationLabel.TabIndex = 35;
306      this.recombinationLabel.Text = "Recombination:";
307      //
308      // rhoTextBox
309      //
310      this.rhoTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
311      this.rhoTextBox.Location = new System.Drawing.Point(218, 94);
312      this.rhoTextBox.Name = "rhoTextBox";
313      this.rhoTextBox.Size = new System.Drawing.Size(186, 20);
314      this.rhoTextBox.TabIndex = 7;
315      //
316      // rhoLabel
317      //
318      this.rhoLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
319      this.rhoLabel.AutoSize = true;
320      this.rhoLabel.Location = new System.Drawing.Point(65, 97);
321      this.rhoLabel.Name = "rhoLabel";
322      this.rhoLabel.Size = new System.Drawing.Size(30, 13);
323      this.rhoLabel.TabIndex = 6;
324      this.rhoLabel.Text = "Rho:";
325      //
326      // useSuccessRuleCheckBox
327      //
328      this.useSuccessRuleCheckBox.Anchor = System.Windows.Forms.AnchorStyles.None;
329      this.useSuccessRuleCheckBox.AutoSize = true;
330      this.useSuccessRuleCheckBox.Checked = true;
331      this.useSuccessRuleCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
332      this.useSuccessRuleCheckBox.Location = new System.Drawing.Point(410, 235);
333      this.useSuccessRuleCheckBox.Name = "useSuccessRuleCheckBox";
334      this.useSuccessRuleCheckBox.Size = new System.Drawing.Size(51, 17);
335      this.useSuccessRuleCheckBox.TabIndex = 16;
336      this.useSuccessRuleCheckBox.Text = "Use?";
337      this.useSuccessRuleCheckBox.UseVisualStyleBackColor = true;
338      this.useSuccessRuleCheckBox.CheckedChanged += new System.EventHandler(this.useSuccessRuleCheckBox_CheckedChanged);
339      //
340      // setEvaluationButton
341      //
342      this.setEvaluationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
343      this.setEvaluationButton.Location = new System.Drawing.Point(469, 439);
344      this.setEvaluationButton.Name = "setEvaluationButton";
345      this.setEvaluationButton.Size = new System.Drawing.Size(43, 20);
346      this.setEvaluationButton.TabIndex = 34;
347      this.setEvaluationButton.Text = "Set...";
348      this.setEvaluationButton.UseVisualStyleBackColor = true;
349      this.setEvaluationButton.Click += new System.EventHandler(this.setEvaluationButton_Click);
350      //
351      // setMutationButton
352      //
353      this.setMutationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
354      this.setMutationButton.Location = new System.Drawing.Point(469, 413);
355      this.setMutationButton.Name = "setMutationButton";
356      this.setMutationButton.Size = new System.Drawing.Size(43, 20);
357      this.setMutationButton.TabIndex = 30;
358      this.setMutationButton.Text = "Set...";
359      this.setMutationButton.UseVisualStyleBackColor = true;
360      this.setMutationButton.Click += new System.EventHandler(this.setMutationButton_Click);
361      //
362      // setSolutionGenerationButton
363      //
364      this.setSolutionGenerationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
365      this.setSolutionGenerationButton.Location = new System.Drawing.Point(469, 387);
366      this.setSolutionGenerationButton.Name = "setSolutionGenerationButton";
367      this.setSolutionGenerationButton.Size = new System.Drawing.Size(43, 20);
368      this.setSolutionGenerationButton.TabIndex = 26;
369      this.setSolutionGenerationButton.Text = "Set...";
370      this.setSolutionGenerationButton.UseVisualStyleBackColor = true;
371      this.setSolutionGenerationButton.Click += new System.EventHandler(this.setSolutionGenerationButton_Click);
372      //
373      // viewEvaluationButton
374      //
375      this.viewEvaluationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
376      this.viewEvaluationButton.Location = new System.Drawing.Point(410, 439);
377      this.viewEvaluationButton.Name = "viewEvaluationButton";
378      this.viewEvaluationButton.Size = new System.Drawing.Size(53, 20);
379      this.viewEvaluationButton.TabIndex = 33;
380      this.viewEvaluationButton.Text = "View...";
381      this.viewEvaluationButton.UseVisualStyleBackColor = true;
382      this.viewEvaluationButton.Click += new System.EventHandler(this.viewEvaluationButton_Click);
383      //
384      // viewMutationButton
385      //
386      this.viewMutationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
387      this.viewMutationButton.Location = new System.Drawing.Point(410, 413);
388      this.viewMutationButton.Name = "viewMutationButton";
389      this.viewMutationButton.Size = new System.Drawing.Size(53, 20);
390      this.viewMutationButton.TabIndex = 29;
391      this.viewMutationButton.Text = "View...";
392      this.viewMutationButton.UseVisualStyleBackColor = true;
393      this.viewMutationButton.Click += new System.EventHandler(this.viewMutationButton_Click);
394      //
395      // viewSolutionGenerationButton
396      //
397      this.viewSolutionGenerationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
398      this.viewSolutionGenerationButton.Location = new System.Drawing.Point(410, 387);
399      this.viewSolutionGenerationButton.Name = "viewSolutionGenerationButton";
400      this.viewSolutionGenerationButton.Size = new System.Drawing.Size(53, 20);
401      this.viewSolutionGenerationButton.TabIndex = 25;
402      this.viewSolutionGenerationButton.Text = "View...";
403      this.viewSolutionGenerationButton.UseVisualStyleBackColor = true;
404      this.viewSolutionGenerationButton.Click += new System.EventHandler(this.viewSolutionGenerationButton_Click);
405      //
406      // viewProblemInitializationButton
407      //
408      this.viewProblemInitializationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
409      this.viewProblemInitializationButton.Location = new System.Drawing.Point(410, 361);
410      this.viewProblemInitializationButton.Name = "viewProblemInitializationButton";
411      this.viewProblemInitializationButton.Size = new System.Drawing.Size(53, 20);
412      this.viewProblemInitializationButton.TabIndex = 21;
413      this.viewProblemInitializationButton.Text = "View...";
414      this.viewProblemInitializationButton.UseVisualStyleBackColor = true;
415      this.viewProblemInitializationButton.Click += new System.EventHandler(this.viewProblemInitializationButton_Click);
416      //
417      // setProblemInitializationButton
418      //
419      this.setProblemInitializationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
420      this.setProblemInitializationButton.Location = new System.Drawing.Point(469, 361);
421      this.setProblemInitializationButton.Name = "setProblemInitializationButton";
422      this.setProblemInitializationButton.Size = new System.Drawing.Size(43, 20);
423      this.setProblemInitializationButton.TabIndex = 22;
424      this.setProblemInitializationButton.Text = "Set...";
425      this.setProblemInitializationButton.UseVisualStyleBackColor = true;
426      this.setProblemInitializationButton.Click += new System.EventHandler(this.setProblemInitializationButton_Click);
427      //
428      // evaluationTextBox
429      //
430      this.evaluationTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
431      this.evaluationTextBox.Location = new System.Drawing.Point(218, 439);
432      this.evaluationTextBox.Name = "evaluationTextBox";
433      this.evaluationTextBox.ReadOnly = true;
434      this.evaluationTextBox.Size = new System.Drawing.Size(186, 20);
435      this.evaluationTextBox.TabIndex = 32;
436      //
437      // mutationTextBox
438      //
439      this.mutationTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
440      this.mutationTextBox.Location = new System.Drawing.Point(218, 413);
441      this.mutationTextBox.Name = "mutationTextBox";
442      this.mutationTextBox.ReadOnly = true;
443      this.mutationTextBox.Size = new System.Drawing.Size(186, 20);
444      this.mutationTextBox.TabIndex = 28;
445      //
446      // solutionGenerationTextBox
447      //
448      this.solutionGenerationTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
449      this.solutionGenerationTextBox.Location = new System.Drawing.Point(218, 387);
450      this.solutionGenerationTextBox.Name = "solutionGenerationTextBox";
451      this.solutionGenerationTextBox.ReadOnly = true;
452      this.solutionGenerationTextBox.Size = new System.Drawing.Size(186, 20);
453      this.solutionGenerationTextBox.TabIndex = 24;
454      //
455      // problemInitializationTextBox
456      //
457      this.problemInitializationTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
458      this.problemInitializationTextBox.Location = new System.Drawing.Point(218, 361);
459      this.problemInitializationTextBox.Name = "problemInitializationTextBox";
460      this.problemInitializationTextBox.ReadOnly = true;
461      this.problemInitializationTextBox.Size = new System.Drawing.Size(186, 20);
462      this.problemInitializationTextBox.TabIndex = 20;
463      //
464      // setRandomSeedRandomlyCheckBox
465      //
466      this.setRandomSeedRandomlyCheckBox.Anchor = System.Windows.Forms.AnchorStyles.None;
467      this.setRandomSeedRandomlyCheckBox.AutoSize = true;
468      this.setRandomSeedRandomlyCheckBox.Location = new System.Drawing.Point(218, 12);
469      this.setRandomSeedRandomlyCheckBox.Name = "setRandomSeedRandomlyCheckBox";
470      this.setRandomSeedRandomlyCheckBox.Size = new System.Drawing.Size(15, 14);
471      this.setRandomSeedRandomlyCheckBox.TabIndex = 1;
472      this.setRandomSeedRandomlyCheckBox.UseVisualStyleBackColor = true;
473      //
474      // initialMutationStrengthTextBox
475      //
476      this.initialMutationStrengthTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
477      this.initialMutationStrengthTextBox.Location = new System.Drawing.Point(218, 172);
478      this.initialMutationStrengthTextBox.Name = "initialMutationStrengthTextBox";
479      this.initialMutationStrengthTextBox.Size = new System.Drawing.Size(186, 20);
480      this.initialMutationStrengthTextBox.TabIndex = 13;
481      //
482      // evaluationLabel
483      //
484      this.evaluationLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
485      this.evaluationLabel.AutoSize = true;
486      this.evaluationLabel.Location = new System.Drawing.Point(65, 442);
487      this.evaluationLabel.Name = "evaluationLabel";
488      this.evaluationLabel.Size = new System.Drawing.Size(60, 13);
489      this.evaluationLabel.TabIndex = 31;
490      this.evaluationLabel.Text = "&Evaluation:";
491      //
492      // mutationLabel
493      //
494      this.mutationLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
495      this.mutationLabel.AutoSize = true;
496      this.mutationLabel.Location = new System.Drawing.Point(65, 416);
497      this.mutationLabel.Name = "mutationLabel";
498      this.mutationLabel.Size = new System.Drawing.Size(51, 13);
499      this.mutationLabel.TabIndex = 27;
500      this.mutationLabel.Text = "&Mutation:";
501      //
502      // solutionGenerationLabel
503      //
504      this.solutionGenerationLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
505      this.solutionGenerationLabel.AutoSize = true;
506      this.solutionGenerationLabel.Location = new System.Drawing.Point(65, 390);
507      this.solutionGenerationLabel.Name = "solutionGenerationLabel";
508      this.solutionGenerationLabel.Size = new System.Drawing.Size(103, 13);
509      this.solutionGenerationLabel.TabIndex = 23;
510      this.solutionGenerationLabel.Text = "&Solution Generation:";
511      //
512      // problemInitializationLabel
513      //
514      this.problemInitializationLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
515      this.problemInitializationLabel.AutoSize = true;
516      this.problemInitializationLabel.Location = new System.Drawing.Point(65, 364);
517      this.problemInitializationLabel.Name = "problemInitializationLabel";
518      this.problemInitializationLabel.Size = new System.Drawing.Size(105, 13);
519      this.problemInitializationLabel.TabIndex = 19;
520      this.problemInitializationLabel.Text = "&Problem Initialization:";
521      //
522      // initialMutationStrengthLabel
523      //
524      this.initialMutationStrengthLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
525      this.initialMutationStrengthLabel.AutoSize = true;
526      this.initialMutationStrengthLabel.Location = new System.Drawing.Point(65, 175);
527      this.initialMutationStrengthLabel.Name = "initialMutationStrengthLabel";
528      this.initialMutationStrengthLabel.Size = new System.Drawing.Size(121, 13);
529      this.initialMutationStrengthLabel.TabIndex = 12;
530      this.initialMutationStrengthLabel.Text = "Initial Mutation Strength:";
531      //
532      // mutationRateLabel
533      //
534      this.mutationRateLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
535      this.mutationRateLabel.AutoSize = true;
536      this.mutationRateLabel.Location = new System.Drawing.Point(65, 123);
537      this.mutationRateLabel.Name = "mutationRateLabel";
538      this.mutationRateLabel.Size = new System.Drawing.Size(48, 13);
539      this.mutationRateLabel.TabIndex = 8;
540      this.mutationRateLabel.Text = "Lambda:";
541      //
542      // maximumGenerationsTextBox
543      //
544      this.maximumGenerationsTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
545      this.maximumGenerationsTextBox.Location = new System.Drawing.Point(218, 146);
546      this.maximumGenerationsTextBox.Name = "maximumGenerationsTextBox";
547      this.maximumGenerationsTextBox.Size = new System.Drawing.Size(186, 20);
548      this.maximumGenerationsTextBox.TabIndex = 11;
549      //
550      // maximumGenerationsLabel
551      //
552      this.maximumGenerationsLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
553      this.maximumGenerationsLabel.AutoSize = true;
554      this.maximumGenerationsLabel.Location = new System.Drawing.Point(65, 149);
555      this.maximumGenerationsLabel.Name = "maximumGenerationsLabel";
556      this.maximumGenerationsLabel.Size = new System.Drawing.Size(114, 13);
557      this.maximumGenerationsLabel.TabIndex = 10;
558      this.maximumGenerationsLabel.Text = "Maximum &Generations:";
559      //
560      // randomSeedTextBox
561      //
562      this.randomSeedTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
563      this.randomSeedTextBox.Location = new System.Drawing.Point(218, 32);
564      this.randomSeedTextBox.Name = "randomSeedTextBox";
565      this.randomSeedTextBox.Size = new System.Drawing.Size(186, 20);
566      this.randomSeedTextBox.TabIndex = 3;
567      //
568      // muTextBox
569      //
570      this.muTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
571      this.muTextBox.Location = new System.Drawing.Point(218, 68);
572      this.muTextBox.Name = "muTextBox";
573      this.muTextBox.Size = new System.Drawing.Size(186, 20);
574      this.muTextBox.TabIndex = 5;
575      //
576      // setRandomSeedRandomlyLabel
577      //
578      this.setRandomSeedRandomlyLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
579      this.setRandomSeedRandomlyLabel.AutoSize = true;
580      this.setRandomSeedRandomlyLabel.Location = new System.Drawing.Point(65, 12);
581      this.setRandomSeedRandomlyLabel.Name = "setRandomSeedRandomlyLabel";
582      this.setRandomSeedRandomlyLabel.Size = new System.Drawing.Size(147, 13);
583      this.setRandomSeedRandomlyLabel.TabIndex = 0;
584      this.setRandomSeedRandomlyLabel.Text = "Set &Random Seed Randomly:";
585      //
586      // randomSeedLabel
587      //
588      this.randomSeedLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
589      this.randomSeedLabel.AutoSize = true;
590      this.randomSeedLabel.Location = new System.Drawing.Point(65, 35);
591      this.randomSeedLabel.Name = "randomSeedLabel";
592      this.randomSeedLabel.Size = new System.Drawing.Size(78, 13);
593      this.randomSeedLabel.TabIndex = 2;
594      this.randomSeedLabel.Text = "&Random Seed:";
595      //
596      // populationSizeLabel
597      //
598      this.populationSizeLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
599      this.populationSizeLabel.AutoSize = true;
600      this.populationSizeLabel.Location = new System.Drawing.Point(65, 71);
601      this.populationSizeLabel.Name = "populationSizeLabel";
602      this.populationSizeLabel.Size = new System.Drawing.Size(25, 13);
603      this.populationSizeLabel.TabIndex = 4;
604      this.populationSizeLabel.Text = "Mu:";
605      //
606      // lambdaTextBox
607      //
608      this.lambdaTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
609      this.lambdaTextBox.Location = new System.Drawing.Point(218, 120);
610      this.lambdaTextBox.Name = "lambdaTextBox";
611      this.lambdaTextBox.Size = new System.Drawing.Size(186, 20);
612      this.lambdaTextBox.TabIndex = 9;
613      //
614      // scopesTabPage
615      //
616      this.scopesTabPage.Controls.Add(this.scopeView);
617      this.scopesTabPage.Location = new System.Drawing.Point(4, 22);
618      this.scopesTabPage.Name = "scopesTabPage";
619      this.scopesTabPage.Padding = new System.Windows.Forms.Padding(3);
620      this.scopesTabPage.Size = new System.Drawing.Size(518, 477);
621      this.scopesTabPage.TabIndex = 2;
622      this.scopesTabPage.Text = "Scopes";
623      this.scopesTabPage.UseVisualStyleBackColor = true;
624      //
625      // scopeView
626      //
627      this.scopeView.Caption = "Scope";
628      this.scopeView.Dock = System.Windows.Forms.DockStyle.Fill;
629      this.scopeView.Location = new System.Drawing.Point(3, 3);
630      this.scopeView.Name = "scopeView";
631      this.scopeView.Scope = null;
632      this.scopeView.Size = new System.Drawing.Size(512, 471);
633      this.scopeView.TabIndex = 0;
634      //
635      // abortButton
636      //
637      this.abortButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
638      this.abortButton.Enabled = false;
639      this.abortButton.Location = new System.Drawing.Point(81, 529);
640      this.abortButton.Name = "abortButton";
641      this.abortButton.Size = new System.Drawing.Size(75, 23);
642      this.abortButton.TabIndex = 2;
643      this.abortButton.Text = "&Abort";
644      this.abortButton.UseVisualStyleBackColor = true;
645      this.abortButton.Click += new System.EventHandler(this.abortButton_Click);
646      //
647      // resetButton
648      //
649      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
650      this.resetButton.Location = new System.Drawing.Point(162, 529);
651      this.resetButton.Name = "resetButton";
652      this.resetButton.Size = new System.Drawing.Size(75, 23);
653      this.resetButton.TabIndex = 3;
654      this.resetButton.Text = "&Reset";
655      this.resetButton.UseVisualStyleBackColor = true;
656      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
657      //
658      // cloneEngineButton
659      //
660      this.cloneEngineButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
661      this.cloneEngineButton.Location = new System.Drawing.Point(420, 529);
662      this.cloneEngineButton.Name = "cloneEngineButton";
663      this.cloneEngineButton.Size = new System.Drawing.Size(106, 23);
664      this.cloneEngineButton.TabIndex = 4;
665      this.cloneEngineButton.Text = "&Clone Engine...";
666      this.cloneEngineButton.UseVisualStyleBackColor = true;
667      this.cloneEngineButton.Click += new System.EventHandler(this.cloneEngineButton_Click);
668      //
669      // dampeningFactorLabel
670      //
671      this.dampeningFactorLabel.Anchor = System.Windows.Forms.AnchorStyles.Top;
672      this.dampeningFactorLabel.AutoSize = true;
673      this.dampeningFactorLabel.Location = new System.Drawing.Point(7, 74);
674      this.dampeningFactorLabel.Name = "dampeningFactorLabel";
675      this.dampeningFactorLabel.Size = new System.Drawing.Size(97, 13);
676      this.dampeningFactorLabel.TabIndex = 18;
677      this.dampeningFactorLabel.Text = "Dampening Factor:";
678      //
679      // dampeningFactorTextBox
680      //
681      this.dampeningFactorTextBox.Anchor = System.Windows.Forms.AnchorStyles.Top;
682      this.dampeningFactorTextBox.Location = new System.Drawing.Point(150, 71);
683      this.dampeningFactorTextBox.Name = "dampeningFactorTextBox";
684      this.dampeningFactorTextBox.Size = new System.Drawing.Size(180, 20);
685      this.dampeningFactorTextBox.TabIndex = 19;
686      //
687      // ESEditor
688      //
689      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
690      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
691      this.Controls.Add(this.tabControl);
692      this.Controls.Add(this.cloneEngineButton);
693      this.Controls.Add(this.resetButton);
694      this.Controls.Add(this.abortButton);
695      this.Controls.Add(this.executeButton);
696      this.Name = "ESEditor";
697      this.Size = new System.Drawing.Size(526, 552);
698      this.tabControl.ResumeLayout(false);
699      this.parametersTabPage.ResumeLayout(false);
700      this.parametersTabPage.PerformLayout();
701      this.successRuleGroupBox.ResumeLayout(false);
702      this.successRuleGroupBox.PerformLayout();
703      this.parentSelectionGroupBox.ResumeLayout(false);
704      this.parentSelectionGroupBox.PerformLayout();
705      this.scopesTabPage.ResumeLayout(false);
706      this.ResumeLayout(false);
707
708    }
709
710    #endregion
711
712    private System.Windows.Forms.Button executeButton;
713    private System.Windows.Forms.TabControl tabControl;
714    private System.Windows.Forms.TabPage parametersTabPage;
715    private System.Windows.Forms.Button abortButton;
716    private System.Windows.Forms.Button resetButton;
717    private System.Windows.Forms.TextBox lambdaTextBox;
718    private System.Windows.Forms.Label mutationRateLabel;
719    private System.Windows.Forms.TextBox muTextBox;
720    private System.Windows.Forms.Label populationSizeLabel;
721    private System.Windows.Forms.TabPage scopesTabPage;
722    private System.Windows.Forms.TextBox maximumGenerationsTextBox;
723    private System.Windows.Forms.Label maximumGenerationsLabel;
724    private System.Windows.Forms.TextBox initialMutationStrengthTextBox;
725    private System.Windows.Forms.Label initialMutationStrengthLabel;
726    private System.Windows.Forms.TextBox randomSeedTextBox;
727    private System.Windows.Forms.Label setRandomSeedRandomlyLabel;
728    private System.Windows.Forms.Label randomSeedLabel;
729    private System.Windows.Forms.CheckBox setRandomSeedRandomlyCheckBox;
730    private System.Windows.Forms.Label problemInitializationLabel;
731    private System.Windows.Forms.Label evaluationLabel;
732    private System.Windows.Forms.Label mutationLabel;
733    private System.Windows.Forms.Label solutionGenerationLabel;
734    private System.Windows.Forms.Button cloneEngineButton;
735    private System.Windows.Forms.TextBox mutationTextBox;
736    private System.Windows.Forms.TextBox solutionGenerationTextBox;
737    private System.Windows.Forms.TextBox problemInitializationTextBox;
738    private System.Windows.Forms.TextBox evaluationTextBox;
739    private System.Windows.Forms.Button setProblemInitializationButton;
740    private System.Windows.Forms.Button setEvaluationButton;
741    private System.Windows.Forms.Button setMutationButton;
742    private System.Windows.Forms.Button setSolutionGenerationButton;
743    private HeuristicLab.Core.ScopeView scopeView;
744    private System.Windows.Forms.Button viewEvaluationButton;
745    private System.Windows.Forms.Button viewMutationButton;
746    private System.Windows.Forms.Button viewSolutionGenerationButton;
747    private System.Windows.Forms.Button viewProblemInitializationButton;
748    private System.Windows.Forms.TextBox targetSuccessRateTextBox;
749    private System.Windows.Forms.Label targetSuccessRateLabel;
750    private System.Windows.Forms.CheckBox useSuccessRuleCheckBox;
751    private System.Windows.Forms.Button setRecombinationButton;
752    private System.Windows.Forms.Button viewRecombinationButton;
753    private System.Windows.Forms.TextBox recombinationTextBox;
754    private System.Windows.Forms.Label recombinationLabel;
755    private System.Windows.Forms.TextBox rhoTextBox;
756    private System.Windows.Forms.Label rhoLabel;
757    private System.Windows.Forms.GroupBox parentSelectionGroupBox;
758    private System.Windows.Forms.RadioButton commaRadioButton;
759    private System.Windows.Forms.RadioButton plusRadioButton;
760    private System.Windows.Forms.GroupBox successRuleGroupBox;
761    private System.Windows.Forms.TextBox learningRateTextBox;
762    private System.Windows.Forms.Label label1;
763    private System.Windows.Forms.TextBox dampeningFactorTextBox;
764    private System.Windows.Forms.Label dampeningFactorLabel;
765  }
766}
Note: See TracBrowser for help on using the repository browser.