[3824] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[8053] | 3 | * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[3824] | 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 |
|
---|
[5693] | 22 |
|
---|
| 23 | namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
|
---|
[5060] | 24 | partial class VariableConditionView {
|
---|
[3824] | 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();
|
---|
[5060] | 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();
|
---|
[7869] | 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();
|
---|
[3824] | 69 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
[7869] | 70 | this.mutationGroupBox.SuspendLayout();
|
---|
| 71 | this.tabControl.SuspendLayout();
|
---|
| 72 | this.parametersTabPage.SuspendLayout();
|
---|
[3824] | 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 | //
|
---|
[4989] | 82 | this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
[7869] | 83 | this.initialFrequencyTextBox.Size = new System.Drawing.Size(427, 20);
|
---|
[3824] | 84 | //
|
---|
[7869] | 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 | //
|
---|
[6803] | 93 | // minimumArityTextBox
|
---|
| 94 | //
|
---|
| 95 | this.errorProvider.SetIconAlignment(this.minimumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
[7869] | 96 | this.minimumArityTextBox.Size = new System.Drawing.Size(421, 20);
|
---|
[6803] | 97 | //
|
---|
| 98 | // maximumArityTextBox
|
---|
| 99 | //
|
---|
| 100 | this.errorProvider.SetIconAlignment(this.maximumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
[7869] | 101 | this.maximumArityTextBox.Size = new System.Drawing.Size(421, 20);
|
---|
[6803] | 102 | //
|
---|
[3824] | 103 | // nameTextBox
|
---|
| 104 | //
|
---|
| 105 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 106 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
[7869] | 107 | this.nameTextBox.Size = new System.Drawing.Size(397, 20);
|
---|
[3824] | 108 | //
|
---|
[7869] | 109 | // infoLabel
|
---|
[3824] | 110 | //
|
---|
[7869] | 111 | this.infoLabel.Location = new System.Drawing.Point(495, 3);
|
---|
[3824] | 112 | //
|
---|
| 113 | // mutationGroupBox
|
---|
| 114 | //
|
---|
[8053] | 115 | this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6803] | 116 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5060] | 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);
|
---|
[7869] | 125 | this.mutationGroupBox.Location = new System.Drawing.Point(6, 142);
|
---|
[3824] | 126 | this.mutationGroupBox.Name = "mutationGroupBox";
|
---|
[7869] | 127 | this.mutationGroupBox.Size = new System.Drawing.Size(503, 126);
|
---|
[5832] | 128 | this.mutationGroupBox.TabIndex = 6;
|
---|
[3824] | 129 | this.mutationGroupBox.TabStop = false;
|
---|
| 130 | this.mutationGroupBox.Text = "Mutation";
|
---|
| 131 | //
|
---|
[5060] | 132 | // slopeChangeSigmaLabel
|
---|
[3824] | 133 | //
|
---|
[5060] | 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);
|
---|
[5832] | 138 | this.slopeChangeSigmaLabel.TabIndex = 6;
|
---|
[5060] | 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" +
|
---|
[6803] | 141 | "ope.");
|
---|
[3824] | 142 | //
|
---|
[5060] | 143 | // slopeChangeSigmaTextBox
|
---|
[3824] | 144 | //
|
---|
[8053] | 145 | this.slopeChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6803] | 146 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5060] | 147 | this.slopeChangeSigmaTextBox.Location = new System.Drawing.Point(149, 99);
|
---|
| 148 | this.slopeChangeSigmaTextBox.Name = "slopeChangeSigmaTextBox";
|
---|
[7869] | 149 | this.slopeChangeSigmaTextBox.Size = new System.Drawing.Size(345, 20);
|
---|
[5832] | 150 | this.slopeChangeSigmaTextBox.TabIndex = 7;
|
---|
[5060] | 151 | this.toolTip.SetToolTip(this.slopeChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in sl" +
|
---|
[6803] | 152 | "ope.");
|
---|
[5060] | 153 | this.slopeChangeSigmaTextBox.TextChanged += new System.EventHandler(this.slopeChangeSigmaTextBox_TextChanged);
|
---|
[3824] | 154 | //
|
---|
[5060] | 155 | // slopeChangeMuLabel
|
---|
[3824] | 156 | //
|
---|
[5060] | 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);
|
---|
[5832] | 161 | this.slopeChangeMuLabel.TabIndex = 4;
|
---|
[5060] | 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" +
|
---|
[6803] | 164 | ".");
|
---|
[3824] | 165 | //
|
---|
[5060] | 166 | // slopeChangeMuTextBox
|
---|
[3824] | 167 | //
|
---|
[8053] | 168 | this.slopeChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6803] | 169 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5060] | 170 | this.slopeChangeMuTextBox.Location = new System.Drawing.Point(149, 73);
|
---|
| 171 | this.slopeChangeMuTextBox.Name = "slopeChangeMuTextBox";
|
---|
[7869] | 172 | this.slopeChangeMuTextBox.Size = new System.Drawing.Size(345, 20);
|
---|
[5832] | 173 | this.slopeChangeMuTextBox.TabIndex = 5;
|
---|
[5060] | 174 | this.toolTip.SetToolTip(this.slopeChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in slope" +
|
---|
[6803] | 175 | ".");
|
---|
[5060] | 176 | this.slopeChangeMuTextBox.TextChanged += new System.EventHandler(this.slopeChangeMuTextBox_TextChanged);
|
---|
[3824] | 177 | //
|
---|
[5060] | 178 | // thresholdChangeSigmaLabel
|
---|
[3824] | 179 | //
|
---|
[5060] | 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);
|
---|
[5832] | 184 | this.thresholdChangeSigmaLabel.TabIndex = 2;
|
---|
[5060] | 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" +
|
---|
[6803] | 187 | "reshold.");
|
---|
[5060] | 188 | //
|
---|
| 189 | // thresholdChangeSigmaTextBox
|
---|
| 190 | //
|
---|
[8053] | 191 | this.thresholdChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6803] | 192 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5060] | 193 | this.thresholdChangeSigmaTextBox.Location = new System.Drawing.Point(149, 41);
|
---|
| 194 | this.thresholdChangeSigmaTextBox.Name = "thresholdChangeSigmaTextBox";
|
---|
[7869] | 195 | this.thresholdChangeSigmaTextBox.Size = new System.Drawing.Size(345, 20);
|
---|
[5832] | 196 | this.thresholdChangeSigmaTextBox.TabIndex = 3;
|
---|
[5060] | 197 | this.toolTip.SetToolTip(this.thresholdChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in th" +
|
---|
[6803] | 198 | "reshold.");
|
---|
[5060] | 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);
|
---|
[5832] | 207 | this.ThresholdChangeMuLabel.TabIndex = 0;
|
---|
[5060] | 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" +
|
---|
[6803] | 210 | "hold.");
|
---|
[5060] | 211 | //
|
---|
| 212 | // thresholdChangeMuTextBox
|
---|
| 213 | //
|
---|
[8053] | 214 | this.thresholdChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6803] | 215 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5060] | 216 | this.thresholdChangeMuTextBox.Location = new System.Drawing.Point(149, 15);
|
---|
| 217 | this.thresholdChangeMuTextBox.Name = "thresholdChangeMuTextBox";
|
---|
[7869] | 218 | this.thresholdChangeMuTextBox.Size = new System.Drawing.Size(345, 20);
|
---|
[5832] | 219 | this.thresholdChangeMuTextBox.TabIndex = 1;
|
---|
[5060] | 220 | this.toolTip.SetToolTip(this.thresholdChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in thres" +
|
---|
[6803] | 221 | "hold.");
|
---|
[5060] | 222 | this.thresholdChangeMuTextBox.TextChanged += new System.EventHandler(this.thresholdChangeMuTextBox_TextChanged);
|
---|
| 223 | //
|
---|
[7869] | 224 | // tabControl
|
---|
| 225 | //
|
---|
[8053] | 226 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 227 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7869] | 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 | //
|
---|
[8053] | 261 | this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7869] | 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 | //
|
---|
[8053] | 290 | this.slopeInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7869] | 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 | //
|
---|
| 299 | // slopeInitializationMuLabel
|
---|
| 300 | //
|
---|
| 301 | this.slopeInitializationMuLabel.AutoSize = true;
|
---|
| 302 | this.slopeInitializationMuLabel.Location = new System.Drawing.Point(6, 79);
|
---|
| 303 | this.slopeInitializationMuLabel.Name = "slopeInitializationMuLabel";
|
---|
| 304 | this.slopeInitializationMuLabel.Size = new System.Drawing.Size(60, 13);
|
---|
| 305 | this.slopeInitializationMuLabel.TabIndex = 4;
|
---|
| 306 | this.slopeInitializationMuLabel.Text = "Slope (mu):";
|
---|
| 307 | this.toolTip.SetToolTip(this.slopeInitializationMuLabel, "The mu (mean) parameter of the normal distribution to use for initial slopes.");
|
---|
| 308 | //
|
---|
| 309 | // slopeInitializationMuTextBox
|
---|
| 310 | //
|
---|
[8053] | 311 | this.slopeInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7869] | 312 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 313 | this.slopeInitializationMuTextBox.Location = new System.Drawing.Point(114, 76);
|
---|
| 314 | this.slopeInitializationMuTextBox.Name = "slopeInitializationMuTextBox";
|
---|
| 315 | this.slopeInitializationMuTextBox.Size = new System.Drawing.Size(380, 20);
|
---|
| 316 | this.slopeInitializationMuTextBox.TabIndex = 5;
|
---|
| 317 | this.toolTip.SetToolTip(this.slopeInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
|
---|
| 318 | "al slopes.");
|
---|
| 319 | //
|
---|
| 320 | // thresholdInitializationSigmaLabel
|
---|
| 321 | //
|
---|
| 322 | this.thresholdInitializationSigmaLabel.AutoSize = true;
|
---|
| 323 | this.thresholdInitializationSigmaLabel.Location = new System.Drawing.Point(6, 44);
|
---|
| 324 | this.thresholdInitializationSigmaLabel.Name = "thresholdInitializationSigmaLabel";
|
---|
| 325 | this.thresholdInitializationSigmaLabel.Size = new System.Drawing.Size(93, 13);
|
---|
| 326 | this.thresholdInitializationSigmaLabel.TabIndex = 2;
|
---|
| 327 | this.thresholdInitializationSigmaLabel.Text = "Threshold (sigma):";
|
---|
| 328 | this.toolTip.SetToolTip(this.thresholdInitializationSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
|
---|
| 329 | //
|
---|
| 330 | // thresholdInitializationSigmaTextBox
|
---|
| 331 | //
|
---|
[8053] | 332 | this.thresholdInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7869] | 333 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 334 | this.thresholdInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 41);
|
---|
| 335 | this.thresholdInitializationSigmaTextBox.Name = "thresholdInitializationSigmaTextBox";
|
---|
| 336 | this.thresholdInitializationSigmaTextBox.Size = new System.Drawing.Size(380, 20);
|
---|
| 337 | this.thresholdInitializationSigmaTextBox.TabIndex = 3;
|
---|
| 338 | this.toolTip.SetToolTip(this.thresholdInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
|
---|
| 339 | "thresholds.");
|
---|
| 340 | //
|
---|
| 341 | // thresholdInitializationMuLabel
|
---|
| 342 | //
|
---|
| 343 | this.thresholdInitializationMuLabel.AutoSize = true;
|
---|
| 344 | this.thresholdInitializationMuLabel.Location = new System.Drawing.Point(6, 18);
|
---|
| 345 | this.thresholdInitializationMuLabel.Name = "thresholdInitializationMuLabel";
|
---|
| 346 | this.thresholdInitializationMuLabel.Size = new System.Drawing.Size(80, 13);
|
---|
| 347 | this.thresholdInitializationMuLabel.TabIndex = 0;
|
---|
| 348 | this.thresholdInitializationMuLabel.Text = "Threshold (mu):";
|
---|
| 349 | this.toolTip.SetToolTip(this.thresholdInitializationMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
|
---|
| 350 | //
|
---|
| 351 | // thresholdInitializationMuTextBox
|
---|
| 352 | //
|
---|
[8053] | 353 | this.thresholdInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7869] | 354 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 355 | this.thresholdInitializationMuTextBox.Location = new System.Drawing.Point(114, 15);
|
---|
| 356 | this.thresholdInitializationMuTextBox.Name = "thresholdInitializationMuTextBox";
|
---|
| 357 | this.thresholdInitializationMuTextBox.Size = new System.Drawing.Size(380, 20);
|
---|
| 358 | this.thresholdInitializationMuTextBox.TabIndex = 1;
|
---|
| 359 | this.toolTip.SetToolTip(this.thresholdInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
|
---|
| 360 | "al thresholds.");
|
---|
| 361 | //
|
---|
[5060] | 362 | // VariableConditionView
|
---|
| 363 | //
|
---|
[3824] | 364 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[7967] | 365 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[7869] | 366 | this.Controls.Add(this.tabControl);
|
---|
[5060] | 367 | this.Name = "VariableConditionView";
|
---|
[7869] | 368 | this.Size = new System.Drawing.Size(520, 426);
|
---|
[6803] | 369 | this.Controls.SetChildIndex(this.maximumArityLabel, 0);
|
---|
| 370 | this.Controls.SetChildIndex(this.maximumArityTextBox, 0);
|
---|
| 371 | this.Controls.SetChildIndex(this.minimumArityLabel, 0);
|
---|
| 372 | this.Controls.SetChildIndex(this.minimumArityTextBox, 0);
|
---|
[5832] | 373 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
[3824] | 374 | this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
|
---|
| 375 | this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
|
---|
| 376 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 377 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
[7869] | 378 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
[3824] | 379 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
[7869] | 380 | this.mutationGroupBox.ResumeLayout(false);
|
---|
| 381 | this.mutationGroupBox.PerformLayout();
|
---|
| 382 | this.tabControl.ResumeLayout(false);
|
---|
| 383 | this.parametersTabPage.ResumeLayout(false);
|
---|
[3824] | 384 | this.initializationGroupBox.ResumeLayout(false);
|
---|
| 385 | this.initializationGroupBox.PerformLayout();
|
---|
| 386 | this.ResumeLayout(false);
|
---|
| 387 | this.PerformLayout();
|
---|
| 388 |
|
---|
| 389 | }
|
---|
| 390 |
|
---|
| 391 | #endregion
|
---|
| 392 |
|
---|
| 393 | protected System.Windows.Forms.GroupBox mutationGroupBox;
|
---|
[5060] | 394 | private System.Windows.Forms.Label thresholdChangeSigmaLabel;
|
---|
| 395 | private System.Windows.Forms.TextBox thresholdChangeSigmaTextBox;
|
---|
| 396 | private System.Windows.Forms.Label ThresholdChangeMuLabel;
|
---|
| 397 | private System.Windows.Forms.TextBox thresholdChangeMuTextBox;
|
---|
[7869] | 398 | private System.Windows.Forms.Label slopeChangeSigmaLabel;
|
---|
| 399 | private System.Windows.Forms.TextBox slopeChangeSigmaTextBox;
|
---|
| 400 | private System.Windows.Forms.Label slopeChangeMuLabel;
|
---|
| 401 | private System.Windows.Forms.TextBox slopeChangeMuTextBox;
|
---|
| 402 | protected System.Windows.Forms.TabControl tabControl;
|
---|
| 403 | protected System.Windows.Forms.TabPage variableNamesTabPage;
|
---|
| 404 | protected System.Windows.Forms.TabPage parametersTabPage;
|
---|
| 405 | protected System.Windows.Forms.GroupBox initializationGroupBox;
|
---|
[5060] | 406 | private System.Windows.Forms.Label slopeInitializationSigmaLabel;
|
---|
| 407 | private System.Windows.Forms.TextBox slopeInitializationSigmaTextBox;
|
---|
| 408 | private System.Windows.Forms.Label slopeInitializationMuLabel;
|
---|
| 409 | private System.Windows.Forms.TextBox slopeInitializationMuTextBox;
|
---|
[7869] | 410 | private System.Windows.Forms.Label thresholdInitializationSigmaLabel;
|
---|
| 411 | private System.Windows.Forms.TextBox thresholdInitializationSigmaTextBox;
|
---|
| 412 | private System.Windows.Forms.Label thresholdInitializationMuLabel;
|
---|
| 413 | private System.Windows.Forms.TextBox thresholdInitializationMuTextBox;
|
---|
[3824] | 414 |
|
---|
| 415 | }
|
---|
| 416 | }
|
---|