Free cookie consent management tool by TermsFeed Policy Generator

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

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

Added the possibility to use Recombination in ES (ticket #64)

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