Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/18/11 16:09:35 (13 years ago)
Author:
gkronber
Message:

Implemented multiplicative manipulation of constants and variable weights. #1384

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/Symbolic/Symbols/VariableView.Designer.cs

    r4990 r5326  
    4646    private void InitializeComponent() {
    4747      this.weightMuLabel = new System.Windows.Forms.Label();
    48       this.weightMuTextBox = new System.Windows.Forms.TextBox();
     48      this.weightInitializationMuTextBox = new System.Windows.Forms.TextBox();
    4949      this.initializationGroupBox = new System.Windows.Forms.GroupBox();
    5050      this.weightSigmaLabel = new System.Windows.Forms.Label();
    51       this.weightSigmaTextBox = new System.Windows.Forms.TextBox();
     51      this.weightInitializationSigmaTextBox = new System.Windows.Forms.TextBox();
    5252      this.mutationGroupBox = new System.Windows.Forms.GroupBox();
    53       this.stdDevWeightChangeLabel = new System.Windows.Forms.Label();
    54       this.weightChangeSigmaTextBox = new System.Windows.Forms.TextBox();
    55       this.meanWeightChangeLabel = new System.Windows.Forms.Label();
    56       this.weightChangeMuTextBox = new System.Windows.Forms.TextBox();
     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();
    5757      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5858      this.initializationGroupBox.SuspendLayout();
     
    9090      this.toolTip.SetToolTip(this.weightMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
    9191      //
    92       // weightMuTextBox
    93       //
    94       this.weightMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    95                   | System.Windows.Forms.AnchorStyles.Right)));
    96       this.weightMuTextBox.Location = new System.Drawing.Point(92, 19);
    97       this.weightMuTextBox.Name = "weightMuTextBox";
    98       this.weightMuTextBox.Size = new System.Drawing.Size(201, 20);
    99       this.weightMuTextBox.TabIndex = 7;
    100       this.toolTip.SetToolTip(this.weightMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
     92      // weightInitializationMuTextBox
     93      //
     94      this.weightInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     95                  | System.Windows.Forms.AnchorStyles.Right)));
     96      this.weightInitializationMuTextBox.Location = new System.Drawing.Point(92, 19);
     97      this.weightInitializationMuTextBox.Name = "weightInitializationMuTextBox";
     98      this.weightInitializationMuTextBox.Size = new System.Drawing.Size(222, 20);
     99      this.weightInitializationMuTextBox.TabIndex = 7;
     100      this.toolTip.SetToolTip(this.weightInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
    101101              "al weights.");
    102       this.weightMuTextBox.TextChanged += new System.EventHandler(this.weightMuTextBox_TextChanged);
     102      this.weightInitializationMuTextBox.TextChanged += new System.EventHandler(this.weightMuTextBox_TextChanged);
    103103      //
    104104      // initializationGroupBox
     
    107107                  | System.Windows.Forms.AnchorStyles.Right)));
    108108      this.initializationGroupBox.Controls.Add(this.weightSigmaLabel);
    109       this.initializationGroupBox.Controls.Add(this.weightSigmaTextBox);
     109      this.initializationGroupBox.Controls.Add(this.weightInitializationSigmaTextBox);
    110110      this.initializationGroupBox.Controls.Add(this.weightMuLabel);
    111       this.initializationGroupBox.Controls.Add(this.weightMuTextBox);
     111      this.initializationGroupBox.Controls.Add(this.weightInitializationMuTextBox);
    112112      this.initializationGroupBox.Location = new System.Drawing.Point(3, 79);
    113113      this.initializationGroupBox.Name = "initializationGroupBox";
     
    127127      this.toolTip.SetToolTip(this.weightSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
    128128      //
    129       // weightSigmaTextBox
    130       //
    131       this.weightSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    132                   | System.Windows.Forms.AnchorStyles.Right)));
    133       this.weightSigmaTextBox.Location = new System.Drawing.Point(92, 45);
    134       this.weightSigmaTextBox.Name = "weightSigmaTextBox";
    135       this.weightSigmaTextBox.Size = new System.Drawing.Size(201, 20);
    136       this.weightSigmaTextBox.TabIndex = 9;
    137       this.toolTip.SetToolTip(this.weightSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
     129      // weightInitializationSigmaTextBox
     130      //
     131      this.weightInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     132                  | System.Windows.Forms.AnchorStyles.Right)));
     133      this.weightInitializationSigmaTextBox.Location = new System.Drawing.Point(92, 45);
     134      this.weightInitializationSigmaTextBox.Name = "weightInitializationSigmaTextBox";
     135      this.weightInitializationSigmaTextBox.Size = new System.Drawing.Size(222, 20);
     136      this.weightInitializationSigmaTextBox.TabIndex = 9;
     137      this.toolTip.SetToolTip(this.weightInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
    138138              "weights.");
    139       this.weightSigmaTextBox.TextChanged += new System.EventHandler(this.weightSigmaTextBox_TextChanged);
     139      this.weightInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.weightSigmaTextBox_TextChanged);
    140140      //
    141141      // mutationGroupBox
     
    143143      this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    144144                  | System.Windows.Forms.AnchorStyles.Right)));
    145       this.mutationGroupBox.Controls.Add(this.stdDevWeightChangeLabel);
    146       this.mutationGroupBox.Controls.Add(this.weightChangeSigmaTextBox);
    147       this.mutationGroupBox.Controls.Add(this.meanWeightChangeLabel);
    148       this.mutationGroupBox.Controls.Add(this.weightChangeMuTextBox);
     145      this.mutationGroupBox.Controls.Add(this.multiplicativeWeightChangeLabel);
     146      this.mutationGroupBox.Controls.Add(this.multiplicativeWeightChangeSigmaTextBox);
     147      this.mutationGroupBox.Controls.Add(this.additiveWeightChangeLabel);
     148      this.mutationGroupBox.Controls.Add(this.additiveWeightChangeSigmaTextBox);
    149149      this.mutationGroupBox.Location = new System.Drawing.Point(3, 158);
    150150      this.mutationGroupBox.Name = "mutationGroupBox";
     
    154154      this.mutationGroupBox.Text = "Mutation";
    155155      //
    156       // stdDevWeightChangeLabel
    157       //
    158       this.stdDevWeightChangeLabel.AutoSize = true;
    159       this.stdDevWeightChangeLabel.Location = new System.Drawing.Point(6, 48);
    160       this.stdDevWeightChangeLabel.Name = "stdDevWeightChangeLabel";
    161       this.stdDevWeightChangeLabel.Size = new System.Drawing.Size(119, 13);
    162       this.stdDevWeightChangeLabel.TabIndex = 8;
    163       this.stdDevWeightChangeLabel.Text = "Weight change (sigma):";
    164       this.toolTip.SetToolTip(this.stdDevWeightChangeLabel, "The sigma parameter for the normal distribution to use to sample the change in we" +
    165               "ight.");
    166       //
    167       // weightChangeSigmaTextBox
    168       //
    169       this.weightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    170                   | System.Windows.Forms.AnchorStyles.Right)));
    171       this.weightChangeSigmaTextBox.Location = new System.Drawing.Point(131, 45);
    172       this.weightChangeSigmaTextBox.Name = "weightChangeSigmaTextBox";
    173       this.weightChangeSigmaTextBox.Size = new System.Drawing.Size(162, 20);
    174       this.weightChangeSigmaTextBox.TabIndex = 9;
    175       this.toolTip.SetToolTip(this.weightChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in we" +
    176               "ight.");
    177       this.weightChangeSigmaTextBox.TextChanged += new System.EventHandler(this.weightChangeSigmaTextBox_TextChanged);
    178       //
    179       // meanWeightChangeLabel
    180       //
    181       this.meanWeightChangeLabel.AutoSize = true;
    182       this.meanWeightChangeLabel.Location = new System.Drawing.Point(6, 22);
    183       this.meanWeightChangeLabel.Name = "meanWeightChangeLabel";
    184       this.meanWeightChangeLabel.Size = new System.Drawing.Size(106, 13);
    185       this.meanWeightChangeLabel.TabIndex = 6;
    186       this.meanWeightChangeLabel.Text = "Weight change (mu):";
    187       this.toolTip.SetToolTip(this.meanWeightChangeLabel, "The nu (mean) parameter for the normal distribution to sample the change in weigh" +
    188               "t.");
    189       //
    190       // weightChangeMuTextBox
    191       //
    192       this.weightChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    193                   | System.Windows.Forms.AnchorStyles.Right)));
    194       this.weightChangeMuTextBox.Location = new System.Drawing.Point(131, 19);
    195       this.weightChangeMuTextBox.Name = "weightChangeMuTextBox";
    196       this.weightChangeMuTextBox.Size = new System.Drawing.Size(162, 20);
    197       this.weightChangeMuTextBox.TabIndex = 7;
    198       this.toolTip.SetToolTip(this.weightChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in weigh" +
    199               "t.");
    200       this.weightChangeMuTextBox.TextChanged += new System.EventHandler(this.weightChangeMuTextBox_TextChanged);
     156      // multiplicativeWeightChangeLabel
     157      //
     158      this.multiplicativeWeightChangeLabel.AutoSize = true;
     159      this.multiplicativeWeightChangeLabel.Location = new System.Drawing.Point(6, 48);
     160      this.multiplicativeWeightChangeLabel.Name = "multiplicativeWeightChangeLabel";
     161      this.multiplicativeWeightChangeLabel.Size = new System.Drawing.Size(180, 13);
     162      this.multiplicativeWeightChangeLabel.TabIndex = 8;
     163      this.multiplicativeWeightChangeLabel.Text = "Multiplicative weight change (sigma):";
     164      this.toolTip.SetToolTip(this.multiplicativeWeightChangeLabel, "The sigma parameter for the normal distribution to use to sample a multiplicative" +
     165              " change in weight.");
     166      //
     167      // multiplicativeWeightChangeSigmaTextBox
     168      //
     169      this.multiplicativeWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     170                  | System.Windows.Forms.AnchorStyles.Right)));
     171      this.multiplicativeWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 45);
     172      this.multiplicativeWeightChangeSigmaTextBox.Name = "multiplicativeWeightChangeSigmaTextBox";
     173      this.multiplicativeWeightChangeSigmaTextBox.Size = new System.Drawing.Size(113, 20);
     174      this.multiplicativeWeightChangeSigmaTextBox.TabIndex = 9;
     175      this.toolTip.SetToolTip(this.multiplicativeWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample a multiplica" +
     176              "tive change in weight.");
     177      this.multiplicativeWeightChangeSigmaTextBox.TextChanged += new System.EventHandler(this.multiplicativeWeightChangeSigmaTextBox_TextChanged);
     178      //
     179      // additiveWeightChangeLabel
     180      //
     181      this.additiveWeightChangeLabel.AutoSize = true;
     182      this.additiveWeightChangeLabel.Location = new System.Drawing.Point(6, 22);
     183      this.additiveWeightChangeLabel.Name = "additiveWeightChangeLabel";
     184      this.additiveWeightChangeLabel.Size = new System.Drawing.Size(157, 13);
     185      this.additiveWeightChangeLabel.TabIndex = 6;
     186      this.additiveWeightChangeLabel.Text = "Additive weight change (sigma):";
     187      this.toolTip.SetToolTip(this.additiveWeightChangeLabel, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
     188              "change in weight.");
     189      //
     190      // additiveWeightChangeSigmaTextBox
     191      //
     192      this.additiveWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     193                  | System.Windows.Forms.AnchorStyles.Right)));
     194      this.additiveWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 19);
     195      this.additiveWeightChangeSigmaTextBox.Name = "additiveWeightChangeSigmaTextBox";
     196      this.additiveWeightChangeSigmaTextBox.Size = new System.Drawing.Size(113, 20);
     197      this.additiveWeightChangeSigmaTextBox.TabIndex = 7;
     198      this.toolTip.SetToolTip(this.additiveWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
     199              "change in weight.");
     200      this.additiveWeightChangeSigmaTextBox.TextChanged += new System.EventHandler(this.additiveWeightChangeSigmaTextBox_TextChanged);
    201201      //
    202202      // VariableView
     
    229229
    230230    private System.Windows.Forms.Label weightMuLabel;
    231     private System.Windows.Forms.TextBox weightMuTextBox;
     231    private System.Windows.Forms.TextBox weightInitializationMuTextBox;
    232232    protected System.Windows.Forms.GroupBox initializationGroupBox;
    233233    private System.Windows.Forms.Label weightSigmaLabel;
    234     private System.Windows.Forms.TextBox weightSigmaTextBox;
     234    private System.Windows.Forms.TextBox weightInitializationSigmaTextBox;
    235235    protected System.Windows.Forms.GroupBox mutationGroupBox;
    236     private System.Windows.Forms.Label stdDevWeightChangeLabel;
    237     private System.Windows.Forms.TextBox weightChangeSigmaTextBox;
    238     private System.Windows.Forms.Label meanWeightChangeLabel;
    239     private System.Windows.Forms.TextBox weightChangeMuTextBox;
     236    private System.Windows.Forms.Label multiplicativeWeightChangeLabel;
     237    private System.Windows.Forms.TextBox multiplicativeWeightChangeSigmaTextBox;
     238    private System.Windows.Forms.Label additiveWeightChangeLabel;
     239    private System.Windows.Forms.TextBox additiveWeightChangeSigmaTextBox;
    240240
    241241  }
Note: See TracChangeset for help on using the changeset viewer.