[3824] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
| 3 | * Copyright (C) 2002-2010 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 |
|
---|
[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() {
|
---|
[5060] | 48 | this.thresholdInitializationMuLabel = new System.Windows.Forms.Label();
|
---|
| 49 | this.thresholdInitializationMuTextBox = new System.Windows.Forms.TextBox();
|
---|
[3824] | 50 | this.initializationGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[5060] | 51 | this.slopeInitializationSigmaLabel = new System.Windows.Forms.Label();
|
---|
| 52 | this.slopeInitializationSigmaTextBox = new System.Windows.Forms.TextBox();
|
---|
| 53 | this.slopeInitializationMuLabel = new System.Windows.Forms.Label();
|
---|
| 54 | this.slopeInitializationMuTextBox = new System.Windows.Forms.TextBox();
|
---|
| 55 | this.thresholdInitializationSigmaLabel = new System.Windows.Forms.Label();
|
---|
| 56 | this.thresholdInitializationSigmaTextBox = new System.Windows.Forms.TextBox();
|
---|
[3824] | 57 | this.mutationGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[5060] | 58 | this.slopeChangeSigmaLabel = new System.Windows.Forms.Label();
|
---|
| 59 | this.slopeChangeSigmaTextBox = new System.Windows.Forms.TextBox();
|
---|
| 60 | this.slopeChangeMuLabel = new System.Windows.Forms.Label();
|
---|
| 61 | this.slopeChangeMuTextBox = new System.Windows.Forms.TextBox();
|
---|
| 62 | this.thresholdChangeSigmaLabel = new System.Windows.Forms.Label();
|
---|
| 63 | this.thresholdChangeSigmaTextBox = new System.Windows.Forms.TextBox();
|
---|
| 64 | this.ThresholdChangeMuLabel = new System.Windows.Forms.Label();
|
---|
| 65 | this.thresholdChangeMuTextBox = new System.Windows.Forms.TextBox();
|
---|
[3824] | 66 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 67 | this.initializationGroupBox.SuspendLayout();
|
---|
| 68 | this.mutationGroupBox.SuspendLayout();
|
---|
| 69 | this.SuspendLayout();
|
---|
| 70 | //
|
---|
| 71 | // initialFrequencyLabel
|
---|
| 72 | //
|
---|
| 73 | this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees");
|
---|
| 74 | //
|
---|
| 75 | // initialFrequencyTextBox
|
---|
| 76 | //
|
---|
[4989] | 77 | this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
[5832] | 78 | this.initialFrequencyTextBox.Size = new System.Drawing.Size(233, 20);
|
---|
[3824] | 79 | //
|
---|
[6803] | 80 | // minimumArityTextBox
|
---|
| 81 | //
|
---|
| 82 | this.errorProvider.SetIconAlignment(this.minimumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 83 | //
|
---|
| 84 | // maximumArityTextBox
|
---|
| 85 | //
|
---|
| 86 | this.errorProvider.SetIconAlignment(this.maximumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 87 | //
|
---|
[3824] | 88 | // nameTextBox
|
---|
| 89 | //
|
---|
| 90 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 91 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
| 92 | this.nameTextBox.Size = new System.Drawing.Size(203, 20);
|
---|
| 93 | //
|
---|
[5060] | 94 | // thresholdInitializationMuLabel
|
---|
[3824] | 95 | //
|
---|
[5060] | 96 | this.thresholdInitializationMuLabel.AutoSize = true;
|
---|
| 97 | this.thresholdInitializationMuLabel.Location = new System.Drawing.Point(6, 18);
|
---|
| 98 | this.thresholdInitializationMuLabel.Name = "thresholdInitializationMuLabel";
|
---|
| 99 | this.thresholdInitializationMuLabel.Size = new System.Drawing.Size(80, 13);
|
---|
[5832] | 100 | this.thresholdInitializationMuLabel.TabIndex = 0;
|
---|
[5060] | 101 | this.thresholdInitializationMuLabel.Text = "Threshold (mu):";
|
---|
| 102 | this.toolTip.SetToolTip(this.thresholdInitializationMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
|
---|
[3824] | 103 | //
|
---|
[5060] | 104 | // thresholdInitializationMuTextBox
|
---|
[3824] | 105 | //
|
---|
[6819] | 106 | this.thresholdInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6803] | 107 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5060] | 108 | this.thresholdInitializationMuTextBox.Location = new System.Drawing.Point(114, 15);
|
---|
| 109 | this.thresholdInitializationMuTextBox.Name = "thresholdInitializationMuTextBox";
|
---|
[5832] | 110 | this.thresholdInitializationMuTextBox.Size = new System.Drawing.Size(203, 20);
|
---|
| 111 | this.thresholdInitializationMuTextBox.TabIndex = 1;
|
---|
[5060] | 112 | this.toolTip.SetToolTip(this.thresholdInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
|
---|
[6803] | 113 | "al thresholds.");
|
---|
[5060] | 114 | this.thresholdInitializationMuTextBox.TextChanged += new System.EventHandler(this.thresholdMuTextBox_TextChanged);
|
---|
[3824] | 115 | //
|
---|
| 116 | // initializationGroupBox
|
---|
| 117 | //
|
---|
[6819] | 118 | this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6803] | 119 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5060] | 120 | this.initializationGroupBox.Controls.Add(this.slopeInitializationSigmaLabel);
|
---|
| 121 | this.initializationGroupBox.Controls.Add(this.slopeInitializationSigmaTextBox);
|
---|
| 122 | this.initializationGroupBox.Controls.Add(this.slopeInitializationMuLabel);
|
---|
| 123 | this.initializationGroupBox.Controls.Add(this.slopeInitializationMuTextBox);
|
---|
| 124 | this.initializationGroupBox.Controls.Add(this.thresholdInitializationSigmaLabel);
|
---|
| 125 | this.initializationGroupBox.Controls.Add(this.thresholdInitializationSigmaTextBox);
|
---|
| 126 | this.initializationGroupBox.Controls.Add(this.thresholdInitializationMuLabel);
|
---|
| 127 | this.initializationGroupBox.Controls.Add(this.thresholdInitializationMuTextBox);
|
---|
[6803] | 128 | this.initializationGroupBox.Location = new System.Drawing.Point(0, 127);
|
---|
[3824] | 129 | this.initializationGroupBox.Name = "initializationGroupBox";
|
---|
[5832] | 130 | this.initializationGroupBox.Size = new System.Drawing.Size(326, 127);
|
---|
| 131 | this.initializationGroupBox.TabIndex = 5;
|
---|
[3824] | 132 | this.initializationGroupBox.TabStop = false;
|
---|
| 133 | this.initializationGroupBox.Text = "Initialization";
|
---|
| 134 | //
|
---|
[5060] | 135 | // slopeInitializationSigmaLabel
|
---|
[3824] | 136 | //
|
---|
[5060] | 137 | this.slopeInitializationSigmaLabel.AutoSize = true;
|
---|
| 138 | this.slopeInitializationSigmaLabel.Location = new System.Drawing.Point(6, 105);
|
---|
| 139 | this.slopeInitializationSigmaLabel.Name = "slopeInitializationSigmaLabel";
|
---|
| 140 | this.slopeInitializationSigmaLabel.Size = new System.Drawing.Size(73, 13);
|
---|
[5832] | 141 | this.slopeInitializationSigmaLabel.TabIndex = 6;
|
---|
[5060] | 142 | this.slopeInitializationSigmaLabel.Text = "Slope (sigma):";
|
---|
| 143 | this.toolTip.SetToolTip(this.slopeInitializationSigmaLabel, "The sigma parameter for the normal distribution to use for the initial slopes.");
|
---|
[3824] | 144 | //
|
---|
[5060] | 145 | // slopeInitializationSigmaTextBox
|
---|
[3824] | 146 | //
|
---|
[6819] | 147 | this.slopeInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6803] | 148 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5060] | 149 | this.slopeInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 102);
|
---|
| 150 | this.slopeInitializationSigmaTextBox.Name = "slopeInitializationSigmaTextBox";
|
---|
[5832] | 151 | this.slopeInitializationSigmaTextBox.Size = new System.Drawing.Size(203, 20);
|
---|
| 152 | this.slopeInitializationSigmaTextBox.TabIndex = 7;
|
---|
[5060] | 153 | this.toolTip.SetToolTip(this.slopeInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
|
---|
[6803] | 154 | "slopes.");
|
---|
[5060] | 155 | this.slopeInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.slopeInitializationSigmaTextBox_TextChanged);
|
---|
[3824] | 156 | //
|
---|
[5060] | 157 | // slopeInitializationMuLabel
|
---|
| 158 | //
|
---|
| 159 | this.slopeInitializationMuLabel.AutoSize = true;
|
---|
| 160 | this.slopeInitializationMuLabel.Location = new System.Drawing.Point(6, 79);
|
---|
| 161 | this.slopeInitializationMuLabel.Name = "slopeInitializationMuLabel";
|
---|
| 162 | this.slopeInitializationMuLabel.Size = new System.Drawing.Size(60, 13);
|
---|
[5832] | 163 | this.slopeInitializationMuLabel.TabIndex = 4;
|
---|
[5060] | 164 | this.slopeInitializationMuLabel.Text = "Slope (mu):";
|
---|
| 165 | this.toolTip.SetToolTip(this.slopeInitializationMuLabel, "The mu (mean) parameter of the normal distribution to use for initial slopes.");
|
---|
| 166 | //
|
---|
| 167 | // slopeInitializationMuTextBox
|
---|
| 168 | //
|
---|
[6819] | 169 | this.slopeInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6803] | 170 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5060] | 171 | this.slopeInitializationMuTextBox.Location = new System.Drawing.Point(114, 76);
|
---|
| 172 | this.slopeInitializationMuTextBox.Name = "slopeInitializationMuTextBox";
|
---|
[5832] | 173 | this.slopeInitializationMuTextBox.Size = new System.Drawing.Size(203, 20);
|
---|
| 174 | this.slopeInitializationMuTextBox.TabIndex = 5;
|
---|
[5060] | 175 | this.toolTip.SetToolTip(this.slopeInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
|
---|
[6803] | 176 | "al slopes.");
|
---|
[5060] | 177 | this.slopeInitializationMuTextBox.TextChanged += new System.EventHandler(this.slopeInitializationMuTextBox_TextChanged);
|
---|
| 178 | //
|
---|
| 179 | // thresholdInitializationSigmaLabel
|
---|
| 180 | //
|
---|
| 181 | this.thresholdInitializationSigmaLabel.AutoSize = true;
|
---|
| 182 | this.thresholdInitializationSigmaLabel.Location = new System.Drawing.Point(6, 44);
|
---|
| 183 | this.thresholdInitializationSigmaLabel.Name = "thresholdInitializationSigmaLabel";
|
---|
| 184 | this.thresholdInitializationSigmaLabel.Size = new System.Drawing.Size(93, 13);
|
---|
[5832] | 185 | this.thresholdInitializationSigmaLabel.TabIndex = 2;
|
---|
[5060] | 186 | this.thresholdInitializationSigmaLabel.Text = "Threshold (sigma):";
|
---|
| 187 | this.toolTip.SetToolTip(this.thresholdInitializationSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
|
---|
| 188 | //
|
---|
| 189 | // thresholdInitializationSigmaTextBox
|
---|
| 190 | //
|
---|
[6819] | 191 | this.thresholdInitializationSigmaTextBox.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.thresholdInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 41);
|
---|
| 194 | this.thresholdInitializationSigmaTextBox.Name = "thresholdInitializationSigmaTextBox";
|
---|
[5832] | 195 | this.thresholdInitializationSigmaTextBox.Size = new System.Drawing.Size(203, 20);
|
---|
| 196 | this.thresholdInitializationSigmaTextBox.TabIndex = 3;
|
---|
[5060] | 197 | this.toolTip.SetToolTip(this.thresholdInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
|
---|
[6803] | 198 | "thresholds.");
|
---|
[5060] | 199 | this.thresholdInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.thresholdInitializationSigmaTextBox_TextChanged);
|
---|
| 200 | //
|
---|
[3824] | 201 | // mutationGroupBox
|
---|
| 202 | //
|
---|
[6819] | 203 | this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6803] | 204 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5060] | 205 | this.mutationGroupBox.Controls.Add(this.slopeChangeSigmaLabel);
|
---|
| 206 | this.mutationGroupBox.Controls.Add(this.slopeChangeSigmaTextBox);
|
---|
| 207 | this.mutationGroupBox.Controls.Add(this.slopeChangeMuLabel);
|
---|
| 208 | this.mutationGroupBox.Controls.Add(this.slopeChangeMuTextBox);
|
---|
| 209 | this.mutationGroupBox.Controls.Add(this.thresholdChangeSigmaLabel);
|
---|
| 210 | this.mutationGroupBox.Controls.Add(this.thresholdChangeSigmaTextBox);
|
---|
| 211 | this.mutationGroupBox.Controls.Add(this.ThresholdChangeMuLabel);
|
---|
| 212 | this.mutationGroupBox.Controls.Add(this.thresholdChangeMuTextBox);
|
---|
[6803] | 213 | this.mutationGroupBox.Location = new System.Drawing.Point(0, 260);
|
---|
[3824] | 214 | this.mutationGroupBox.Name = "mutationGroupBox";
|
---|
[5832] | 215 | this.mutationGroupBox.Size = new System.Drawing.Size(326, 127);
|
---|
| 216 | this.mutationGroupBox.TabIndex = 6;
|
---|
[3824] | 217 | this.mutationGroupBox.TabStop = false;
|
---|
| 218 | this.mutationGroupBox.Text = "Mutation";
|
---|
| 219 | //
|
---|
[5060] | 220 | // slopeChangeSigmaLabel
|
---|
[3824] | 221 | //
|
---|
[5060] | 222 | this.slopeChangeSigmaLabel.AutoSize = true;
|
---|
| 223 | this.slopeChangeSigmaLabel.Location = new System.Drawing.Point(6, 102);
|
---|
| 224 | this.slopeChangeSigmaLabel.Name = "slopeChangeSigmaLabel";
|
---|
| 225 | this.slopeChangeSigmaLabel.Size = new System.Drawing.Size(112, 13);
|
---|
[5832] | 226 | this.slopeChangeSigmaLabel.TabIndex = 6;
|
---|
[5060] | 227 | this.slopeChangeSigmaLabel.Text = "Slope change (sigma):";
|
---|
| 228 | this.toolTip.SetToolTip(this.slopeChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in sl" +
|
---|
[6803] | 229 | "ope.");
|
---|
[3824] | 230 | //
|
---|
[5060] | 231 | // slopeChangeSigmaTextBox
|
---|
[3824] | 232 | //
|
---|
[6819] | 233 | this.slopeChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6803] | 234 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5060] | 235 | this.slopeChangeSigmaTextBox.Location = new System.Drawing.Point(149, 99);
|
---|
| 236 | this.slopeChangeSigmaTextBox.Name = "slopeChangeSigmaTextBox";
|
---|
[5832] | 237 | this.slopeChangeSigmaTextBox.Size = new System.Drawing.Size(168, 20);
|
---|
| 238 | this.slopeChangeSigmaTextBox.TabIndex = 7;
|
---|
[5060] | 239 | this.toolTip.SetToolTip(this.slopeChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in sl" +
|
---|
[6803] | 240 | "ope.");
|
---|
[5060] | 241 | this.slopeChangeSigmaTextBox.TextChanged += new System.EventHandler(this.slopeChangeSigmaTextBox_TextChanged);
|
---|
[3824] | 242 | //
|
---|
[5060] | 243 | // slopeChangeMuLabel
|
---|
[3824] | 244 | //
|
---|
[5060] | 245 | this.slopeChangeMuLabel.AutoSize = true;
|
---|
| 246 | this.slopeChangeMuLabel.Location = new System.Drawing.Point(6, 76);
|
---|
| 247 | this.slopeChangeMuLabel.Name = "slopeChangeMuLabel";
|
---|
| 248 | this.slopeChangeMuLabel.Size = new System.Drawing.Size(99, 13);
|
---|
[5832] | 249 | this.slopeChangeMuLabel.TabIndex = 4;
|
---|
[5060] | 250 | this.slopeChangeMuLabel.Text = "Slope change (mu):";
|
---|
| 251 | this.toolTip.SetToolTip(this.slopeChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in slope" +
|
---|
[6803] | 252 | ".");
|
---|
[3824] | 253 | //
|
---|
[5060] | 254 | // slopeChangeMuTextBox
|
---|
[3824] | 255 | //
|
---|
[6819] | 256 | this.slopeChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6803] | 257 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5060] | 258 | this.slopeChangeMuTextBox.Location = new System.Drawing.Point(149, 73);
|
---|
| 259 | this.slopeChangeMuTextBox.Name = "slopeChangeMuTextBox";
|
---|
[5832] | 260 | this.slopeChangeMuTextBox.Size = new System.Drawing.Size(168, 20);
|
---|
| 261 | this.slopeChangeMuTextBox.TabIndex = 5;
|
---|
[5060] | 262 | this.toolTip.SetToolTip(this.slopeChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in slope" +
|
---|
[6803] | 263 | ".");
|
---|
[5060] | 264 | this.slopeChangeMuTextBox.TextChanged += new System.EventHandler(this.slopeChangeMuTextBox_TextChanged);
|
---|
[3824] | 265 | //
|
---|
[5060] | 266 | // thresholdChangeSigmaLabel
|
---|
[3824] | 267 | //
|
---|
[5060] | 268 | this.thresholdChangeSigmaLabel.AutoSize = true;
|
---|
| 269 | this.thresholdChangeSigmaLabel.Location = new System.Drawing.Point(6, 44);
|
---|
| 270 | this.thresholdChangeSigmaLabel.Name = "thresholdChangeSigmaLabel";
|
---|
| 271 | this.thresholdChangeSigmaLabel.Size = new System.Drawing.Size(132, 13);
|
---|
[5832] | 272 | this.thresholdChangeSigmaLabel.TabIndex = 2;
|
---|
[5060] | 273 | this.thresholdChangeSigmaLabel.Text = "Threshold change (sigma):";
|
---|
| 274 | this.toolTip.SetToolTip(this.thresholdChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in th" +
|
---|
[6803] | 275 | "reshold.");
|
---|
[5060] | 276 | //
|
---|
| 277 | // thresholdChangeSigmaTextBox
|
---|
| 278 | //
|
---|
[6819] | 279 | this.thresholdChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6803] | 280 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5060] | 281 | this.thresholdChangeSigmaTextBox.Location = new System.Drawing.Point(149, 41);
|
---|
| 282 | this.thresholdChangeSigmaTextBox.Name = "thresholdChangeSigmaTextBox";
|
---|
[5832] | 283 | this.thresholdChangeSigmaTextBox.Size = new System.Drawing.Size(168, 20);
|
---|
| 284 | this.thresholdChangeSigmaTextBox.TabIndex = 3;
|
---|
[5060] | 285 | this.toolTip.SetToolTip(this.thresholdChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in th" +
|
---|
[6803] | 286 | "reshold.");
|
---|
[5060] | 287 | this.thresholdChangeSigmaTextBox.TextChanged += new System.EventHandler(this.thresholdChangeSigmaTextBox_TextChanged);
|
---|
| 288 | //
|
---|
| 289 | // ThresholdChangeMuLabel
|
---|
| 290 | //
|
---|
| 291 | this.ThresholdChangeMuLabel.AutoSize = true;
|
---|
| 292 | this.ThresholdChangeMuLabel.Location = new System.Drawing.Point(6, 18);
|
---|
| 293 | this.ThresholdChangeMuLabel.Name = "ThresholdChangeMuLabel";
|
---|
| 294 | this.ThresholdChangeMuLabel.Size = new System.Drawing.Size(119, 13);
|
---|
[5832] | 295 | this.ThresholdChangeMuLabel.TabIndex = 0;
|
---|
[5060] | 296 | this.ThresholdChangeMuLabel.Text = "Threshold change (mu):";
|
---|
| 297 | this.toolTip.SetToolTip(this.ThresholdChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in thres" +
|
---|
[6803] | 298 | "hold.");
|
---|
[5060] | 299 | //
|
---|
| 300 | // thresholdChangeMuTextBox
|
---|
| 301 | //
|
---|
[6819] | 302 | this.thresholdChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6803] | 303 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5060] | 304 | this.thresholdChangeMuTextBox.Location = new System.Drawing.Point(149, 15);
|
---|
| 305 | this.thresholdChangeMuTextBox.Name = "thresholdChangeMuTextBox";
|
---|
[5832] | 306 | this.thresholdChangeMuTextBox.Size = new System.Drawing.Size(168, 20);
|
---|
| 307 | this.thresholdChangeMuTextBox.TabIndex = 1;
|
---|
[5060] | 308 | this.toolTip.SetToolTip(this.thresholdChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in thres" +
|
---|
[6803] | 309 | "hold.");
|
---|
[5060] | 310 | this.thresholdChangeMuTextBox.TextChanged += new System.EventHandler(this.thresholdChangeMuTextBox_TextChanged);
|
---|
| 311 | //
|
---|
| 312 | // VariableConditionView
|
---|
| 313 | //
|
---|
[3824] | 314 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 315 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 316 | this.Controls.Add(this.mutationGroupBox);
|
---|
| 317 | this.Controls.Add(this.initializationGroupBox);
|
---|
[5060] | 318 | this.Name = "VariableConditionView";
|
---|
[6803] | 319 | this.Size = new System.Drawing.Size(326, 376);
|
---|
| 320 | this.Controls.SetChildIndex(this.maximumArityLabel, 0);
|
---|
| 321 | this.Controls.SetChildIndex(this.maximumArityTextBox, 0);
|
---|
| 322 | this.Controls.SetChildIndex(this.minimumArityLabel, 0);
|
---|
| 323 | this.Controls.SetChildIndex(this.minimumArityTextBox, 0);
|
---|
[5832] | 324 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
[3824] | 325 | this.Controls.SetChildIndex(this.initializationGroupBox, 0);
|
---|
| 326 | this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
|
---|
| 327 | this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
|
---|
| 328 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 329 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 330 | this.Controls.SetChildIndex(this.mutationGroupBox, 0);
|
---|
| 331 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 332 | this.initializationGroupBox.ResumeLayout(false);
|
---|
| 333 | this.initializationGroupBox.PerformLayout();
|
---|
| 334 | this.mutationGroupBox.ResumeLayout(false);
|
---|
| 335 | this.mutationGroupBox.PerformLayout();
|
---|
| 336 | this.ResumeLayout(false);
|
---|
| 337 | this.PerformLayout();
|
---|
| 338 |
|
---|
| 339 | }
|
---|
| 340 |
|
---|
| 341 | #endregion
|
---|
| 342 |
|
---|
[5060] | 343 | private System.Windows.Forms.Label thresholdInitializationMuLabel;
|
---|
| 344 | private System.Windows.Forms.TextBox thresholdInitializationMuTextBox;
|
---|
[3824] | 345 | protected System.Windows.Forms.GroupBox initializationGroupBox;
|
---|
[5060] | 346 | private System.Windows.Forms.Label thresholdInitializationSigmaLabel;
|
---|
| 347 | private System.Windows.Forms.TextBox thresholdInitializationSigmaTextBox;
|
---|
[3824] | 348 | protected System.Windows.Forms.GroupBox mutationGroupBox;
|
---|
[5060] | 349 | private System.Windows.Forms.Label thresholdChangeSigmaLabel;
|
---|
| 350 | private System.Windows.Forms.TextBox thresholdChangeSigmaTextBox;
|
---|
| 351 | private System.Windows.Forms.Label ThresholdChangeMuLabel;
|
---|
| 352 | private System.Windows.Forms.TextBox thresholdChangeMuTextBox;
|
---|
| 353 | private System.Windows.Forms.Label slopeInitializationSigmaLabel;
|
---|
| 354 | private System.Windows.Forms.TextBox slopeInitializationSigmaTextBox;
|
---|
| 355 | private System.Windows.Forms.Label slopeInitializationMuLabel;
|
---|
| 356 | private System.Windows.Forms.TextBox slopeInitializationMuTextBox;
|
---|
| 357 | private System.Windows.Forms.Label slopeChangeSigmaLabel;
|
---|
| 358 | private System.Windows.Forms.TextBox slopeChangeSigmaTextBox;
|
---|
| 359 | private System.Windows.Forms.Label slopeChangeMuLabel;
|
---|
| 360 | private System.Windows.Forms.TextBox slopeChangeMuTextBox;
|
---|
[3824] | 361 |
|
---|
| 362 | }
|
---|
| 363 | }
|
---|