Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/07/10 14:11:12 (13 years ago)
Author:
mkommend
Message:

Implemented VariableCondition symbol (ticket #1325).

File:
1 copied

Legend:

Unmodified
Added
Removed
  • branches/GP.Symbols (TimeLag, Diff, Integral)/HeuristicLab.Problems.DataAnalysis.Views/3.3/Symbolic/Symbols/VariableConditionView.Designer.cs

    r5042 r5060  
    2121
    2222namespace HeuristicLab.Problems.DataAnalysis.Views.Symbolic.Symbols {
    23   partial class VariableView {
     23  partial class VariableConditionView {
    2424    /// <summary>
    2525    /// Required designer variable.
     
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.weightMuLabel = new System.Windows.Forms.Label();
    48       this.weightMuTextBox = new System.Windows.Forms.TextBox();
     47      this.thresholdInitializationMuLabel = new System.Windows.Forms.Label();
     48      this.thresholdInitializationMuTextBox = new System.Windows.Forms.TextBox();
    4949      this.initializationGroupBox = new System.Windows.Forms.GroupBox();
    50       this.weightSigmaLabel = new System.Windows.Forms.Label();
    51       this.weightSigmaTextBox = new System.Windows.Forms.TextBox();
     50      this.slopeInitializationSigmaLabel = new System.Windows.Forms.Label();
     51      this.slopeInitializationSigmaTextBox = new System.Windows.Forms.TextBox();
     52      this.slopeInitializationMuLabel = new System.Windows.Forms.Label();
     53      this.slopeInitializationMuTextBox = new System.Windows.Forms.TextBox();
     54      this.thresholdInitializationSigmaLabel = new System.Windows.Forms.Label();
     55      this.thresholdInitializationSigmaTextBox = new System.Windows.Forms.TextBox();
    5256      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();
     57      this.slopeChangeSigmaLabel = new System.Windows.Forms.Label();
     58      this.slopeChangeSigmaTextBox = new System.Windows.Forms.TextBox();
     59      this.slopeChangeMuLabel = new System.Windows.Forms.Label();
     60      this.slopeChangeMuTextBox = new System.Windows.Forms.TextBox();
     61      this.thresholdChangeSigmaLabel = new System.Windows.Forms.Label();
     62      this.thresholdChangeSigmaTextBox = new System.Windows.Forms.TextBox();
     63      this.ThresholdChangeMuLabel = new System.Windows.Forms.Label();
     64      this.thresholdChangeMuTextBox = new System.Windows.Forms.TextBox();
    5765      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5866      this.initializationGroupBox.SuspendLayout();
     
    8088      this.descriptionTextBox.Size = new System.Drawing.Size(203, 20);
    8189      //
    82       // weightMuLabel
    83       //
    84       this.weightMuLabel.AutoSize = true;
    85       this.weightMuLabel.Location = new System.Drawing.Point(6, 22);
    86       this.weightMuLabel.Name = "weightMuLabel";
    87       this.weightMuLabel.Size = new System.Drawing.Size(67, 13);
    88       this.weightMuLabel.TabIndex = 6;
    89       this.weightMuLabel.Text = "Weight (mu):";
    90       this.toolTip.SetToolTip(this.weightMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
    91       //
    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" +
    101               "al weights.");
    102       this.weightMuTextBox.TextChanged += new System.EventHandler(this.weightMuTextBox_TextChanged);
     90      // thresholdInitializationMuLabel
     91      //
     92      this.thresholdInitializationMuLabel.AutoSize = true;
     93      this.thresholdInitializationMuLabel.Location = new System.Drawing.Point(6, 18);
     94      this.thresholdInitializationMuLabel.Name = "thresholdInitializationMuLabel";
     95      this.thresholdInitializationMuLabel.Size = new System.Drawing.Size(80, 13);
     96      this.thresholdInitializationMuLabel.TabIndex = 6;
     97      this.thresholdInitializationMuLabel.Text = "Threshold (mu):";
     98      this.toolTip.SetToolTip(this.thresholdInitializationMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
     99      //
     100      // thresholdInitializationMuTextBox
     101      //
     102      this.thresholdInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     103                  | System.Windows.Forms.AnchorStyles.Right)));
     104      this.thresholdInitializationMuTextBox.Location = new System.Drawing.Point(114, 15);
     105      this.thresholdInitializationMuTextBox.Name = "thresholdInitializationMuTextBox";
     106      this.thresholdInitializationMuTextBox.Size = new System.Drawing.Size(197, 20);
     107      this.thresholdInitializationMuTextBox.TabIndex = 7;
     108      this.toolTip.SetToolTip(this.thresholdInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
     109              "al thresholds.");
     110      this.thresholdInitializationMuTextBox.TextChanged += new System.EventHandler(this.thresholdMuTextBox_TextChanged);
    103111      //
    104112      // initializationGroupBox
     
    106114      this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    107115                  | System.Windows.Forms.AnchorStyles.Right)));
    108       this.initializationGroupBox.Controls.Add(this.weightSigmaLabel);
    109       this.initializationGroupBox.Controls.Add(this.weightSigmaTextBox);
    110       this.initializationGroupBox.Controls.Add(this.weightMuLabel);
    111       this.initializationGroupBox.Controls.Add(this.weightMuTextBox);
     116      this.initializationGroupBox.Controls.Add(this.slopeInitializationSigmaLabel);
     117      this.initializationGroupBox.Controls.Add(this.slopeInitializationSigmaTextBox);
     118      this.initializationGroupBox.Controls.Add(this.slopeInitializationMuLabel);
     119      this.initializationGroupBox.Controls.Add(this.slopeInitializationMuTextBox);
     120      this.initializationGroupBox.Controls.Add(this.thresholdInitializationSigmaLabel);
     121      this.initializationGroupBox.Controls.Add(this.thresholdInitializationSigmaTextBox);
     122      this.initializationGroupBox.Controls.Add(this.thresholdInitializationMuLabel);
     123      this.initializationGroupBox.Controls.Add(this.thresholdInitializationMuTextBox);
    112124      this.initializationGroupBox.Location = new System.Drawing.Point(3, 79);
    113125      this.initializationGroupBox.Name = "initializationGroupBox";
    114       this.initializationGroupBox.Size = new System.Drawing.Size(320, 73);
     126      this.initializationGroupBox.Size = new System.Drawing.Size(320, 127);
    115127      this.initializationGroupBox.TabIndex = 8;
    116128      this.initializationGroupBox.TabStop = false;
    117129      this.initializationGroupBox.Text = "Initialization";
    118130      //
    119       // weightSigmaLabel
    120       //
    121       this.weightSigmaLabel.AutoSize = true;
    122       this.weightSigmaLabel.Location = new System.Drawing.Point(6, 48);
    123       this.weightSigmaLabel.Name = "weightSigmaLabel";
    124       this.weightSigmaLabel.Size = new System.Drawing.Size(80, 13);
    125       this.weightSigmaLabel.TabIndex = 8;
    126       this.weightSigmaLabel.Text = "Weight (sigma):";
    127       this.toolTip.SetToolTip(this.weightSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
    128       //
    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 " +
    138               "weights.");
    139       this.weightSigmaTextBox.TextChanged += new System.EventHandler(this.weightSigmaTextBox_TextChanged);
     131      // slopeInitializationSigmaLabel
     132      //
     133      this.slopeInitializationSigmaLabel.AutoSize = true;
     134      this.slopeInitializationSigmaLabel.Location = new System.Drawing.Point(6, 105);
     135      this.slopeInitializationSigmaLabel.Name = "slopeInitializationSigmaLabel";
     136      this.slopeInitializationSigmaLabel.Size = new System.Drawing.Size(73, 13);
     137      this.slopeInitializationSigmaLabel.TabIndex = 12;
     138      this.slopeInitializationSigmaLabel.Text = "Slope (sigma):";
     139      this.toolTip.SetToolTip(this.slopeInitializationSigmaLabel, "The sigma parameter for the normal distribution to use for the initial slopes.");
     140      //
     141      // slopeInitializationSigmaTextBox
     142      //
     143      this.slopeInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     144                  | System.Windows.Forms.AnchorStyles.Right)));
     145      this.slopeInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 102);
     146      this.slopeInitializationSigmaTextBox.Name = "slopeInitializationSigmaTextBox";
     147      this.slopeInitializationSigmaTextBox.Size = new System.Drawing.Size(197, 20);
     148      this.slopeInitializationSigmaTextBox.TabIndex = 13;
     149      this.toolTip.SetToolTip(this.slopeInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
     150              "slopes.");
     151      this.slopeInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.slopeInitializationSigmaTextBox_TextChanged);
     152      //
     153      // slopeInitializationMuLabel
     154      //
     155      this.slopeInitializationMuLabel.AutoSize = true;
     156      this.slopeInitializationMuLabel.Location = new System.Drawing.Point(6, 79);
     157      this.slopeInitializationMuLabel.Name = "slopeInitializationMuLabel";
     158      this.slopeInitializationMuLabel.Size = new System.Drawing.Size(60, 13);
     159      this.slopeInitializationMuLabel.TabIndex = 10;
     160      this.slopeInitializationMuLabel.Text = "Slope (mu):";
     161      this.toolTip.SetToolTip(this.slopeInitializationMuLabel, "The mu (mean) parameter of the normal distribution to use for initial slopes.");
     162      //
     163      // slopeInitializationMuTextBox
     164      //
     165      this.slopeInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     166                  | System.Windows.Forms.AnchorStyles.Right)));
     167      this.slopeInitializationMuTextBox.Location = new System.Drawing.Point(114, 76);
     168      this.slopeInitializationMuTextBox.Name = "slopeInitializationMuTextBox";
     169      this.slopeInitializationMuTextBox.Size = new System.Drawing.Size(197, 20);
     170      this.slopeInitializationMuTextBox.TabIndex = 11;
     171      this.toolTip.SetToolTip(this.slopeInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
     172              "al slopes.");
     173      this.slopeInitializationMuTextBox.TextChanged += new System.EventHandler(this.slopeInitializationMuTextBox_TextChanged);
     174      //
     175      // thresholdInitializationSigmaLabel
     176      //
     177      this.thresholdInitializationSigmaLabel.AutoSize = true;
     178      this.thresholdInitializationSigmaLabel.Location = new System.Drawing.Point(6, 44);
     179      this.thresholdInitializationSigmaLabel.Name = "thresholdInitializationSigmaLabel";
     180      this.thresholdInitializationSigmaLabel.Size = new System.Drawing.Size(93, 13);
     181      this.thresholdInitializationSigmaLabel.TabIndex = 8;
     182      this.thresholdInitializationSigmaLabel.Text = "Threshold (sigma):";
     183      this.toolTip.SetToolTip(this.thresholdInitializationSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
     184      //
     185      // thresholdInitializationSigmaTextBox
     186      //
     187      this.thresholdInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     188                  | System.Windows.Forms.AnchorStyles.Right)));
     189      this.thresholdInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 41);
     190      this.thresholdInitializationSigmaTextBox.Name = "thresholdInitializationSigmaTextBox";
     191      this.thresholdInitializationSigmaTextBox.Size = new System.Drawing.Size(197, 20);
     192      this.thresholdInitializationSigmaTextBox.TabIndex = 9;
     193      this.toolTip.SetToolTip(this.thresholdInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
     194              "thresholds.");
     195      this.thresholdInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.thresholdInitializationSigmaTextBox_TextChanged);
    140196      //
    141197      // mutationGroupBox
     
    143199      this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    144200                  | 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);
    149       this.mutationGroupBox.Location = new System.Drawing.Point(3, 158);
     201      this.mutationGroupBox.Controls.Add(this.slopeChangeSigmaLabel);
     202      this.mutationGroupBox.Controls.Add(this.slopeChangeSigmaTextBox);
     203      this.mutationGroupBox.Controls.Add(this.slopeChangeMuLabel);
     204      this.mutationGroupBox.Controls.Add(this.slopeChangeMuTextBox);
     205      this.mutationGroupBox.Controls.Add(this.thresholdChangeSigmaLabel);
     206      this.mutationGroupBox.Controls.Add(this.thresholdChangeSigmaTextBox);
     207      this.mutationGroupBox.Controls.Add(this.ThresholdChangeMuLabel);
     208      this.mutationGroupBox.Controls.Add(this.thresholdChangeMuTextBox);
     209      this.mutationGroupBox.Location = new System.Drawing.Point(3, 212);
    150210      this.mutationGroupBox.Name = "mutationGroupBox";
    151       this.mutationGroupBox.Size = new System.Drawing.Size(320, 73);
     211      this.mutationGroupBox.Size = new System.Drawing.Size(320, 127);
    152212      this.mutationGroupBox.TabIndex = 9;
    153213      this.mutationGroupBox.TabStop = false;
    154214      this.mutationGroupBox.Text = "Mutation";
    155215      //
    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);
    201       //
    202       // VariableView
     216      // slopeChangeSigmaLabel
     217      //
     218      this.slopeChangeSigmaLabel.AutoSize = true;
     219      this.slopeChangeSigmaLabel.Location = new System.Drawing.Point(6, 102);
     220      this.slopeChangeSigmaLabel.Name = "slopeChangeSigmaLabel";
     221      this.slopeChangeSigmaLabel.Size = new System.Drawing.Size(112, 13);
     222      this.slopeChangeSigmaLabel.TabIndex = 12;
     223      this.slopeChangeSigmaLabel.Text = "Slope change (sigma):";
     224      this.toolTip.SetToolTip(this.slopeChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in sl" +
     225              "ope.");
     226      //
     227      // slopeChangeSigmaTextBox
     228      //
     229      this.slopeChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     230                  | System.Windows.Forms.AnchorStyles.Right)));
     231      this.slopeChangeSigmaTextBox.Location = new System.Drawing.Point(149, 99);
     232      this.slopeChangeSigmaTextBox.Name = "slopeChangeSigmaTextBox";
     233      this.slopeChangeSigmaTextBox.Size = new System.Drawing.Size(162, 20);
     234      this.slopeChangeSigmaTextBox.TabIndex = 13;
     235      this.toolTip.SetToolTip(this.slopeChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in sl" +
     236              "ope.");
     237      this.slopeChangeSigmaTextBox.TextChanged += new System.EventHandler(this.slopeChangeSigmaTextBox_TextChanged);
     238      //
     239      // slopeChangeMuLabel
     240      //
     241      this.slopeChangeMuLabel.AutoSize = true;
     242      this.slopeChangeMuLabel.Location = new System.Drawing.Point(6, 76);
     243      this.slopeChangeMuLabel.Name = "slopeChangeMuLabel";
     244      this.slopeChangeMuLabel.Size = new System.Drawing.Size(99, 13);
     245      this.slopeChangeMuLabel.TabIndex = 10;
     246      this.slopeChangeMuLabel.Text = "Slope change (mu):";
     247      this.toolTip.SetToolTip(this.slopeChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in slope" +
     248              ".");
     249      //
     250      // slopeChangeMuTextBox
     251      //
     252      this.slopeChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     253                  | System.Windows.Forms.AnchorStyles.Right)));
     254      this.slopeChangeMuTextBox.Location = new System.Drawing.Point(149, 73);
     255      this.slopeChangeMuTextBox.Name = "slopeChangeMuTextBox";
     256      this.slopeChangeMuTextBox.Size = new System.Drawing.Size(162, 20);
     257      this.slopeChangeMuTextBox.TabIndex = 11;
     258      this.toolTip.SetToolTip(this.slopeChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in slope" +
     259              ".");
     260      this.slopeChangeMuTextBox.TextChanged += new System.EventHandler(this.slopeChangeMuTextBox_TextChanged);
     261      //
     262      // thresholdChangeSigmaLabel
     263      //
     264      this.thresholdChangeSigmaLabel.AutoSize = true;
     265      this.thresholdChangeSigmaLabel.Location = new System.Drawing.Point(6, 44);
     266      this.thresholdChangeSigmaLabel.Name = "thresholdChangeSigmaLabel";
     267      this.thresholdChangeSigmaLabel.Size = new System.Drawing.Size(132, 13);
     268      this.thresholdChangeSigmaLabel.TabIndex = 8;
     269      this.thresholdChangeSigmaLabel.Text = "Threshold change (sigma):";
     270      this.toolTip.SetToolTip(this.thresholdChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in th" +
     271              "reshold.");
     272      //
     273      // thresholdChangeSigmaTextBox
     274      //
     275      this.thresholdChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     276                  | System.Windows.Forms.AnchorStyles.Right)));
     277      this.thresholdChangeSigmaTextBox.Location = new System.Drawing.Point(149, 41);
     278      this.thresholdChangeSigmaTextBox.Name = "thresholdChangeSigmaTextBox";
     279      this.thresholdChangeSigmaTextBox.Size = new System.Drawing.Size(162, 20);
     280      this.thresholdChangeSigmaTextBox.TabIndex = 9;
     281      this.toolTip.SetToolTip(this.thresholdChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in th" +
     282              "reshold.");
     283      this.thresholdChangeSigmaTextBox.TextChanged += new System.EventHandler(this.thresholdChangeSigmaTextBox_TextChanged);
     284      //
     285      // ThresholdChangeMuLabel
     286      //
     287      this.ThresholdChangeMuLabel.AutoSize = true;
     288      this.ThresholdChangeMuLabel.Location = new System.Drawing.Point(6, 18);
     289      this.ThresholdChangeMuLabel.Name = "ThresholdChangeMuLabel";
     290      this.ThresholdChangeMuLabel.Size = new System.Drawing.Size(119, 13);
     291      this.ThresholdChangeMuLabel.TabIndex = 6;
     292      this.ThresholdChangeMuLabel.Text = "Threshold change (mu):";
     293      this.toolTip.SetToolTip(this.ThresholdChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in thres" +
     294              "hold.");
     295      //
     296      // thresholdChangeMuTextBox
     297      //
     298      this.thresholdChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     299                  | System.Windows.Forms.AnchorStyles.Right)));
     300      this.thresholdChangeMuTextBox.Location = new System.Drawing.Point(149, 15);
     301      this.thresholdChangeMuTextBox.Name = "thresholdChangeMuTextBox";
     302      this.thresholdChangeMuTextBox.Size = new System.Drawing.Size(162, 20);
     303      this.thresholdChangeMuTextBox.TabIndex = 7;
     304      this.toolTip.SetToolTip(this.thresholdChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in thres" +
     305              "hold.");
     306      this.thresholdChangeMuTextBox.TextChanged += new System.EventHandler(this.thresholdChangeMuTextBox_TextChanged);
     307      //
     308      // VariableConditionView
    203309      //
    204310      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     
    206312      this.Controls.Add(this.mutationGroupBox);
    207313      this.Controls.Add(this.initializationGroupBox);
    208       this.Name = "VariableView";
    209       this.Size = new System.Drawing.Size(326, 235);
     314      this.Name = "VariableConditionView";
     315      this.Size = new System.Drawing.Size(326, 344);
    210316      this.Controls.SetChildIndex(this.initializationGroupBox, 0);
    211317      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
     
    228334    #endregion
    229335
    230     private System.Windows.Forms.Label weightMuLabel;
    231     private System.Windows.Forms.TextBox weightMuTextBox;
     336    private System.Windows.Forms.Label thresholdInitializationMuLabel;
     337    private System.Windows.Forms.TextBox thresholdInitializationMuTextBox;
    232338    protected System.Windows.Forms.GroupBox initializationGroupBox;
    233     private System.Windows.Forms.Label weightSigmaLabel;
    234     private System.Windows.Forms.TextBox weightSigmaTextBox;
     339    private System.Windows.Forms.Label thresholdInitializationSigmaLabel;
     340    private System.Windows.Forms.TextBox thresholdInitializationSigmaTextBox;
    235341    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;
     342    private System.Windows.Forms.Label thresholdChangeSigmaLabel;
     343    private System.Windows.Forms.TextBox thresholdChangeSigmaTextBox;
     344    private System.Windows.Forms.Label ThresholdChangeMuLabel;
     345    private System.Windows.Forms.TextBox thresholdChangeMuTextBox;
     346    private System.Windows.Forms.Label slopeInitializationSigmaLabel;
     347    private System.Windows.Forms.TextBox slopeInitializationSigmaTextBox;
     348    private System.Windows.Forms.Label slopeInitializationMuLabel;
     349    private System.Windows.Forms.TextBox slopeInitializationMuTextBox;
     350    private System.Windows.Forms.Label slopeChangeSigmaLabel;
     351    private System.Windows.Forms.TextBox slopeChangeSigmaTextBox;
     352    private System.Windows.Forms.Label slopeChangeMuLabel;
     353    private System.Windows.Forms.TextBox slopeChangeMuTextBox;
    240354
    241355  }
Note: See TracChangeset for help on using the changeset viewer.