1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2013 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 |
|
---|
22 |
|
---|
23 | namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
|
---|
24 | partial class VariableConditionView {
|
---|
25 | /// <summary>
|
---|
26 | /// Required designer variable.
|
---|
27 | /// </summary>
|
---|
28 | private System.ComponentModel.IContainer components = null;
|
---|
29 |
|
---|
30 | /// <summary>
|
---|
31 | /// Clean up any resources being used.
|
---|
32 | /// </summary>
|
---|
33 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
34 | protected override void Dispose(bool disposing) {
|
---|
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.mutationGroupBox = new System.Windows.Forms.GroupBox();
|
---|
49 | this.slopeChangeSigmaLabel = new System.Windows.Forms.Label();
|
---|
50 | this.slopeChangeSigmaTextBox = new System.Windows.Forms.TextBox();
|
---|
51 | this.slopeChangeMuLabel = new System.Windows.Forms.Label();
|
---|
52 | this.slopeChangeMuTextBox = new System.Windows.Forms.TextBox();
|
---|
53 | this.thresholdChangeSigmaLabel = new System.Windows.Forms.Label();
|
---|
54 | this.thresholdChangeSigmaTextBox = new System.Windows.Forms.TextBox();
|
---|
55 | this.ThresholdChangeMuLabel = new System.Windows.Forms.Label();
|
---|
56 | this.thresholdChangeMuTextBox = new System.Windows.Forms.TextBox();
|
---|
57 | this.tabControl = new System.Windows.Forms.TabControl();
|
---|
58 | this.variableNamesTabPage = new System.Windows.Forms.TabPage();
|
---|
59 | this.parametersTabPage = new System.Windows.Forms.TabPage();
|
---|
60 | this.initializationGroupBox = new System.Windows.Forms.GroupBox();
|
---|
61 | this.slopeInitializationSigmaLabel = new System.Windows.Forms.Label();
|
---|
62 | this.slopeInitializationSigmaTextBox = new System.Windows.Forms.TextBox();
|
---|
63 | this.slopeInitializationMuLabel = new System.Windows.Forms.Label();
|
---|
64 | this.slopeInitializationMuTextBox = new System.Windows.Forms.TextBox();
|
---|
65 | this.thresholdInitializationSigmaLabel = new System.Windows.Forms.Label();
|
---|
66 | this.thresholdInitializationSigmaTextBox = new System.Windows.Forms.TextBox();
|
---|
67 | this.thresholdInitializationMuLabel = new System.Windows.Forms.Label();
|
---|
68 | this.thresholdInitializationMuTextBox = new System.Windows.Forms.TextBox();
|
---|
69 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
70 | this.mutationGroupBox.SuspendLayout();
|
---|
71 | this.tabControl.SuspendLayout();
|
---|
72 | this.parametersTabPage.SuspendLayout();
|
---|
73 | this.initializationGroupBox.SuspendLayout();
|
---|
74 | this.SuspendLayout();
|
---|
75 | //
|
---|
76 | // initialFrequencyLabel
|
---|
77 | //
|
---|
78 | this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees");
|
---|
79 | //
|
---|
80 | // initialFrequencyTextBox
|
---|
81 | //
|
---|
82 | this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
83 | this.initialFrequencyTextBox.Size = new System.Drawing.Size(427, 20);
|
---|
84 | //
|
---|
85 | // minimumArityLabel
|
---|
86 | //
|
---|
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(421, 20);
|
---|
97 | //
|
---|
98 | // maximumArityTextBox
|
---|
99 | //
|
---|
100 | this.errorProvider.SetIconAlignment(this.maximumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
101 | this.maximumArityTextBox.Size = new System.Drawing.Size(421, 20);
|
---|
102 | //
|
---|
103 | // nameTextBox
|
---|
104 | //
|
---|
105 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
106 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
107 | this.nameTextBox.Size = new System.Drawing.Size(397, 20);
|
---|
108 | //
|
---|
109 | // infoLabel
|
---|
110 | //
|
---|
111 | this.infoLabel.Location = new System.Drawing.Point(495, 3);
|
---|
112 | //
|
---|
113 | // mutationGroupBox
|
---|
114 | //
|
---|
115 | this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
116 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
117 | this.mutationGroupBox.Controls.Add(this.slopeChangeSigmaLabel);
|
---|
118 | this.mutationGroupBox.Controls.Add(this.slopeChangeSigmaTextBox);
|
---|
119 | this.mutationGroupBox.Controls.Add(this.slopeChangeMuLabel);
|
---|
120 | this.mutationGroupBox.Controls.Add(this.slopeChangeMuTextBox);
|
---|
121 | this.mutationGroupBox.Controls.Add(this.thresholdChangeSigmaLabel);
|
---|
122 | this.mutationGroupBox.Controls.Add(this.thresholdChangeSigmaTextBox);
|
---|
123 | this.mutationGroupBox.Controls.Add(this.ThresholdChangeMuLabel);
|
---|
124 | this.mutationGroupBox.Controls.Add(this.thresholdChangeMuTextBox);
|
---|
125 | this.mutationGroupBox.Location = new System.Drawing.Point(6, 142);
|
---|
126 | this.mutationGroupBox.Name = "mutationGroupBox";
|
---|
127 | this.mutationGroupBox.Size = new System.Drawing.Size(503, 126);
|
---|
128 | this.mutationGroupBox.TabIndex = 6;
|
---|
129 | this.mutationGroupBox.TabStop = false;
|
---|
130 | this.mutationGroupBox.Text = "Mutation";
|
---|
131 | //
|
---|
132 | // slopeChangeSigmaLabel
|
---|
133 | //
|
---|
134 | this.slopeChangeSigmaLabel.AutoSize = true;
|
---|
135 | this.slopeChangeSigmaLabel.Location = new System.Drawing.Point(6, 102);
|
---|
136 | this.slopeChangeSigmaLabel.Name = "slopeChangeSigmaLabel";
|
---|
137 | this.slopeChangeSigmaLabel.Size = new System.Drawing.Size(112, 13);
|
---|
138 | this.slopeChangeSigmaLabel.TabIndex = 6;
|
---|
139 | this.slopeChangeSigmaLabel.Text = "Slope change (sigma):";
|
---|
140 | this.toolTip.SetToolTip(this.slopeChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in sl" +
|
---|
141 | "ope.");
|
---|
142 | //
|
---|
143 | // slopeChangeSigmaTextBox
|
---|
144 | //
|
---|
145 | this.slopeChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
146 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
147 | this.slopeChangeSigmaTextBox.Location = new System.Drawing.Point(149, 99);
|
---|
148 | this.slopeChangeSigmaTextBox.Name = "slopeChangeSigmaTextBox";
|
---|
149 | this.slopeChangeSigmaTextBox.Size = new System.Drawing.Size(345, 20);
|
---|
150 | this.slopeChangeSigmaTextBox.TabIndex = 7;
|
---|
151 | this.toolTip.SetToolTip(this.slopeChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in sl" +
|
---|
152 | "ope.");
|
---|
153 | this.slopeChangeSigmaTextBox.TextChanged += new System.EventHandler(this.SlopeChangeSigmaTextBox_TextChanged);
|
---|
154 | //
|
---|
155 | // slopeChangeMuLabel
|
---|
156 | //
|
---|
157 | this.slopeChangeMuLabel.AutoSize = true;
|
---|
158 | this.slopeChangeMuLabel.Location = new System.Drawing.Point(6, 76);
|
---|
159 | this.slopeChangeMuLabel.Name = "slopeChangeMuLabel";
|
---|
160 | this.slopeChangeMuLabel.Size = new System.Drawing.Size(99, 13);
|
---|
161 | this.slopeChangeMuLabel.TabIndex = 4;
|
---|
162 | this.slopeChangeMuLabel.Text = "Slope change (mu):";
|
---|
163 | this.toolTip.SetToolTip(this.slopeChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in slope" +
|
---|
164 | ".");
|
---|
165 | //
|
---|
166 | // slopeChangeMuTextBox
|
---|
167 | //
|
---|
168 | this.slopeChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
169 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
170 | this.slopeChangeMuTextBox.Location = new System.Drawing.Point(149, 73);
|
---|
171 | this.slopeChangeMuTextBox.Name = "slopeChangeMuTextBox";
|
---|
172 | this.slopeChangeMuTextBox.Size = new System.Drawing.Size(345, 20);
|
---|
173 | this.slopeChangeMuTextBox.TabIndex = 5;
|
---|
174 | this.toolTip.SetToolTip(this.slopeChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in slope" +
|
---|
175 | ".");
|
---|
176 | this.slopeChangeMuTextBox.TextChanged += new System.EventHandler(this.SlopeChangeMuTextBox_TextChanged);
|
---|
177 | //
|
---|
178 | // thresholdChangeSigmaLabel
|
---|
179 | //
|
---|
180 | this.thresholdChangeSigmaLabel.AutoSize = true;
|
---|
181 | this.thresholdChangeSigmaLabel.Location = new System.Drawing.Point(6, 44);
|
---|
182 | this.thresholdChangeSigmaLabel.Name = "thresholdChangeSigmaLabel";
|
---|
183 | this.thresholdChangeSigmaLabel.Size = new System.Drawing.Size(132, 13);
|
---|
184 | this.thresholdChangeSigmaLabel.TabIndex = 2;
|
---|
185 | this.thresholdChangeSigmaLabel.Text = "Threshold change (sigma):";
|
---|
186 | this.toolTip.SetToolTip(this.thresholdChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in th" +
|
---|
187 | "reshold.");
|
---|
188 | //
|
---|
189 | // thresholdChangeSigmaTextBox
|
---|
190 | //
|
---|
191 | this.thresholdChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
192 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
193 | this.thresholdChangeSigmaTextBox.Location = new System.Drawing.Point(149, 41);
|
---|
194 | this.thresholdChangeSigmaTextBox.Name = "thresholdChangeSigmaTextBox";
|
---|
195 | this.thresholdChangeSigmaTextBox.Size = new System.Drawing.Size(345, 20);
|
---|
196 | this.thresholdChangeSigmaTextBox.TabIndex = 3;
|
---|
197 | this.toolTip.SetToolTip(this.thresholdChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in th" +
|
---|
198 | "reshold.");
|
---|
199 | this.thresholdChangeSigmaTextBox.TextChanged += new System.EventHandler(this.ThresholdChangeSigmaTextBox_TextChanged);
|
---|
200 | //
|
---|
201 | // ThresholdChangeMuLabel
|
---|
202 | //
|
---|
203 | this.ThresholdChangeMuLabel.AutoSize = true;
|
---|
204 | this.ThresholdChangeMuLabel.Location = new System.Drawing.Point(6, 18);
|
---|
205 | this.ThresholdChangeMuLabel.Name = "ThresholdChangeMuLabel";
|
---|
206 | this.ThresholdChangeMuLabel.Size = new System.Drawing.Size(119, 13);
|
---|
207 | this.ThresholdChangeMuLabel.TabIndex = 0;
|
---|
208 | this.ThresholdChangeMuLabel.Text = "Threshold change (mu):";
|
---|
209 | this.toolTip.SetToolTip(this.ThresholdChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in thres" +
|
---|
210 | "hold.");
|
---|
211 | //
|
---|
212 | // thresholdChangeMuTextBox
|
---|
213 | //
|
---|
214 | this.thresholdChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
215 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
216 | this.thresholdChangeMuTextBox.Location = new System.Drawing.Point(149, 15);
|
---|
217 | this.thresholdChangeMuTextBox.Name = "thresholdChangeMuTextBox";
|
---|
218 | this.thresholdChangeMuTextBox.Size = new System.Drawing.Size(345, 20);
|
---|
219 | this.thresholdChangeMuTextBox.TabIndex = 1;
|
---|
220 | this.toolTip.SetToolTip(this.thresholdChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in thres" +
|
---|
221 | "hold.");
|
---|
222 | this.thresholdChangeMuTextBox.TextChanged += new System.EventHandler(this.ThresholdChangeMuTextBox_TextChanged);
|
---|
223 | //
|
---|
224 | // tabControl
|
---|
225 | //
|
---|
226 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
227 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
228 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
229 | this.tabControl.Controls.Add(this.variableNamesTabPage);
|
---|
230 | this.tabControl.Controls.Add(this.parametersTabPage);
|
---|
231 | this.tabControl.Location = new System.Drawing.Point(0, 127);
|
---|
232 | this.tabControl.Name = "tabControl";
|
---|
233 | this.tabControl.SelectedIndex = 0;
|
---|
234 | this.tabControl.Size = new System.Drawing.Size(520, 299);
|
---|
235 | this.tabControl.TabIndex = 10;
|
---|
236 | //
|
---|
237 | // variableNamesTabPage
|
---|
238 | //
|
---|
239 | this.variableNamesTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
240 | this.variableNamesTabPage.Name = "variableNamesTabPage";
|
---|
241 | this.variableNamesTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
242 | this.variableNamesTabPage.Size = new System.Drawing.Size(512, 273);
|
---|
243 | this.variableNamesTabPage.TabIndex = 0;
|
---|
244 | this.variableNamesTabPage.Text = "Variable Names";
|
---|
245 | this.variableNamesTabPage.UseVisualStyleBackColor = true;
|
---|
246 | //
|
---|
247 | // parametersTabPage
|
---|
248 | //
|
---|
249 | this.parametersTabPage.Controls.Add(this.initializationGroupBox);
|
---|
250 | this.parametersTabPage.Controls.Add(this.mutationGroupBox);
|
---|
251 | this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
252 | this.parametersTabPage.Name = "parametersTabPage";
|
---|
253 | this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
254 | this.parametersTabPage.Size = new System.Drawing.Size(512, 273);
|
---|
255 | this.parametersTabPage.TabIndex = 1;
|
---|
256 | this.parametersTabPage.Text = "Parameters";
|
---|
257 | this.parametersTabPage.UseVisualStyleBackColor = true;
|
---|
258 | //
|
---|
259 | // initializationGroupBox
|
---|
260 | //
|
---|
261 | this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
262 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
263 | this.initializationGroupBox.Controls.Add(this.slopeInitializationSigmaLabel);
|
---|
264 | this.initializationGroupBox.Controls.Add(this.slopeInitializationSigmaTextBox);
|
---|
265 | this.initializationGroupBox.Controls.Add(this.slopeInitializationMuLabel);
|
---|
266 | this.initializationGroupBox.Controls.Add(this.slopeInitializationMuTextBox);
|
---|
267 | this.initializationGroupBox.Controls.Add(this.thresholdInitializationSigmaLabel);
|
---|
268 | this.initializationGroupBox.Controls.Add(this.thresholdInitializationSigmaTextBox);
|
---|
269 | this.initializationGroupBox.Controls.Add(this.thresholdInitializationMuLabel);
|
---|
270 | this.initializationGroupBox.Controls.Add(this.thresholdInitializationMuTextBox);
|
---|
271 | this.initializationGroupBox.Location = new System.Drawing.Point(6, 6);
|
---|
272 | this.initializationGroupBox.Name = "initializationGroupBox";
|
---|
273 | this.initializationGroupBox.Size = new System.Drawing.Size(503, 130);
|
---|
274 | this.initializationGroupBox.TabIndex = 6;
|
---|
275 | this.initializationGroupBox.TabStop = false;
|
---|
276 | this.initializationGroupBox.Text = "Initialization";
|
---|
277 | //
|
---|
278 | // slopeInitializationSigmaLabel
|
---|
279 | //
|
---|
280 | this.slopeInitializationSigmaLabel.AutoSize = true;
|
---|
281 | this.slopeInitializationSigmaLabel.Location = new System.Drawing.Point(6, 105);
|
---|
282 | this.slopeInitializationSigmaLabel.Name = "slopeInitializationSigmaLabel";
|
---|
283 | this.slopeInitializationSigmaLabel.Size = new System.Drawing.Size(73, 13);
|
---|
284 | this.slopeInitializationSigmaLabel.TabIndex = 6;
|
---|
285 | this.slopeInitializationSigmaLabel.Text = "Slope (sigma):";
|
---|
286 | this.toolTip.SetToolTip(this.slopeInitializationSigmaLabel, "The sigma parameter for the normal distribution to use for the initial slopes.");
|
---|
287 | //
|
---|
288 | // slopeInitializationSigmaTextBox
|
---|
289 | //
|
---|
290 | this.slopeInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
291 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
292 | this.slopeInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 102);
|
---|
293 | this.slopeInitializationSigmaTextBox.Name = "slopeInitializationSigmaTextBox";
|
---|
294 | this.slopeInitializationSigmaTextBox.Size = new System.Drawing.Size(380, 20);
|
---|
295 | this.slopeInitializationSigmaTextBox.TabIndex = 7;
|
---|
296 | this.toolTip.SetToolTip(this.slopeInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
|
---|
297 | "slopes.");
|
---|
298 | this.slopeInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.SlopeInitializationSigmaTextBox_TextChanged);
|
---|
299 | //
|
---|
300 | // slopeInitializationMuLabel
|
---|
301 | //
|
---|
302 | this.slopeInitializationMuLabel.AutoSize = true;
|
---|
303 | this.slopeInitializationMuLabel.Location = new System.Drawing.Point(6, 79);
|
---|
304 | this.slopeInitializationMuLabel.Name = "slopeInitializationMuLabel";
|
---|
305 | this.slopeInitializationMuLabel.Size = new System.Drawing.Size(60, 13);
|
---|
306 | this.slopeInitializationMuLabel.TabIndex = 4;
|
---|
307 | this.slopeInitializationMuLabel.Text = "Slope (mu):";
|
---|
308 | this.toolTip.SetToolTip(this.slopeInitializationMuLabel, "The mu (mean) parameter of the normal distribution to use for initial slopes.");
|
---|
309 | //
|
---|
310 | // slopeInitializationMuTextBox
|
---|
311 | //
|
---|
312 | this.slopeInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
313 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
314 | this.slopeInitializationMuTextBox.Location = new System.Drawing.Point(114, 76);
|
---|
315 | this.slopeInitializationMuTextBox.Name = "slopeInitializationMuTextBox";
|
---|
316 | this.slopeInitializationMuTextBox.Size = new System.Drawing.Size(380, 20);
|
---|
317 | this.slopeInitializationMuTextBox.TabIndex = 5;
|
---|
318 | this.toolTip.SetToolTip(this.slopeInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
|
---|
319 | "al slopes.");
|
---|
320 | this.slopeInitializationMuTextBox.TextChanged += new System.EventHandler(this.SlopeInitializationMuTextBox_TextChanged);
|
---|
321 | //
|
---|
322 | // thresholdInitializationSigmaLabel
|
---|
323 | //
|
---|
324 | this.thresholdInitializationSigmaLabel.AutoSize = true;
|
---|
325 | this.thresholdInitializationSigmaLabel.Location = new System.Drawing.Point(6, 44);
|
---|
326 | this.thresholdInitializationSigmaLabel.Name = "thresholdInitializationSigmaLabel";
|
---|
327 | this.thresholdInitializationSigmaLabel.Size = new System.Drawing.Size(93, 13);
|
---|
328 | this.thresholdInitializationSigmaLabel.TabIndex = 2;
|
---|
329 | this.thresholdInitializationSigmaLabel.Text = "Threshold (sigma):";
|
---|
330 | this.toolTip.SetToolTip(this.thresholdInitializationSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
|
---|
331 | //
|
---|
332 | // thresholdInitializationSigmaTextBox
|
---|
333 | //
|
---|
334 | this.thresholdInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
335 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
336 | this.thresholdInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 41);
|
---|
337 | this.thresholdInitializationSigmaTextBox.Name = "thresholdInitializationSigmaTextBox";
|
---|
338 | this.thresholdInitializationSigmaTextBox.Size = new System.Drawing.Size(380, 20);
|
---|
339 | this.thresholdInitializationSigmaTextBox.TabIndex = 3;
|
---|
340 | this.toolTip.SetToolTip(this.thresholdInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
|
---|
341 | "thresholds.");
|
---|
342 | this.thresholdInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.ThresholdInitializationSigmaTextBox_TextChanged);
|
---|
343 | //
|
---|
344 | // thresholdInitializationMuLabel
|
---|
345 | //
|
---|
346 | this.thresholdInitializationMuLabel.AutoSize = true;
|
---|
347 | this.thresholdInitializationMuLabel.Location = new System.Drawing.Point(6, 18);
|
---|
348 | this.thresholdInitializationMuLabel.Name = "thresholdInitializationMuLabel";
|
---|
349 | this.thresholdInitializationMuLabel.Size = new System.Drawing.Size(80, 13);
|
---|
350 | this.thresholdInitializationMuLabel.TabIndex = 0;
|
---|
351 | this.thresholdInitializationMuLabel.Text = "Threshold (mu):";
|
---|
352 | this.toolTip.SetToolTip(this.thresholdInitializationMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
|
---|
353 | //
|
---|
354 | // thresholdInitializationMuTextBox
|
---|
355 | //
|
---|
356 | this.thresholdInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
357 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
358 | this.thresholdInitializationMuTextBox.Location = new System.Drawing.Point(114, 15);
|
---|
359 | this.thresholdInitializationMuTextBox.Name = "thresholdInitializationMuTextBox";
|
---|
360 | this.thresholdInitializationMuTextBox.Size = new System.Drawing.Size(380, 20);
|
---|
361 | this.thresholdInitializationMuTextBox.TabIndex = 1;
|
---|
362 | this.toolTip.SetToolTip(this.thresholdInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
|
---|
363 | "al thresholds.");
|
---|
364 | this.thresholdInitializationMuTextBox.TextChanged += new System.EventHandler(this.ThresholdInitializationMuTextBox_TextChanged);
|
---|
365 | //
|
---|
366 | // VariableConditionView
|
---|
367 | //
|
---|
368 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
369 | this.Controls.Add(this.tabControl);
|
---|
370 | this.Name = "VariableConditionView";
|
---|
371 | this.Size = new System.Drawing.Size(520, 426);
|
---|
372 | this.Controls.SetChildIndex(this.maximumArityLabel, 0);
|
---|
373 | this.Controls.SetChildIndex(this.maximumArityTextBox, 0);
|
---|
374 | this.Controls.SetChildIndex(this.minimumArityLabel, 0);
|
---|
375 | this.Controls.SetChildIndex(this.minimumArityTextBox, 0);
|
---|
376 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
377 | this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
|
---|
378 | this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
|
---|
379 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
380 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
381 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
382 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
383 | this.mutationGroupBox.ResumeLayout(false);
|
---|
384 | this.mutationGroupBox.PerformLayout();
|
---|
385 | this.tabControl.ResumeLayout(false);
|
---|
386 | this.parametersTabPage.ResumeLayout(false);
|
---|
387 | this.initializationGroupBox.ResumeLayout(false);
|
---|
388 | this.initializationGroupBox.PerformLayout();
|
---|
389 | this.ResumeLayout(false);
|
---|
390 | this.PerformLayout();
|
---|
391 |
|
---|
392 | }
|
---|
393 |
|
---|
394 | #endregion
|
---|
395 |
|
---|
396 | protected System.Windows.Forms.GroupBox mutationGroupBox;
|
---|
397 | private System.Windows.Forms.Label thresholdChangeSigmaLabel;
|
---|
398 | private System.Windows.Forms.TextBox thresholdChangeSigmaTextBox;
|
---|
399 | private System.Windows.Forms.Label ThresholdChangeMuLabel;
|
---|
400 | private System.Windows.Forms.TextBox thresholdChangeMuTextBox;
|
---|
401 | private System.Windows.Forms.Label slopeChangeSigmaLabel;
|
---|
402 | private System.Windows.Forms.TextBox slopeChangeSigmaTextBox;
|
---|
403 | private System.Windows.Forms.Label slopeChangeMuLabel;
|
---|
404 | private System.Windows.Forms.TextBox slopeChangeMuTextBox;
|
---|
405 | protected System.Windows.Forms.TabControl tabControl;
|
---|
406 | protected System.Windows.Forms.TabPage variableNamesTabPage;
|
---|
407 | protected System.Windows.Forms.TabPage parametersTabPage;
|
---|
408 | protected System.Windows.Forms.GroupBox initializationGroupBox;
|
---|
409 | private System.Windows.Forms.Label slopeInitializationSigmaLabel;
|
---|
410 | private System.Windows.Forms.TextBox slopeInitializationSigmaTextBox;
|
---|
411 | private System.Windows.Forms.Label slopeInitializationMuLabel;
|
---|
412 | private System.Windows.Forms.TextBox slopeInitializationMuTextBox;
|
---|
413 | private System.Windows.Forms.Label thresholdInitializationSigmaLabel;
|
---|
414 | private System.Windows.Forms.TextBox thresholdInitializationSigmaTextBox;
|
---|
415 | private System.Windows.Forms.Label thresholdInitializationMuLabel;
|
---|
416 | private System.Windows.Forms.TextBox thresholdInitializationMuTextBox;
|
---|
417 |
|
---|
418 | }
|
---|
419 | }
|
---|