#region License Information
/* HeuristicLab
* Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
*
* This file is part of HeuristicLab.
*
* HeuristicLab is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* HeuristicLab is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with HeuristicLab. If not, see .
*/
#endregion
namespace HeuristicLab.Problems.DataAnalysis.Views.Symbolic.Symbols {
partial class VariableView {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.weightMuLabel = new System.Windows.Forms.Label();
this.weightInitializationMuTextBox = new System.Windows.Forms.TextBox();
this.initializationGroupBox = new System.Windows.Forms.GroupBox();
this.weightSigmaLabel = new System.Windows.Forms.Label();
this.weightInitializationSigmaTextBox = new System.Windows.Forms.TextBox();
this.mutationGroupBox = new System.Windows.Forms.GroupBox();
this.multiplicativeWeightChangeLabel = new System.Windows.Forms.Label();
this.multiplicativeWeightChangeSigmaTextBox = new System.Windows.Forms.TextBox();
this.additiveWeightChangeLabel = new System.Windows.Forms.Label();
this.additiveWeightChangeSigmaTextBox = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
this.initializationGroupBox.SuspendLayout();
this.mutationGroupBox.SuspendLayout();
this.SuspendLayout();
//
// initialFrequencyLabel
//
this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees");
//
// initialFrequencyTextBox
//
this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
this.initialFrequencyTextBox.Size = new System.Drawing.Size(233, 20);
//
// nameTextBox
//
this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
this.errorProvider.SetIconPadding(this.nameTextBox, 2);
this.nameTextBox.Size = new System.Drawing.Size(208, 20);
//
// infoLabel
//
this.infoLabel.Location = new System.Drawing.Point(307, 3);
//
// weightMuLabel
//
this.weightMuLabel.AutoSize = true;
this.weightMuLabel.Location = new System.Drawing.Point(6, 22);
this.weightMuLabel.Name = "weightMuLabel";
this.weightMuLabel.Size = new System.Drawing.Size(67, 13);
this.weightMuLabel.TabIndex = 0;
this.weightMuLabel.Text = "Weight (mu):";
this.toolTip.SetToolTip(this.weightMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
//
// weightInitializationMuTextBox
//
this.weightInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.weightInitializationMuTextBox.Location = new System.Drawing.Point(92, 19);
this.weightInitializationMuTextBox.Name = "weightInitializationMuTextBox";
this.weightInitializationMuTextBox.Size = new System.Drawing.Size(228, 20);
this.weightInitializationMuTextBox.TabIndex = 1;
this.toolTip.SetToolTip(this.weightInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
"al weights.");
this.weightInitializationMuTextBox.TextChanged += new System.EventHandler(this.weightMuTextBox_TextChanged);
//
// initializationGroupBox
//
this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.initializationGroupBox.Controls.Add(this.weightSigmaLabel);
this.initializationGroupBox.Controls.Add(this.weightInitializationSigmaTextBox);
this.initializationGroupBox.Controls.Add(this.weightMuLabel);
this.initializationGroupBox.Controls.Add(this.weightInitializationMuTextBox);
this.initializationGroupBox.Location = new System.Drawing.Point(0, 52);
this.initializationGroupBox.Name = "initializationGroupBox";
this.initializationGroupBox.Size = new System.Drawing.Size(326, 73);
this.initializationGroupBox.TabIndex = 5;
this.initializationGroupBox.TabStop = false;
this.initializationGroupBox.Text = "Initialization";
//
// weightSigmaLabel
//
this.weightSigmaLabel.AutoSize = true;
this.weightSigmaLabel.Location = new System.Drawing.Point(6, 48);
this.weightSigmaLabel.Name = "weightSigmaLabel";
this.weightSigmaLabel.Size = new System.Drawing.Size(80, 13);
this.weightSigmaLabel.TabIndex = 2;
this.weightSigmaLabel.Text = "Weight (sigma):";
this.toolTip.SetToolTip(this.weightSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
//
// weightInitializationSigmaTextBox
//
this.weightInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.weightInitializationSigmaTextBox.Location = new System.Drawing.Point(92, 45);
this.weightInitializationSigmaTextBox.Name = "weightInitializationSigmaTextBox";
this.weightInitializationSigmaTextBox.Size = new System.Drawing.Size(228, 20);
this.weightInitializationSigmaTextBox.TabIndex = 3;
this.toolTip.SetToolTip(this.weightInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
"weights.");
this.weightInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.weightSigmaTextBox_TextChanged);
//
// mutationGroupBox
//
this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.mutationGroupBox.Controls.Add(this.multiplicativeWeightChangeLabel);
this.mutationGroupBox.Controls.Add(this.multiplicativeWeightChangeSigmaTextBox);
this.mutationGroupBox.Controls.Add(this.additiveWeightChangeLabel);
this.mutationGroupBox.Controls.Add(this.additiveWeightChangeSigmaTextBox);
this.mutationGroupBox.Location = new System.Drawing.Point(0, 131);
this.mutationGroupBox.Name = "mutationGroupBox";
this.mutationGroupBox.Size = new System.Drawing.Size(326, 73);
this.mutationGroupBox.TabIndex = 6;
this.mutationGroupBox.TabStop = false;
this.mutationGroupBox.Text = "Mutation";
//
// multiplicativeWeightChangeLabel
//
this.multiplicativeWeightChangeLabel.AutoSize = true;
this.multiplicativeWeightChangeLabel.Location = new System.Drawing.Point(6, 48);
this.multiplicativeWeightChangeLabel.Name = "multiplicativeWeightChangeLabel";
this.multiplicativeWeightChangeLabel.Size = new System.Drawing.Size(180, 13);
this.multiplicativeWeightChangeLabel.TabIndex = 2;
this.multiplicativeWeightChangeLabel.Text = "Multiplicative weight change (sigma):";
this.toolTip.SetToolTip(this.multiplicativeWeightChangeLabel, "The sigma parameter for the normal distribution to use to sample a multiplicative" +
" change in weight.");
//
// multiplicativeWeightChangeSigmaTextBox
//
this.multiplicativeWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.multiplicativeWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 45);
this.multiplicativeWeightChangeSigmaTextBox.Name = "multiplicativeWeightChangeSigmaTextBox";
this.multiplicativeWeightChangeSigmaTextBox.Size = new System.Drawing.Size(119, 20);
this.multiplicativeWeightChangeSigmaTextBox.TabIndex = 3;
this.toolTip.SetToolTip(this.multiplicativeWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample a multiplica" +
"tive change in weight.");
this.multiplicativeWeightChangeSigmaTextBox.TextChanged += new System.EventHandler(this.multiplicativeWeightChangeSigmaTextBox_TextChanged);
//
// additiveWeightChangeLabel
//
this.additiveWeightChangeLabel.AutoSize = true;
this.additiveWeightChangeLabel.Location = new System.Drawing.Point(6, 22);
this.additiveWeightChangeLabel.Name = "additiveWeightChangeLabel";
this.additiveWeightChangeLabel.Size = new System.Drawing.Size(157, 13);
this.additiveWeightChangeLabel.TabIndex = 0;
this.additiveWeightChangeLabel.Text = "Additive weight change (sigma):";
this.toolTip.SetToolTip(this.additiveWeightChangeLabel, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
"change in weight.");
//
// additiveWeightChangeSigmaTextBox
//
this.additiveWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.additiveWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 19);
this.additiveWeightChangeSigmaTextBox.Name = "additiveWeightChangeSigmaTextBox";
this.additiveWeightChangeSigmaTextBox.Size = new System.Drawing.Size(119, 20);
this.additiveWeightChangeSigmaTextBox.TabIndex = 1;
this.toolTip.SetToolTip(this.additiveWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
"change in weight.");
this.additiveWeightChangeSigmaTextBox.TextChanged += new System.EventHandler(this.additiveWeightChangeSigmaTextBox_TextChanged);
//
// VariableView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.mutationGroupBox);
this.Controls.Add(this.initializationGroupBox);
this.Name = "VariableView";
this.Size = new System.Drawing.Size(326, 208);
this.Controls.SetChildIndex(this.infoLabel, 0);
this.Controls.SetChildIndex(this.initializationGroupBox, 0);
this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
this.Controls.SetChildIndex(this.nameLabel, 0);
this.Controls.SetChildIndex(this.nameTextBox, 0);
this.Controls.SetChildIndex(this.mutationGroupBox, 0);
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
this.initializationGroupBox.ResumeLayout(false);
this.initializationGroupBox.PerformLayout();
this.mutationGroupBox.ResumeLayout(false);
this.mutationGroupBox.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
protected System.Windows.Forms.Label weightMuLabel;
protected System.Windows.Forms.TextBox weightInitializationMuTextBox;
protected System.Windows.Forms.GroupBox initializationGroupBox;
protected System.Windows.Forms.Label weightSigmaLabel;
protected System.Windows.Forms.TextBox weightInitializationSigmaTextBox;
protected System.Windows.Forms.GroupBox mutationGroupBox;
protected System.Windows.Forms.Label multiplicativeWeightChangeLabel;
protected System.Windows.Forms.TextBox multiplicativeWeightChangeSigmaTextBox;
protected System.Windows.Forms.Label additiveWeightChangeLabel;
protected System.Windows.Forms.TextBox additiveWeightChangeSigmaTextBox;
}
}