[3824] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[5445] | 3 | * Copyright (C) 2002-2011 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 | namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
|
---|
[3824] | 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() {
|
---|
[4989] | 47 | this.weightMuLabel = new System.Windows.Forms.Label();
|
---|
[5326] | 48 | this.weightInitializationMuTextBox = new System.Windows.Forms.TextBox();
|
---|
[3824] | 49 | this.initializationGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 50 | this.weightSigmaLabel = new System.Windows.Forms.Label();
|
---|
[5326] | 51 | this.weightInitializationSigmaTextBox = new System.Windows.Forms.TextBox();
|
---|
[3824] | 52 | this.mutationGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[5326] | 53 | this.multiplicativeWeightChangeLabel = new System.Windows.Forms.Label();
|
---|
| 54 | this.multiplicativeWeightChangeSigmaTextBox = new System.Windows.Forms.TextBox();
|
---|
| 55 | this.additiveWeightChangeLabel = new System.Windows.Forms.Label();
|
---|
| 56 | this.additiveWeightChangeSigmaTextBox = new System.Windows.Forms.TextBox();
|
---|
[5750] | 57 | this.tabControl = new System.Windows.Forms.TabControl();
|
---|
| 58 | this.variableNamesTabPage = new System.Windows.Forms.TabPage();
|
---|
| 59 | this.parametersTabPage = new System.Windows.Forms.TabPage();
|
---|
[3824] | 60 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 61 | this.initializationGroupBox.SuspendLayout();
|
---|
| 62 | this.mutationGroupBox.SuspendLayout();
|
---|
[5750] | 63 | this.tabControl.SuspendLayout();
|
---|
| 64 | this.parametersTabPage.SuspendLayout();
|
---|
[3824] | 65 | this.SuspendLayout();
|
---|
| 66 | //
|
---|
| 67 | // initialFrequencyLabel
|
---|
| 68 | //
|
---|
| 69 | this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees");
|
---|
| 70 | //
|
---|
| 71 | // initialFrequencyTextBox
|
---|
| 72 | //
|
---|
[4989] | 73 | this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
[5832] | 74 | this.initialFrequencyTextBox.Size = new System.Drawing.Size(315, 20);
|
---|
[3824] | 75 | //
|
---|
| 76 | // nameTextBox
|
---|
| 77 | //
|
---|
| 78 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 79 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
[5832] | 80 | this.nameTextBox.Size = new System.Drawing.Size(290, 20);
|
---|
[3824] | 81 | //
|
---|
[5832] | 82 | // infoLabel
|
---|
[3824] | 83 | //
|
---|
[5832] | 84 | this.infoLabel.Location = new System.Drawing.Point(389, 3);
|
---|
[3824] | 85 | //
|
---|
[4989] | 86 | // weightMuLabel
|
---|
[3824] | 87 | //
|
---|
[4989] | 88 | this.weightMuLabel.AutoSize = true;
|
---|
| 89 | this.weightMuLabel.Location = new System.Drawing.Point(6, 22);
|
---|
| 90 | this.weightMuLabel.Name = "weightMuLabel";
|
---|
| 91 | this.weightMuLabel.Size = new System.Drawing.Size(67, 13);
|
---|
[5832] | 92 | this.weightMuLabel.TabIndex = 0;
|
---|
[4989] | 93 | this.weightMuLabel.Text = "Weight (mu):";
|
---|
| 94 | this.toolTip.SetToolTip(this.weightMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
|
---|
[3824] | 95 | //
|
---|
[5326] | 96 | // weightInitializationMuTextBox
|
---|
[3824] | 97 | //
|
---|
[5326] | 98 | this.weightInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[3824] | 99 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5326] | 100 | this.weightInitializationMuTextBox.Location = new System.Drawing.Point(92, 19);
|
---|
| 101 | this.weightInitializationMuTextBox.Name = "weightInitializationMuTextBox";
|
---|
[5832] | 102 | this.weightInitializationMuTextBox.Size = new System.Drawing.Size(275, 20);
|
---|
| 103 | this.weightInitializationMuTextBox.TabIndex = 1;
|
---|
[5326] | 104 | this.toolTip.SetToolTip(this.weightInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
|
---|
[3824] | 105 | "al weights.");
|
---|
[5326] | 106 | this.weightInitializationMuTextBox.TextChanged += new System.EventHandler(this.weightMuTextBox_TextChanged);
|
---|
[3824] | 107 | //
|
---|
| 108 | // initializationGroupBox
|
---|
| 109 | //
|
---|
| 110 | this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 111 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 112 | this.initializationGroupBox.Controls.Add(this.weightSigmaLabel);
|
---|
[5326] | 113 | this.initializationGroupBox.Controls.Add(this.weightInitializationSigmaTextBox);
|
---|
[4989] | 114 | this.initializationGroupBox.Controls.Add(this.weightMuLabel);
|
---|
[5326] | 115 | this.initializationGroupBox.Controls.Add(this.weightInitializationMuTextBox);
|
---|
[5750] | 116 | this.initializationGroupBox.Location = new System.Drawing.Point(6, 6);
|
---|
[3824] | 117 | this.initializationGroupBox.Name = "initializationGroupBox";
|
---|
[5832] | 118 | this.initializationGroupBox.Size = new System.Drawing.Size(373, 73);
|
---|
| 119 | this.initializationGroupBox.TabIndex = 0;
|
---|
[3824] | 120 | this.initializationGroupBox.TabStop = false;
|
---|
| 121 | this.initializationGroupBox.Text = "Initialization";
|
---|
| 122 | //
|
---|
| 123 | // weightSigmaLabel
|
---|
| 124 | //
|
---|
| 125 | this.weightSigmaLabel.AutoSize = true;
|
---|
| 126 | this.weightSigmaLabel.Location = new System.Drawing.Point(6, 48);
|
---|
| 127 | this.weightSigmaLabel.Name = "weightSigmaLabel";
|
---|
| 128 | this.weightSigmaLabel.Size = new System.Drawing.Size(80, 13);
|
---|
[5832] | 129 | this.weightSigmaLabel.TabIndex = 2;
|
---|
[3824] | 130 | this.weightSigmaLabel.Text = "Weight (sigma):";
|
---|
| 131 | this.toolTip.SetToolTip(this.weightSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
|
---|
| 132 | //
|
---|
[5326] | 133 | // weightInitializationSigmaTextBox
|
---|
[3824] | 134 | //
|
---|
[5326] | 135 | this.weightInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[3824] | 136 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5326] | 137 | this.weightInitializationSigmaTextBox.Location = new System.Drawing.Point(92, 45);
|
---|
| 138 | this.weightInitializationSigmaTextBox.Name = "weightInitializationSigmaTextBox";
|
---|
[5832] | 139 | this.weightInitializationSigmaTextBox.Size = new System.Drawing.Size(275, 20);
|
---|
| 140 | this.weightInitializationSigmaTextBox.TabIndex = 3;
|
---|
[5326] | 141 | this.toolTip.SetToolTip(this.weightInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
|
---|
[3824] | 142 | "weights.");
|
---|
[5326] | 143 | this.weightInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.weightSigmaTextBox_TextChanged);
|
---|
[3824] | 144 | //
|
---|
| 145 | // mutationGroupBox
|
---|
| 146 | //
|
---|
| 147 | this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 148 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5326] | 149 | this.mutationGroupBox.Controls.Add(this.multiplicativeWeightChangeLabel);
|
---|
| 150 | this.mutationGroupBox.Controls.Add(this.multiplicativeWeightChangeSigmaTextBox);
|
---|
| 151 | this.mutationGroupBox.Controls.Add(this.additiveWeightChangeLabel);
|
---|
| 152 | this.mutationGroupBox.Controls.Add(this.additiveWeightChangeSigmaTextBox);
|
---|
[5750] | 153 | this.mutationGroupBox.Location = new System.Drawing.Point(6, 85);
|
---|
[3824] | 154 | this.mutationGroupBox.Name = "mutationGroupBox";
|
---|
[5832] | 155 | this.mutationGroupBox.Size = new System.Drawing.Size(373, 73);
|
---|
| 156 | this.mutationGroupBox.TabIndex = 1;
|
---|
[3824] | 157 | this.mutationGroupBox.TabStop = false;
|
---|
| 158 | this.mutationGroupBox.Text = "Mutation";
|
---|
| 159 | //
|
---|
[5326] | 160 | // multiplicativeWeightChangeLabel
|
---|
[3824] | 161 | //
|
---|
[5326] | 162 | this.multiplicativeWeightChangeLabel.AutoSize = true;
|
---|
| 163 | this.multiplicativeWeightChangeLabel.Location = new System.Drawing.Point(6, 48);
|
---|
| 164 | this.multiplicativeWeightChangeLabel.Name = "multiplicativeWeightChangeLabel";
|
---|
| 165 | this.multiplicativeWeightChangeLabel.Size = new System.Drawing.Size(180, 13);
|
---|
[5832] | 166 | this.multiplicativeWeightChangeLabel.TabIndex = 2;
|
---|
[5326] | 167 | this.multiplicativeWeightChangeLabel.Text = "Multiplicative weight change (sigma):";
|
---|
| 168 | this.toolTip.SetToolTip(this.multiplicativeWeightChangeLabel, "The sigma parameter for the normal distribution to use to sample a multiplicative" +
|
---|
| 169 | " change in weight.");
|
---|
[3824] | 170 | //
|
---|
[5326] | 171 | // multiplicativeWeightChangeSigmaTextBox
|
---|
[3824] | 172 | //
|
---|
[5326] | 173 | this.multiplicativeWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[3824] | 174 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5326] | 175 | this.multiplicativeWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 45);
|
---|
| 176 | this.multiplicativeWeightChangeSigmaTextBox.Name = "multiplicativeWeightChangeSigmaTextBox";
|
---|
[5832] | 177 | this.multiplicativeWeightChangeSigmaTextBox.Size = new System.Drawing.Size(166, 20);
|
---|
| 178 | this.multiplicativeWeightChangeSigmaTextBox.TabIndex = 3;
|
---|
[5326] | 179 | this.toolTip.SetToolTip(this.multiplicativeWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample a multiplica" +
|
---|
| 180 | "tive change in weight.");
|
---|
| 181 | this.multiplicativeWeightChangeSigmaTextBox.TextChanged += new System.EventHandler(this.multiplicativeWeightChangeSigmaTextBox_TextChanged);
|
---|
[3824] | 182 | //
|
---|
[5326] | 183 | // additiveWeightChangeLabel
|
---|
[3824] | 184 | //
|
---|
[5326] | 185 | this.additiveWeightChangeLabel.AutoSize = true;
|
---|
| 186 | this.additiveWeightChangeLabel.Location = new System.Drawing.Point(6, 22);
|
---|
| 187 | this.additiveWeightChangeLabel.Name = "additiveWeightChangeLabel";
|
---|
| 188 | this.additiveWeightChangeLabel.Size = new System.Drawing.Size(157, 13);
|
---|
[5832] | 189 | this.additiveWeightChangeLabel.TabIndex = 0;
|
---|
[5326] | 190 | this.additiveWeightChangeLabel.Text = "Additive weight change (sigma):";
|
---|
| 191 | this.toolTip.SetToolTip(this.additiveWeightChangeLabel, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
|
---|
| 192 | "change in weight.");
|
---|
[3824] | 193 | //
|
---|
[5326] | 194 | // additiveWeightChangeSigmaTextBox
|
---|
[3824] | 195 | //
|
---|
[5326] | 196 | this.additiveWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[3824] | 197 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5326] | 198 | this.additiveWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 19);
|
---|
| 199 | this.additiveWeightChangeSigmaTextBox.Name = "additiveWeightChangeSigmaTextBox";
|
---|
[5832] | 200 | this.additiveWeightChangeSigmaTextBox.Size = new System.Drawing.Size(166, 20);
|
---|
| 201 | this.additiveWeightChangeSigmaTextBox.TabIndex = 1;
|
---|
[5326] | 202 | this.toolTip.SetToolTip(this.additiveWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
|
---|
| 203 | "change in weight.");
|
---|
| 204 | this.additiveWeightChangeSigmaTextBox.TextChanged += new System.EventHandler(this.additiveWeightChangeSigmaTextBox_TextChanged);
|
---|
[3824] | 205 | //
|
---|
[5750] | 206 | // tabControl
|
---|
| 207 | //
|
---|
| 208 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 209 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 210 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 211 | this.tabControl.Controls.Add(this.variableNamesTabPage);
|
---|
| 212 | this.tabControl.Controls.Add(this.parametersTabPage);
|
---|
[5832] | 213 | this.tabControl.Location = new System.Drawing.Point(0, 52);
|
---|
[5750] | 214 | this.tabControl.Name = "tabControl";
|
---|
| 215 | this.tabControl.SelectedIndex = 0;
|
---|
[5832] | 216 | this.tabControl.Size = new System.Drawing.Size(408, 242);
|
---|
| 217 | this.tabControl.TabIndex = 5;
|
---|
[5750] | 218 | //
|
---|
| 219 | // variableNamesTabPage
|
---|
| 220 | //
|
---|
| 221 | this.variableNamesTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 222 | this.variableNamesTabPage.Name = "variableNamesTabPage";
|
---|
| 223 | this.variableNamesTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[5832] | 224 | this.variableNamesTabPage.Size = new System.Drawing.Size(400, 216);
|
---|
[5750] | 225 | this.variableNamesTabPage.TabIndex = 0;
|
---|
| 226 | this.variableNamesTabPage.Text = "Variable Names";
|
---|
| 227 | this.variableNamesTabPage.UseVisualStyleBackColor = true;
|
---|
| 228 | //
|
---|
| 229 | // parametersTabPage
|
---|
| 230 | //
|
---|
| 231 | this.parametersTabPage.Controls.Add(this.mutationGroupBox);
|
---|
| 232 | this.parametersTabPage.Controls.Add(this.initializationGroupBox);
|
---|
| 233 | this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 234 | this.parametersTabPage.Name = "parametersTabPage";
|
---|
| 235 | this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[5832] | 236 | this.parametersTabPage.Size = new System.Drawing.Size(400, 216);
|
---|
[5750] | 237 | this.parametersTabPage.TabIndex = 1;
|
---|
| 238 | this.parametersTabPage.Text = "Parameters";
|
---|
| 239 | this.parametersTabPage.UseVisualStyleBackColor = true;
|
---|
| 240 | //
|
---|
[3824] | 241 | // VariableView
|
---|
| 242 | //
|
---|
| 243 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 244 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[5750] | 245 | this.Controls.Add(this.tabControl);
|
---|
[3824] | 246 | this.Name = "VariableView";
|
---|
[5750] | 247 | this.Size = new System.Drawing.Size(408, 294);
|
---|
[5832] | 248 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
[3824] | 249 | this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
|
---|
| 250 | this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
|
---|
| 251 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 252 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
[5750] | 253 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
[3824] | 254 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 255 | this.initializationGroupBox.ResumeLayout(false);
|
---|
| 256 | this.initializationGroupBox.PerformLayout();
|
---|
| 257 | this.mutationGroupBox.ResumeLayout(false);
|
---|
| 258 | this.mutationGroupBox.PerformLayout();
|
---|
[5750] | 259 | this.tabControl.ResumeLayout(false);
|
---|
| 260 | this.parametersTabPage.ResumeLayout(false);
|
---|
[3824] | 261 | this.ResumeLayout(false);
|
---|
| 262 | this.PerformLayout();
|
---|
| 263 |
|
---|
| 264 | }
|
---|
| 265 |
|
---|
| 266 | #endregion
|
---|
| 267 |
|
---|
[5832] | 268 | protected System.Windows.Forms.Label weightMuLabel;
|
---|
| 269 | protected System.Windows.Forms.TextBox weightInitializationMuTextBox;
|
---|
[3824] | 270 | protected System.Windows.Forms.GroupBox initializationGroupBox;
|
---|
[5832] | 271 | protected System.Windows.Forms.Label weightSigmaLabel;
|
---|
| 272 | protected System.Windows.Forms.TextBox weightInitializationSigmaTextBox;
|
---|
[3824] | 273 | protected System.Windows.Forms.GroupBox mutationGroupBox;
|
---|
[5832] | 274 | protected System.Windows.Forms.Label multiplicativeWeightChangeLabel;
|
---|
| 275 | protected System.Windows.Forms.TextBox multiplicativeWeightChangeSigmaTextBox;
|
---|
| 276 | protected System.Windows.Forms.Label additiveWeightChangeLabel;
|
---|
| 277 | protected System.Windows.Forms.TextBox additiveWeightChangeSigmaTextBox;
|
---|
| 278 | protected System.Windows.Forms.TabPage variableNamesTabPage;
|
---|
| 279 | protected System.Windows.Forms.TabPage parametersTabPage;
|
---|
| 280 | protected System.Windows.Forms.TabControl tabControl;
|
---|
[3824] | 281 | }
|
---|
| 282 | }
|
---|