Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/VariableView.Designer.cs @ 17069

Last change on this file since 17069 was 17069, checked in by mkommend, 5 years ago

#2978: Merged 16501-16506 into stable.

File size: 18.5 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2018 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.Problems.DataAnalysis.Symbolic.Views {
23  partial class VariableView {
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 (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.weightMuLabel = new System.Windows.Forms.Label();
48      this.weightInitializationMuTextBox = new System.Windows.Forms.TextBox();
49      this.initializationGroupBox = new System.Windows.Forms.GroupBox();
50      this.weightSigmaLabel = new System.Windows.Forms.Label();
51      this.weightInitializationSigmaTextBox = new System.Windows.Forms.TextBox();
52      this.mutationGroupBox = new System.Windows.Forms.GroupBox();
53      this.varChangeProbTextBox = new System.Windows.Forms.TextBox();
54      this.varChangeProbLabel = new System.Windows.Forms.Label();
55      this.multiplicativeWeightChangeLabel = new System.Windows.Forms.Label();
56      this.multiplicativeWeightChangeSigmaTextBox = new System.Windows.Forms.TextBox();
57      this.additiveWeightChangeLabel = new System.Windows.Forms.Label();
58      this.additiveWeightChangeSigmaTextBox = new System.Windows.Forms.TextBox();
59      this.tabControl = new System.Windows.Forms.TabControl();
60      this.variableNamesTabPage = new System.Windows.Forms.TabPage();
61      this.parametersTabPage = new System.Windows.Forms.TabPage();
62      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
63      this.initializationGroupBox.SuspendLayout();
64      this.mutationGroupBox.SuspendLayout();
65      this.tabControl.SuspendLayout();
66      this.parametersTabPage.SuspendLayout();
67      this.SuspendLayout();
68      //
69      // initialFrequencyLabel
70      //
71      this.initialFrequencyLabel.TabIndex = 2;
72      this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees");
73      //
74      // initialFrequencyTextBox
75      //
76      this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
77      this.initialFrequencyTextBox.Size = new System.Drawing.Size(311, 20);
78      this.initialFrequencyTextBox.TabIndex = 3;
79      //
80      // enabledCheckBox
81      //
82      this.enabledCheckBox.TabIndex = 8;
83      //
84      // minimumArityLabel
85      //
86      this.minimumArityLabel.TabIndex = 4;
87      this.toolTip.SetToolTip(this.minimumArityLabel, "The minimum arity of the symbol");
88      //
89      // maximumArityLabel
90      //
91      this.toolTip.SetToolTip(this.maximumArityLabel, "The maximum arity of the symbol");
92      //
93      // minimumArityTextBox
94      //
95      this.errorProvider.SetIconAlignment(this.minimumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
96      this.minimumArityTextBox.Size = new System.Drawing.Size(311, 20);
97      this.minimumArityTextBox.TabIndex = 5;
98      //
99      // maximumArityTextBox
100      //
101      this.errorProvider.SetIconAlignment(this.maximumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
102      this.maximumArityTextBox.Size = new System.Drawing.Size(311, 20);
103      //
104      // nameTextBox
105      //
106      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
107      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
108      this.nameTextBox.Size = new System.Drawing.Size(290, 20);
109      //
110      // infoLabel
111      //
112      this.infoLabel.Location = new System.Drawing.Point(389, 3);
113      //
114      // weightMuLabel
115      //
116      this.weightMuLabel.AutoSize = true;
117      this.weightMuLabel.Location = new System.Drawing.Point(6, 22);
118      this.weightMuLabel.Name = "weightMuLabel";
119      this.weightMuLabel.Size = new System.Drawing.Size(67, 13);
120      this.weightMuLabel.TabIndex = 0;
121      this.weightMuLabel.Text = "Weight (mu):";
122      this.toolTip.SetToolTip(this.weightMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
123      //
124      // weightInitializationMuTextBox
125      //
126      this.weightInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
127            | System.Windows.Forms.AnchorStyles.Right)));
128      this.weightInitializationMuTextBox.Location = new System.Drawing.Point(92, 19);
129      this.weightInitializationMuTextBox.Name = "weightInitializationMuTextBox";
130      this.weightInitializationMuTextBox.Size = new System.Drawing.Size(290, 20);
131      this.weightInitializationMuTextBox.TabIndex = 1;
132      this.toolTip.SetToolTip(this.weightInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
133        "al weights.");
134      this.weightInitializationMuTextBox.TextChanged += new System.EventHandler(this.WeightMuTextBox_TextChanged);
135      //
136      // initializationGroupBox
137      //
138      this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
139            | System.Windows.Forms.AnchorStyles.Right)));
140      this.initializationGroupBox.Controls.Add(this.weightSigmaLabel);
141      this.initializationGroupBox.Controls.Add(this.weightInitializationSigmaTextBox);
142      this.initializationGroupBox.Controls.Add(this.weightMuLabel);
143      this.initializationGroupBox.Controls.Add(this.weightInitializationMuTextBox);
144      this.initializationGroupBox.Location = new System.Drawing.Point(6, 6);
145      this.initializationGroupBox.Name = "initializationGroupBox";
146      this.initializationGroupBox.Size = new System.Drawing.Size(388, 73);
147      this.initializationGroupBox.TabIndex = 0;
148      this.initializationGroupBox.TabStop = false;
149      this.initializationGroupBox.Text = "Initialization";
150      //
151      // weightSigmaLabel
152      //
153      this.weightSigmaLabel.AutoSize = true;
154      this.weightSigmaLabel.Location = new System.Drawing.Point(6, 48);
155      this.weightSigmaLabel.Name = "weightSigmaLabel";
156      this.weightSigmaLabel.Size = new System.Drawing.Size(80, 13);
157      this.weightSigmaLabel.TabIndex = 2;
158      this.weightSigmaLabel.Text = "Weight (sigma):";
159      this.toolTip.SetToolTip(this.weightSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
160      //
161      // weightInitializationSigmaTextBox
162      //
163      this.weightInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
164            | System.Windows.Forms.AnchorStyles.Right)));
165      this.weightInitializationSigmaTextBox.Location = new System.Drawing.Point(92, 45);
166      this.weightInitializationSigmaTextBox.Name = "weightInitializationSigmaTextBox";
167      this.weightInitializationSigmaTextBox.Size = new System.Drawing.Size(290, 20);
168      this.weightInitializationSigmaTextBox.TabIndex = 3;
169      this.toolTip.SetToolTip(this.weightInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
170        "weights.");
171      this.weightInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.WeightSigmaTextBox_TextChanged);
172      //
173      // mutationGroupBox
174      //
175      this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
176            | System.Windows.Forms.AnchorStyles.Right)));
177      this.mutationGroupBox.Controls.Add(this.varChangeProbTextBox);
178      this.mutationGroupBox.Controls.Add(this.varChangeProbLabel);
179      this.mutationGroupBox.Controls.Add(this.multiplicativeWeightChangeLabel);
180      this.mutationGroupBox.Controls.Add(this.multiplicativeWeightChangeSigmaTextBox);
181      this.mutationGroupBox.Controls.Add(this.additiveWeightChangeLabel);
182      this.mutationGroupBox.Controls.Add(this.additiveWeightChangeSigmaTextBox);
183      this.mutationGroupBox.Location = new System.Drawing.Point(6, 85);
184      this.mutationGroupBox.Name = "mutationGroupBox";
185      this.mutationGroupBox.Size = new System.Drawing.Size(391, 97);
186      this.mutationGroupBox.TabIndex = 1;
187      this.mutationGroupBox.TabStop = false;
188      this.mutationGroupBox.Text = "Mutation";
189      //
190      // varChangeProbTextBox
191      //
192      this.varChangeProbTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
193            | System.Windows.Forms.AnchorStyles.Right)));
194      this.varChangeProbTextBox.Location = new System.Drawing.Point(201, 13);
195      this.varChangeProbTextBox.Name = "varChangeProbTextBox";
196      this.varChangeProbTextBox.Size = new System.Drawing.Size(184, 20);
197      this.varChangeProbTextBox.TabIndex = 1;
198      this.toolTip.SetToolTip(this.varChangeProbTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
199        "change in weight.");
200      this.varChangeProbTextBox.TextChanged += new System.EventHandler(this.VarProbTextBox_TextChanged);
201      //
202      // varChangeProbLabel
203      //
204      this.varChangeProbLabel.AutoSize = true;
205      this.varChangeProbLabel.Location = new System.Drawing.Point(6, 16);
206      this.varChangeProbLabel.Name = "varChangeProbLabel";
207      this.varChangeProbLabel.Size = new System.Drawing.Size(134, 13);
208      this.varChangeProbLabel.TabIndex = 0;
209      this.varChangeProbLabel.Text = "Variable change probability";
210      this.toolTip.SetToolTip(this.varChangeProbLabel, "The probability of changing the referenced variable in [0..1]. Variable reference" +
211        "s are sampled uniformly.");
212      //
213      // multiplicativeWeightChangeLabel
214      //
215      this.multiplicativeWeightChangeLabel.AutoSize = true;
216      this.multiplicativeWeightChangeLabel.Location = new System.Drawing.Point(6, 68);
217      this.multiplicativeWeightChangeLabel.Name = "multiplicativeWeightChangeLabel";
218      this.multiplicativeWeightChangeLabel.Size = new System.Drawing.Size(180, 13);
219      this.multiplicativeWeightChangeLabel.TabIndex = 4;
220      this.multiplicativeWeightChangeLabel.Text = "Multiplicative weight change (sigma):";
221      this.toolTip.SetToolTip(this.multiplicativeWeightChangeLabel, "The sigma parameter for the normal distribution to use to sample a multiplicative" +
222        " change in weight.");
223      //
224      // multiplicativeWeightChangeSigmaTextBox
225      //
226      this.multiplicativeWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
227            | System.Windows.Forms.AnchorStyles.Right)));
228      this.multiplicativeWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 65);
229      this.multiplicativeWeightChangeSigmaTextBox.Name = "multiplicativeWeightChangeSigmaTextBox";
230      this.multiplicativeWeightChangeSigmaTextBox.Size = new System.Drawing.Size(184, 20);
231      this.multiplicativeWeightChangeSigmaTextBox.TabIndex = 5;
232      this.toolTip.SetToolTip(this.multiplicativeWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample a multiplica" +
233        "tive change in weight.");
234      this.multiplicativeWeightChangeSigmaTextBox.TextChanged += new System.EventHandler(this.MultiplicativeWeightChangeSigmaTextBox_TextChanged);
235      //
236      // additiveWeightChangeLabel
237      //
238      this.additiveWeightChangeLabel.AutoSize = true;
239      this.additiveWeightChangeLabel.Location = new System.Drawing.Point(6, 42);
240      this.additiveWeightChangeLabel.Name = "additiveWeightChangeLabel";
241      this.additiveWeightChangeLabel.Size = new System.Drawing.Size(157, 13);
242      this.additiveWeightChangeLabel.TabIndex = 2;
243      this.additiveWeightChangeLabel.Text = "Additive weight change (sigma):";
244      this.toolTip.SetToolTip(this.additiveWeightChangeLabel, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
245        "change in weight.");
246      //
247      // additiveWeightChangeSigmaTextBox
248      //
249      this.additiveWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
250            | System.Windows.Forms.AnchorStyles.Right)));
251      this.additiveWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 39);
252      this.additiveWeightChangeSigmaTextBox.Name = "additiveWeightChangeSigmaTextBox";
253      this.additiveWeightChangeSigmaTextBox.Size = new System.Drawing.Size(184, 20);
254      this.additiveWeightChangeSigmaTextBox.TabIndex = 3;
255      this.toolTip.SetToolTip(this.additiveWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
256        "change in weight.");
257      this.additiveWeightChangeSigmaTextBox.TextChanged += new System.EventHandler(this.AdditiveWeightChangeSigmaTextBox_TextChanged);
258      //
259      // tabControl
260      //
261      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
262            | System.Windows.Forms.AnchorStyles.Left)
263            | System.Windows.Forms.AnchorStyles.Right)));
264      this.tabControl.Controls.Add(this.variableNamesTabPage);
265      this.tabControl.Controls.Add(this.parametersTabPage);
266      this.tabControl.Location = new System.Drawing.Point(0, 127);
267      this.tabControl.Name = "tabControl";
268      this.tabControl.SelectedIndex = 0;
269      this.tabControl.Size = new System.Drawing.Size(408, 216);
270      this.tabControl.TabIndex = 9;
271      //
272      // variableNamesTabPage
273      //
274      this.variableNamesTabPage.BackColor = System.Drawing.SystemColors.Window;
275      this.variableNamesTabPage.Location = new System.Drawing.Point(4, 22);
276      this.variableNamesTabPage.Name = "variableNamesTabPage";
277      this.variableNamesTabPage.Padding = new System.Windows.Forms.Padding(3);
278      this.variableNamesTabPage.Size = new System.Drawing.Size(400, 190);
279      this.variableNamesTabPage.TabIndex = 0;
280      this.variableNamesTabPage.Text = "Variable Names";
281      //
282      // parametersTabPage
283      //
284      this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
285      this.parametersTabPage.Controls.Add(this.mutationGroupBox);
286      this.parametersTabPage.Controls.Add(this.initializationGroupBox);
287      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
288      this.parametersTabPage.Name = "parametersTabPage";
289      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
290      this.parametersTabPage.Size = new System.Drawing.Size(400, 190);
291      this.parametersTabPage.TabIndex = 1;
292      this.parametersTabPage.Text = "Parameters";
293      //
294      // VariableView
295      //
296      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
297      this.Controls.Add(this.tabControl);
298      this.Name = "VariableView";
299      this.Size = new System.Drawing.Size(408, 346);
300      this.Controls.SetChildIndex(this.enabledCheckBox, 0);
301      this.Controls.SetChildIndex(this.maximumArityLabel, 0);
302      this.Controls.SetChildIndex(this.maximumArityTextBox, 0);
303      this.Controls.SetChildIndex(this.minimumArityLabel, 0);
304      this.Controls.SetChildIndex(this.minimumArityTextBox, 0);
305      this.Controls.SetChildIndex(this.infoLabel, 0);
306      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
307      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
308      this.Controls.SetChildIndex(this.nameLabel, 0);
309      this.Controls.SetChildIndex(this.nameTextBox, 0);
310      this.Controls.SetChildIndex(this.tabControl, 0);
311      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
312      this.initializationGroupBox.ResumeLayout(false);
313      this.initializationGroupBox.PerformLayout();
314      this.mutationGroupBox.ResumeLayout(false);
315      this.mutationGroupBox.PerformLayout();
316      this.tabControl.ResumeLayout(false);
317      this.parametersTabPage.ResumeLayout(false);
318      this.ResumeLayout(false);
319      this.PerformLayout();
320
321    }
322
323    #endregion
324
325    protected System.Windows.Forms.Label weightMuLabel;
326    protected System.Windows.Forms.TextBox weightInitializationMuTextBox;
327    protected System.Windows.Forms.GroupBox initializationGroupBox;
328    protected System.Windows.Forms.Label weightSigmaLabel;
329    protected System.Windows.Forms.TextBox weightInitializationSigmaTextBox;
330    protected System.Windows.Forms.GroupBox mutationGroupBox;
331    protected System.Windows.Forms.Label multiplicativeWeightChangeLabel;
332    protected System.Windows.Forms.TextBox multiplicativeWeightChangeSigmaTextBox;
333    protected System.Windows.Forms.Label additiveWeightChangeLabel;
334    protected System.Windows.Forms.TextBox additiveWeightChangeSigmaTextBox;
335    protected System.Windows.Forms.TabPage variableNamesTabPage;
336    protected System.Windows.Forms.TabPage parametersTabPage;
337    protected System.Windows.Forms.TabControl tabControl;
338    protected System.Windows.Forms.TextBox varChangeProbTextBox;
339    protected System.Windows.Forms.Label varChangeProbLabel;
340  }
341}
Note: See TracBrowser for help on using the repository browser.