Free cookie consent management tool by TermsFeed Policy Generator

source: branches/plugins/HeuristicLab.GP.StructureIdentification/3.2/OffSpringSelectionGpEditor.Designer.cs @ 2522

Last change on this file since 2522 was 1201, checked in by gkronber, 16 years ago

implemented hard-coded GP with offspring selection for regression problems. #224 (Simple frontend for GP for non-expert users (similar to HeurisicLab.SGA))

File size: 20.6 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.GP.StructureIdentification {
23  partial class OffspringSelectionGpEditor {
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.viewProblemInitializationButton = new System.Windows.Forms.Button();
52      this.setProblemInitializationButton = new System.Windows.Forms.Button();
53      this.problemInitializationTextBox = new System.Windows.Forms.TextBox();
54      this.setRandomSeedRandomlyCheckBox = new System.Windows.Forms.CheckBox();
55      this.elitesTextBox = new System.Windows.Forms.TextBox();
56      this.problemInitializationLabel = new System.Windows.Forms.Label();
57      this.elitesLabel = new System.Windows.Forms.Label();
58      this.mutationRateTextBox = new System.Windows.Forms.TextBox();
59      this.mutationRateLabel = new System.Windows.Forms.Label();
60      this.maximumGenerationsTextBox = new System.Windows.Forms.TextBox();
61      this.maximumGenerationsLabel = new System.Windows.Forms.Label();
62      this.randomSeedTextBox = new System.Windows.Forms.TextBox();
63      this.populationSizeTextBox = new System.Windows.Forms.TextBox();
64      this.setRandomSeedRandomlyLabel = new System.Windows.Forms.Label();
65      this.randomSeedLabel = new System.Windows.Forms.Label();
66      this.populationSizeLabel = new System.Windows.Forms.Label();
67      this.scopesTabPage = new System.Windows.Forms.TabPage();
68      this.scopeView = new HeuristicLab.Core.ScopeView();
69      this.abortButton = new System.Windows.Forms.Button();
70      this.resetButton = new System.Windows.Forms.Button();
71      this.cloneEngineButton = new System.Windows.Forms.Button();
72      this.selectionPressureTextBox = new System.Windows.Forms.TextBox();
73      this.selectionPressureLabel = new System.Windows.Forms.Label();
74      this.tabControl.SuspendLayout();
75      this.parametersTabPage.SuspendLayout();
76      this.scopesTabPage.SuspendLayout();
77      this.SuspendLayout();
78      //
79      // executeButton
80      //
81      this.executeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
82      this.executeButton.Location = new System.Drawing.Point(0, 396);
83      this.executeButton.Name = "executeButton";
84      this.executeButton.Size = new System.Drawing.Size(75, 23);
85      this.executeButton.TabIndex = 1;
86      this.executeButton.Text = "&Execute";
87      this.executeButton.UseVisualStyleBackColor = true;
88      this.executeButton.Click += new System.EventHandler(this.executeButton_Click);
89      //
90      // tabControl
91      //
92      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
93                  | System.Windows.Forms.AnchorStyles.Left)
94                  | System.Windows.Forms.AnchorStyles.Right)));
95      this.tabControl.Controls.Add(this.parametersTabPage);
96      this.tabControl.Controls.Add(this.scopesTabPage);
97      this.tabControl.Location = new System.Drawing.Point(0, 0);
98      this.tabControl.Name = "tabControl";
99      this.tabControl.SelectedIndex = 0;
100      this.tabControl.Size = new System.Drawing.Size(526, 390);
101      this.tabControl.TabIndex = 0;
102      //
103      // parametersTabPage
104      //
105      this.parametersTabPage.Controls.Add(this.selectionPressureTextBox);
106      this.parametersTabPage.Controls.Add(this.selectionPressureLabel);
107      this.parametersTabPage.Controls.Add(this.viewProblemInitializationButton);
108      this.parametersTabPage.Controls.Add(this.setProblemInitializationButton);
109      this.parametersTabPage.Controls.Add(this.problemInitializationTextBox);
110      this.parametersTabPage.Controls.Add(this.setRandomSeedRandomlyCheckBox);
111      this.parametersTabPage.Controls.Add(this.elitesTextBox);
112      this.parametersTabPage.Controls.Add(this.problemInitializationLabel);
113      this.parametersTabPage.Controls.Add(this.elitesLabel);
114      this.parametersTabPage.Controls.Add(this.mutationRateTextBox);
115      this.parametersTabPage.Controls.Add(this.mutationRateLabel);
116      this.parametersTabPage.Controls.Add(this.maximumGenerationsTextBox);
117      this.parametersTabPage.Controls.Add(this.maximumGenerationsLabel);
118      this.parametersTabPage.Controls.Add(this.randomSeedTextBox);
119      this.parametersTabPage.Controls.Add(this.populationSizeTextBox);
120      this.parametersTabPage.Controls.Add(this.setRandomSeedRandomlyLabel);
121      this.parametersTabPage.Controls.Add(this.randomSeedLabel);
122      this.parametersTabPage.Controls.Add(this.populationSizeLabel);
123      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
124      this.parametersTabPage.Name = "parametersTabPage";
125      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
126      this.parametersTabPage.Size = new System.Drawing.Size(518, 364);
127      this.parametersTabPage.TabIndex = 0;
128      this.parametersTabPage.Text = "Parameters";
129      this.parametersTabPage.UseVisualStyleBackColor = true;
130      //
131      // viewProblemInitializationButton
132      //
133      this.viewProblemInitializationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
134      this.viewProblemInitializationButton.Location = new System.Drawing.Point(410, 241);
135      this.viewProblemInitializationButton.Name = "viewProblemInitializationButton";
136      this.viewProblemInitializationButton.Size = new System.Drawing.Size(53, 20);
137      this.viewProblemInitializationButton.TabIndex = 14;
138      this.viewProblemInitializationButton.Text = "View...";
139      this.viewProblemInitializationButton.UseVisualStyleBackColor = true;
140      this.viewProblemInitializationButton.Click += new System.EventHandler(this.viewProblemInjectorButton_Click);
141      //
142      // setProblemInitializationButton
143      //
144      this.setProblemInitializationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
145      this.setProblemInitializationButton.Location = new System.Drawing.Point(469, 241);
146      this.setProblemInitializationButton.Name = "setProblemInitializationButton";
147      this.setProblemInitializationButton.Size = new System.Drawing.Size(43, 20);
148      this.setProblemInitializationButton.TabIndex = 15;
149      this.setProblemInitializationButton.Text = "Set...";
150      this.setProblemInitializationButton.UseVisualStyleBackColor = true;
151      this.setProblemInitializationButton.Click += new System.EventHandler(this.setProblemInitializationButton_Click);
152      //
153      // problemInitializationTextBox
154      //
155      this.problemInitializationTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
156      this.problemInitializationTextBox.Location = new System.Drawing.Point(218, 241);
157      this.problemInitializationTextBox.Name = "problemInitializationTextBox";
158      this.problemInitializationTextBox.ReadOnly = true;
159      this.problemInitializationTextBox.Size = new System.Drawing.Size(186, 20);
160      this.problemInitializationTextBox.TabIndex = 13;
161      //
162      // setRandomSeedRandomlyCheckBox
163      //
164      this.setRandomSeedRandomlyCheckBox.Anchor = System.Windows.Forms.AnchorStyles.None;
165      this.setRandomSeedRandomlyCheckBox.AutoSize = true;
166      this.setRandomSeedRandomlyCheckBox.Location = new System.Drawing.Point(218, 6);
167      this.setRandomSeedRandomlyCheckBox.Name = "setRandomSeedRandomlyCheckBox";
168      this.setRandomSeedRandomlyCheckBox.Size = new System.Drawing.Size(15, 14);
169      this.setRandomSeedRandomlyCheckBox.TabIndex = 1;
170      this.setRandomSeedRandomlyCheckBox.UseVisualStyleBackColor = true;
171      //
172      // elitesTextBox
173      //
174      this.elitesTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
175      this.elitesTextBox.Location = new System.Drawing.Point(218, 182);
176      this.elitesTextBox.Name = "elitesTextBox";
177      this.elitesTextBox.Size = new System.Drawing.Size(186, 20);
178      this.elitesTextBox.TabIndex = 11;
179      //
180      // problemInitializationLabel
181      //
182      this.problemInitializationLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
183      this.problemInitializationLabel.AutoSize = true;
184      this.problemInitializationLabel.Location = new System.Drawing.Point(65, 244);
185      this.problemInitializationLabel.Name = "problemInitializationLabel";
186      this.problemInitializationLabel.Size = new System.Drawing.Size(105, 13);
187      this.problemInitializationLabel.TabIndex = 12;
188      this.problemInitializationLabel.Text = "&Problem Initialization:";
189      //
190      // elitesLabel
191      //
192      this.elitesLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
193      this.elitesLabel.AutoSize = true;
194      this.elitesLabel.Location = new System.Drawing.Point(66, 185);
195      this.elitesLabel.Name = "elitesLabel";
196      this.elitesLabel.Size = new System.Drawing.Size(35, 13);
197      this.elitesLabel.TabIndex = 10;
198      this.elitesLabel.Text = "&Elites:";
199      //
200      // mutationRateTextBox
201      //
202      this.mutationRateTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
203      this.mutationRateTextBox.Location = new System.Drawing.Point(218, 156);
204      this.mutationRateTextBox.Name = "mutationRateTextBox";
205      this.mutationRateTextBox.Size = new System.Drawing.Size(186, 20);
206      this.mutationRateTextBox.TabIndex = 9;
207      //
208      // mutationRateLabel
209      //
210      this.mutationRateLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
211      this.mutationRateLabel.AutoSize = true;
212      this.mutationRateLabel.Location = new System.Drawing.Point(66, 159);
213      this.mutationRateLabel.Name = "mutationRateLabel";
214      this.mutationRateLabel.Size = new System.Drawing.Size(77, 13);
215      this.mutationRateLabel.TabIndex = 8;
216      this.mutationRateLabel.Text = "&Mutation Rate:";
217      //
218      // maximumGenerationsTextBox
219      //
220      this.maximumGenerationsTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
221      this.maximumGenerationsTextBox.Location = new System.Drawing.Point(218, 104);
222      this.maximumGenerationsTextBox.Name = "maximumGenerationsTextBox";
223      this.maximumGenerationsTextBox.Size = new System.Drawing.Size(186, 20);
224      this.maximumGenerationsTextBox.TabIndex = 7;
225      //
226      // maximumGenerationsLabel
227      //
228      this.maximumGenerationsLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
229      this.maximumGenerationsLabel.AutoSize = true;
230      this.maximumGenerationsLabel.Location = new System.Drawing.Point(65, 107);
231      this.maximumGenerationsLabel.Name = "maximumGenerationsLabel";
232      this.maximumGenerationsLabel.Size = new System.Drawing.Size(114, 13);
233      this.maximumGenerationsLabel.TabIndex = 6;
234      this.maximumGenerationsLabel.Text = "Maximum &Generations:";
235      //
236      // randomSeedTextBox
237      //
238      this.randomSeedTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
239      this.randomSeedTextBox.Location = new System.Drawing.Point(218, 26);
240      this.randomSeedTextBox.Name = "randomSeedTextBox";
241      this.randomSeedTextBox.Size = new System.Drawing.Size(186, 20);
242      this.randomSeedTextBox.TabIndex = 3;
243      //
244      // populationSizeTextBox
245      //
246      this.populationSizeTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
247      this.populationSizeTextBox.Location = new System.Drawing.Point(218, 78);
248      this.populationSizeTextBox.Name = "populationSizeTextBox";
249      this.populationSizeTextBox.Size = new System.Drawing.Size(186, 20);
250      this.populationSizeTextBox.TabIndex = 5;
251      //
252      // setRandomSeedRandomlyLabel
253      //
254      this.setRandomSeedRandomlyLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
255      this.setRandomSeedRandomlyLabel.AutoSize = true;
256      this.setRandomSeedRandomlyLabel.Location = new System.Drawing.Point(65, 6);
257      this.setRandomSeedRandomlyLabel.Name = "setRandomSeedRandomlyLabel";
258      this.setRandomSeedRandomlyLabel.Size = new System.Drawing.Size(147, 13);
259      this.setRandomSeedRandomlyLabel.TabIndex = 0;
260      this.setRandomSeedRandomlyLabel.Text = "Set &Random Seed Randomly:";
261      //
262      // randomSeedLabel
263      //
264      this.randomSeedLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
265      this.randomSeedLabel.AutoSize = true;
266      this.randomSeedLabel.Location = new System.Drawing.Point(65, 29);
267      this.randomSeedLabel.Name = "randomSeedLabel";
268      this.randomSeedLabel.Size = new System.Drawing.Size(78, 13);
269      this.randomSeedLabel.TabIndex = 2;
270      this.randomSeedLabel.Text = "&Random Seed:";
271      //
272      // populationSizeLabel
273      //
274      this.populationSizeLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
275      this.populationSizeLabel.AutoSize = true;
276      this.populationSizeLabel.Location = new System.Drawing.Point(65, 81);
277      this.populationSizeLabel.Name = "populationSizeLabel";
278      this.populationSizeLabel.Size = new System.Drawing.Size(83, 13);
279      this.populationSizeLabel.TabIndex = 4;
280      this.populationSizeLabel.Text = "&Population Size:";
281      //
282      // scopesTabPage
283      //
284      this.scopesTabPage.Controls.Add(this.scopeView);
285      this.scopesTabPage.Location = new System.Drawing.Point(4, 22);
286      this.scopesTabPage.Name = "scopesTabPage";
287      this.scopesTabPage.Padding = new System.Windows.Forms.Padding(3);
288      this.scopesTabPage.Size = new System.Drawing.Size(518, 364);
289      this.scopesTabPage.TabIndex = 2;
290      this.scopesTabPage.Text = "Scopes";
291      this.scopesTabPage.UseVisualStyleBackColor = true;
292      //
293      // scopeView
294      //
295      this.scopeView.Caption = "Scope";
296      this.scopeView.Dock = System.Windows.Forms.DockStyle.Fill;
297      this.scopeView.Location = new System.Drawing.Point(3, 3);
298      this.scopeView.Name = "scopeView";
299      this.scopeView.Scope = null;
300      this.scopeView.Size = new System.Drawing.Size(512, 358);
301      this.scopeView.TabIndex = 0;
302      //
303      // abortButton
304      //
305      this.abortButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
306      this.abortButton.Enabled = false;
307      this.abortButton.Location = new System.Drawing.Point(81, 396);
308      this.abortButton.Name = "abortButton";
309      this.abortButton.Size = new System.Drawing.Size(75, 23);
310      this.abortButton.TabIndex = 2;
311      this.abortButton.Text = "&Abort";
312      this.abortButton.UseVisualStyleBackColor = true;
313      this.abortButton.Click += new System.EventHandler(this.abortButton_Click);
314      //
315      // resetButton
316      //
317      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
318      this.resetButton.Location = new System.Drawing.Point(162, 396);
319      this.resetButton.Name = "resetButton";
320      this.resetButton.Size = new System.Drawing.Size(75, 23);
321      this.resetButton.TabIndex = 3;
322      this.resetButton.Text = "&Reset";
323      this.resetButton.UseVisualStyleBackColor = true;
324      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
325      //
326      // cloneEngineButton
327      //
328      this.cloneEngineButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
329      this.cloneEngineButton.Location = new System.Drawing.Point(420, 396);
330      this.cloneEngineButton.Name = "cloneEngineButton";
331      this.cloneEngineButton.Size = new System.Drawing.Size(106, 23);
332      this.cloneEngineButton.TabIndex = 4;
333      this.cloneEngineButton.Text = "&Clone Engine...";
334      this.cloneEngineButton.UseVisualStyleBackColor = true;
335      this.cloneEngineButton.Click += new System.EventHandler(this.cloneEngineButton_Click);
336      //
337      // selectionPressureTextBox
338      //
339      this.selectionPressureTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
340      this.selectionPressureTextBox.Location = new System.Drawing.Point(218, 130);
341      this.selectionPressureTextBox.Name = "selectionPressureTextBox";
342      this.selectionPressureTextBox.Size = new System.Drawing.Size(186, 20);
343      this.selectionPressureTextBox.TabIndex = 17;
344      //
345      // selectionPressureLabel
346      //
347      this.selectionPressureLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
348      this.selectionPressureLabel.AutoSize = true;
349      this.selectionPressureLabel.Location = new System.Drawing.Point(65, 133);
350      this.selectionPressureLabel.Name = "selectionPressureLabel";
351      this.selectionPressureLabel.Size = new System.Drawing.Size(145, 13);
352      this.selectionPressureLabel.TabIndex = 16;
353      this.selectionPressureLabel.Text = "Maximum &Selection Pressure:";
354      //
355      // OffspringSelectionGpEditor
356      //
357      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
358      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
359      this.Controls.Add(this.tabControl);
360      this.Controls.Add(this.cloneEngineButton);
361      this.Controls.Add(this.resetButton);
362      this.Controls.Add(this.abortButton);
363      this.Controls.Add(this.executeButton);
364      this.Name = "OffspringSelectionGpEditor";
365      this.Size = new System.Drawing.Size(526, 419);
366      this.tabControl.ResumeLayout(false);
367      this.parametersTabPage.ResumeLayout(false);
368      this.parametersTabPage.PerformLayout();
369      this.scopesTabPage.ResumeLayout(false);
370      this.ResumeLayout(false);
371
372    }
373
374    #endregion
375
376    private System.Windows.Forms.Button executeButton;
377    private System.Windows.Forms.TabControl tabControl;
378    private System.Windows.Forms.TabPage parametersTabPage;
379    private System.Windows.Forms.Button abortButton;
380    private System.Windows.Forms.Button resetButton;
381    private System.Windows.Forms.TextBox mutationRateTextBox;
382    private System.Windows.Forms.Label mutationRateLabel;
383    private System.Windows.Forms.TextBox populationSizeTextBox;
384    private System.Windows.Forms.Label populationSizeLabel;
385    private System.Windows.Forms.TabPage scopesTabPage;
386    private System.Windows.Forms.TextBox maximumGenerationsTextBox;
387    private System.Windows.Forms.Label maximumGenerationsLabel;
388    private System.Windows.Forms.TextBox elitesTextBox;
389    private System.Windows.Forms.Label elitesLabel;
390    private System.Windows.Forms.TextBox randomSeedTextBox;
391    private System.Windows.Forms.Label setRandomSeedRandomlyLabel;
392    private System.Windows.Forms.Label randomSeedLabel;
393    private System.Windows.Forms.CheckBox setRandomSeedRandomlyCheckBox;
394    private System.Windows.Forms.Label problemInitializationLabel;
395    private System.Windows.Forms.Button cloneEngineButton;
396    private System.Windows.Forms.TextBox problemInitializationTextBox;
397    private System.Windows.Forms.Button setProblemInitializationButton;
398    private HeuristicLab.Core.ScopeView scopeView;
399    private System.Windows.Forms.Button viewProblemInitializationButton;
400    private System.Windows.Forms.TextBox selectionPressureTextBox;
401    private System.Windows.Forms.Label selectionPressureLabel;
402  }
403}
Note: See TracBrowser for help on using the repository browser.