Changeset 9126 for branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols
- Timestamp:
- 01/08/13 15:36:13 (12 years ago)
- Location:
- branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views
- Property svn:mergeinfo changed
-
branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4
- Property svn:ignore
-
old new 2 2 obj 3 3 *.user 4 HeuristicLabProblemsDataAnalysisSymbolicViewsPlugin.cs5 4 *.vs10x 6 5 Plugin.cs
-
- Property svn:ignore
-
branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/ConstantView.Designer.cs
r7259 r9126 214 214 // 215 215 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 216 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;216 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 217 217 this.Controls.Add(this.mutationGroupBox); 218 218 this.Controls.Add(this.initializationGroupBox); -
branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/LaggedVariableView.Designer.cs
r7259 r9126 183 183 // 184 184 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 185 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;185 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 186 186 this.Controls.Add(this.minTimeOffsetTextBox); 187 187 this.Controls.Add(this.maxTimeOffsetLabel); -
branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/TimeLagView.Designer.cs
r7259 r9126 123 123 // 124 124 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 125 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;125 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 126 126 this.Controls.Add(this.maxTimeOffsetTextBox); 127 127 this.Controls.Add(this.minTimeOffsetTextBox); -
branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/VariableConditionView.Designer.cs
r6819 r9126 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 0Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 46 46 /// </summary> 47 47 private void InitializeComponent() { 48 this.thresholdInitializationMuLabel = new System.Windows.Forms.Label();49 this.thresholdInitializationMuTextBox = new System.Windows.Forms.TextBox();50 this.initializationGroupBox = new System.Windows.Forms.GroupBox();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();57 48 this.mutationGroupBox = new System.Windows.Forms.GroupBox(); 58 49 this.slopeChangeSigmaLabel = new System.Windows.Forms.Label(); … … 64 55 this.ThresholdChangeMuLabel = new System.Windows.Forms.Label(); 65 56 this.thresholdChangeMuTextBox = new System.Windows.Forms.TextBox(); 57 this.tabControl = new System.Windows.Forms.TabControl(); 58 this.variableNamesTabPage = new System.Windows.Forms.TabPage(); 59 this.parametersTabPage = new System.Windows.Forms.TabPage(); 60 this.initializationGroupBox = new System.Windows.Forms.GroupBox(); 61 this.slopeInitializationSigmaLabel = new System.Windows.Forms.Label(); 62 this.slopeInitializationSigmaTextBox = new System.Windows.Forms.TextBox(); 63 this.slopeInitializationMuLabel = new System.Windows.Forms.Label(); 64 this.slopeInitializationMuTextBox = new System.Windows.Forms.TextBox(); 65 this.thresholdInitializationSigmaLabel = new System.Windows.Forms.Label(); 66 this.thresholdInitializationSigmaTextBox = new System.Windows.Forms.TextBox(); 67 this.thresholdInitializationMuLabel = new System.Windows.Forms.Label(); 68 this.thresholdInitializationMuTextBox = new System.Windows.Forms.TextBox(); 66 69 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 70 this.mutationGroupBox.SuspendLayout(); 71 this.tabControl.SuspendLayout(); 72 this.parametersTabPage.SuspendLayout(); 67 73 this.initializationGroupBox.SuspendLayout(); 68 this.mutationGroupBox.SuspendLayout();69 74 this.SuspendLayout(); 70 75 // … … 76 81 // 77 82 this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 78 this.initialFrequencyTextBox.Size = new System.Drawing.Size(233, 20); 83 this.initialFrequencyTextBox.Size = new System.Drawing.Size(427, 20); 84 // 85 // minimumArityLabel 86 // 87 this.toolTip.SetToolTip(this.minimumArityLabel, "The minimum arity of the symbol"); 88 // 89 // maximumArityLabel 90 // 91 this.toolTip.SetToolTip(this.maximumArityLabel, "The maximum arity of the symbol"); 79 92 // 80 93 // minimumArityTextBox 81 94 // 82 95 this.errorProvider.SetIconAlignment(this.minimumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 96 this.minimumArityTextBox.Size = new System.Drawing.Size(421, 20); 83 97 // 84 98 // maximumArityTextBox 85 99 // 86 100 this.errorProvider.SetIconAlignment(this.maximumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 101 this.maximumArityTextBox.Size = new System.Drawing.Size(421, 20); 87 102 // 88 103 // nameTextBox … … 90 105 this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 91 106 this.errorProvider.SetIconPadding(this.nameTextBox, 2); 92 this.nameTextBox.Size = new System.Drawing.Size(203, 20); 93 // 94 // thresholdInitializationMuLabel 95 // 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); 100 this.thresholdInitializationMuLabel.TabIndex = 0; 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."); 103 // 104 // thresholdInitializationMuTextBox 105 // 106 this.thresholdInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 107 | System.Windows.Forms.AnchorStyles.Right))); 108 this.thresholdInitializationMuTextBox.Location = new System.Drawing.Point(114, 15); 109 this.thresholdInitializationMuTextBox.Name = "thresholdInitializationMuTextBox"; 110 this.thresholdInitializationMuTextBox.Size = new System.Drawing.Size(203, 20); 111 this.thresholdInitializationMuTextBox.TabIndex = 1; 112 this.toolTip.SetToolTip(this.thresholdInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" + 113 "al thresholds."); 114 this.thresholdInitializationMuTextBox.TextChanged += new System.EventHandler(this.thresholdMuTextBox_TextChanged); 107 this.nameTextBox.Size = new System.Drawing.Size(397, 20); 108 // 109 // infoLabel 110 // 111 this.infoLabel.Location = new System.Drawing.Point(495, 3); 112 // 113 // mutationGroupBox 114 // 115 this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 116 | System.Windows.Forms.AnchorStyles.Right))); 117 this.mutationGroupBox.Controls.Add(this.slopeChangeSigmaLabel); 118 this.mutationGroupBox.Controls.Add(this.slopeChangeSigmaTextBox); 119 this.mutationGroupBox.Controls.Add(this.slopeChangeMuLabel); 120 this.mutationGroupBox.Controls.Add(this.slopeChangeMuTextBox); 121 this.mutationGroupBox.Controls.Add(this.thresholdChangeSigmaLabel); 122 this.mutationGroupBox.Controls.Add(this.thresholdChangeSigmaTextBox); 123 this.mutationGroupBox.Controls.Add(this.ThresholdChangeMuLabel); 124 this.mutationGroupBox.Controls.Add(this.thresholdChangeMuTextBox); 125 this.mutationGroupBox.Location = new System.Drawing.Point(6, 142); 126 this.mutationGroupBox.Name = "mutationGroupBox"; 127 this.mutationGroupBox.Size = new System.Drawing.Size(503, 126); 128 this.mutationGroupBox.TabIndex = 6; 129 this.mutationGroupBox.TabStop = false; 130 this.mutationGroupBox.Text = "Mutation"; 131 // 132 // slopeChangeSigmaLabel 133 // 134 this.slopeChangeSigmaLabel.AutoSize = true; 135 this.slopeChangeSigmaLabel.Location = new System.Drawing.Point(6, 102); 136 this.slopeChangeSigmaLabel.Name = "slopeChangeSigmaLabel"; 137 this.slopeChangeSigmaLabel.Size = new System.Drawing.Size(112, 13); 138 this.slopeChangeSigmaLabel.TabIndex = 6; 139 this.slopeChangeSigmaLabel.Text = "Slope change (sigma):"; 140 this.toolTip.SetToolTip(this.slopeChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in sl" + 141 "ope."); 142 // 143 // slopeChangeSigmaTextBox 144 // 145 this.slopeChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 146 | System.Windows.Forms.AnchorStyles.Right))); 147 this.slopeChangeSigmaTextBox.Location = new System.Drawing.Point(149, 99); 148 this.slopeChangeSigmaTextBox.Name = "slopeChangeSigmaTextBox"; 149 this.slopeChangeSigmaTextBox.Size = new System.Drawing.Size(345, 20); 150 this.slopeChangeSigmaTextBox.TabIndex = 7; 151 this.toolTip.SetToolTip(this.slopeChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in sl" + 152 "ope."); 153 this.slopeChangeSigmaTextBox.TextChanged += new System.EventHandler(this.SlopeChangeSigmaTextBox_TextChanged); 154 // 155 // slopeChangeMuLabel 156 // 157 this.slopeChangeMuLabel.AutoSize = true; 158 this.slopeChangeMuLabel.Location = new System.Drawing.Point(6, 76); 159 this.slopeChangeMuLabel.Name = "slopeChangeMuLabel"; 160 this.slopeChangeMuLabel.Size = new System.Drawing.Size(99, 13); 161 this.slopeChangeMuLabel.TabIndex = 4; 162 this.slopeChangeMuLabel.Text = "Slope change (mu):"; 163 this.toolTip.SetToolTip(this.slopeChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in slope" + 164 "."); 165 // 166 // slopeChangeMuTextBox 167 // 168 this.slopeChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 169 | System.Windows.Forms.AnchorStyles.Right))); 170 this.slopeChangeMuTextBox.Location = new System.Drawing.Point(149, 73); 171 this.slopeChangeMuTextBox.Name = "slopeChangeMuTextBox"; 172 this.slopeChangeMuTextBox.Size = new System.Drawing.Size(345, 20); 173 this.slopeChangeMuTextBox.TabIndex = 5; 174 this.toolTip.SetToolTip(this.slopeChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in slope" + 175 "."); 176 this.slopeChangeMuTextBox.TextChanged += new System.EventHandler(this.SlopeChangeMuTextBox_TextChanged); 177 // 178 // thresholdChangeSigmaLabel 179 // 180 this.thresholdChangeSigmaLabel.AutoSize = true; 181 this.thresholdChangeSigmaLabel.Location = new System.Drawing.Point(6, 44); 182 this.thresholdChangeSigmaLabel.Name = "thresholdChangeSigmaLabel"; 183 this.thresholdChangeSigmaLabel.Size = new System.Drawing.Size(132, 13); 184 this.thresholdChangeSigmaLabel.TabIndex = 2; 185 this.thresholdChangeSigmaLabel.Text = "Threshold change (sigma):"; 186 this.toolTip.SetToolTip(this.thresholdChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in th" + 187 "reshold."); 188 // 189 // thresholdChangeSigmaTextBox 190 // 191 this.thresholdChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 192 | System.Windows.Forms.AnchorStyles.Right))); 193 this.thresholdChangeSigmaTextBox.Location = new System.Drawing.Point(149, 41); 194 this.thresholdChangeSigmaTextBox.Name = "thresholdChangeSigmaTextBox"; 195 this.thresholdChangeSigmaTextBox.Size = new System.Drawing.Size(345, 20); 196 this.thresholdChangeSigmaTextBox.TabIndex = 3; 197 this.toolTip.SetToolTip(this.thresholdChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in th" + 198 "reshold."); 199 this.thresholdChangeSigmaTextBox.TextChanged += new System.EventHandler(this.ThresholdChangeSigmaTextBox_TextChanged); 200 // 201 // ThresholdChangeMuLabel 202 // 203 this.ThresholdChangeMuLabel.AutoSize = true; 204 this.ThresholdChangeMuLabel.Location = new System.Drawing.Point(6, 18); 205 this.ThresholdChangeMuLabel.Name = "ThresholdChangeMuLabel"; 206 this.ThresholdChangeMuLabel.Size = new System.Drawing.Size(119, 13); 207 this.ThresholdChangeMuLabel.TabIndex = 0; 208 this.ThresholdChangeMuLabel.Text = "Threshold change (mu):"; 209 this.toolTip.SetToolTip(this.ThresholdChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in thres" + 210 "hold."); 211 // 212 // thresholdChangeMuTextBox 213 // 214 this.thresholdChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 215 | System.Windows.Forms.AnchorStyles.Right))); 216 this.thresholdChangeMuTextBox.Location = new System.Drawing.Point(149, 15); 217 this.thresholdChangeMuTextBox.Name = "thresholdChangeMuTextBox"; 218 this.thresholdChangeMuTextBox.Size = new System.Drawing.Size(345, 20); 219 this.thresholdChangeMuTextBox.TabIndex = 1; 220 this.toolTip.SetToolTip(this.thresholdChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in thres" + 221 "hold."); 222 this.thresholdChangeMuTextBox.TextChanged += new System.EventHandler(this.ThresholdChangeMuTextBox_TextChanged); 223 // 224 // tabControl 225 // 226 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 227 | System.Windows.Forms.AnchorStyles.Left) 228 | System.Windows.Forms.AnchorStyles.Right))); 229 this.tabControl.Controls.Add(this.variableNamesTabPage); 230 this.tabControl.Controls.Add(this.parametersTabPage); 231 this.tabControl.Location = new System.Drawing.Point(0, 127); 232 this.tabControl.Name = "tabControl"; 233 this.tabControl.SelectedIndex = 0; 234 this.tabControl.Size = new System.Drawing.Size(520, 299); 235 this.tabControl.TabIndex = 10; 236 // 237 // variableNamesTabPage 238 // 239 this.variableNamesTabPage.Location = new System.Drawing.Point(4, 22); 240 this.variableNamesTabPage.Name = "variableNamesTabPage"; 241 this.variableNamesTabPage.Padding = new System.Windows.Forms.Padding(3); 242 this.variableNamesTabPage.Size = new System.Drawing.Size(512, 273); 243 this.variableNamesTabPage.TabIndex = 0; 244 this.variableNamesTabPage.Text = "Variable Names"; 245 this.variableNamesTabPage.UseVisualStyleBackColor = true; 246 // 247 // parametersTabPage 248 // 249 this.parametersTabPage.Controls.Add(this.initializationGroupBox); 250 this.parametersTabPage.Controls.Add(this.mutationGroupBox); 251 this.parametersTabPage.Location = new System.Drawing.Point(4, 22); 252 this.parametersTabPage.Name = "parametersTabPage"; 253 this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3); 254 this.parametersTabPage.Size = new System.Drawing.Size(512, 273); 255 this.parametersTabPage.TabIndex = 1; 256 this.parametersTabPage.Text = "Parameters"; 257 this.parametersTabPage.UseVisualStyleBackColor = true; 115 258 // 116 259 // initializationGroupBox 117 260 // 118 261 this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 119 | System.Windows.Forms.AnchorStyles.Right)));262 | System.Windows.Forms.AnchorStyles.Right))); 120 263 this.initializationGroupBox.Controls.Add(this.slopeInitializationSigmaLabel); 121 264 this.initializationGroupBox.Controls.Add(this.slopeInitializationSigmaTextBox); … … 126 269 this.initializationGroupBox.Controls.Add(this.thresholdInitializationMuLabel); 127 270 this.initializationGroupBox.Controls.Add(this.thresholdInitializationMuTextBox); 128 this.initializationGroupBox.Location = new System.Drawing.Point( 0, 127);271 this.initializationGroupBox.Location = new System.Drawing.Point(6, 6); 129 272 this.initializationGroupBox.Name = "initializationGroupBox"; 130 this.initializationGroupBox.Size = new System.Drawing.Size( 326, 127);131 this.initializationGroupBox.TabIndex = 5;273 this.initializationGroupBox.Size = new System.Drawing.Size(503, 130); 274 this.initializationGroupBox.TabIndex = 6; 132 275 this.initializationGroupBox.TabStop = false; 133 276 this.initializationGroupBox.Text = "Initialization"; … … 146 289 // 147 290 this.slopeInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 148 | System.Windows.Forms.AnchorStyles.Right)));291 | System.Windows.Forms.AnchorStyles.Right))); 149 292 this.slopeInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 102); 150 293 this.slopeInitializationSigmaTextBox.Name = "slopeInitializationSigmaTextBox"; 151 this.slopeInitializationSigmaTextBox.Size = new System.Drawing.Size( 203, 20);294 this.slopeInitializationSigmaTextBox.Size = new System.Drawing.Size(380, 20); 152 295 this.slopeInitializationSigmaTextBox.TabIndex = 7; 153 296 this.toolTip.SetToolTip(this.slopeInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " + 154 "slopes.");155 this.slopeInitializationSigmaTextBox.TextChanged += new System.EventHandler(this. slopeInitializationSigmaTextBox_TextChanged);297 "slopes."); 298 this.slopeInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.SlopeInitializationSigmaTextBox_TextChanged); 156 299 // 157 300 // slopeInitializationMuLabel … … 168 311 // 169 312 this.slopeInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 170 | System.Windows.Forms.AnchorStyles.Right)));313 | System.Windows.Forms.AnchorStyles.Right))); 171 314 this.slopeInitializationMuTextBox.Location = new System.Drawing.Point(114, 76); 172 315 this.slopeInitializationMuTextBox.Name = "slopeInitializationMuTextBox"; 173 this.slopeInitializationMuTextBox.Size = new System.Drawing.Size( 203, 20);316 this.slopeInitializationMuTextBox.Size = new System.Drawing.Size(380, 20); 174 317 this.slopeInitializationMuTextBox.TabIndex = 5; 175 318 this.toolTip.SetToolTip(this.slopeInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" + 176 "al slopes.");177 this.slopeInitializationMuTextBox.TextChanged += new System.EventHandler(this. slopeInitializationMuTextBox_TextChanged);319 "al slopes."); 320 this.slopeInitializationMuTextBox.TextChanged += new System.EventHandler(this.SlopeInitializationMuTextBox_TextChanged); 178 321 // 179 322 // thresholdInitializationSigmaLabel … … 190 333 // 191 334 this.thresholdInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 192 | System.Windows.Forms.AnchorStyles.Right)));335 | System.Windows.Forms.AnchorStyles.Right))); 193 336 this.thresholdInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 41); 194 337 this.thresholdInitializationSigmaTextBox.Name = "thresholdInitializationSigmaTextBox"; 195 this.thresholdInitializationSigmaTextBox.Size = new System.Drawing.Size( 203, 20);338 this.thresholdInitializationSigmaTextBox.Size = new System.Drawing.Size(380, 20); 196 339 this.thresholdInitializationSigmaTextBox.TabIndex = 3; 197 340 this.toolTip.SetToolTip(this.thresholdInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " + 198 "thresholds."); 199 this.thresholdInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.thresholdInitializationSigmaTextBox_TextChanged); 200 // 201 // mutationGroupBox 202 // 203 this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 204 | System.Windows.Forms.AnchorStyles.Right))); 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); 213 this.mutationGroupBox.Location = new System.Drawing.Point(0, 260); 214 this.mutationGroupBox.Name = "mutationGroupBox"; 215 this.mutationGroupBox.Size = new System.Drawing.Size(326, 127); 216 this.mutationGroupBox.TabIndex = 6; 217 this.mutationGroupBox.TabStop = false; 218 this.mutationGroupBox.Text = "Mutation"; 219 // 220 // slopeChangeSigmaLabel 221 // 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); 226 this.slopeChangeSigmaLabel.TabIndex = 6; 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" + 229 "ope."); 230 // 231 // slopeChangeSigmaTextBox 232 // 233 this.slopeChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 234 | System.Windows.Forms.AnchorStyles.Right))); 235 this.slopeChangeSigmaTextBox.Location = new System.Drawing.Point(149, 99); 236 this.slopeChangeSigmaTextBox.Name = "slopeChangeSigmaTextBox"; 237 this.slopeChangeSigmaTextBox.Size = new System.Drawing.Size(168, 20); 238 this.slopeChangeSigmaTextBox.TabIndex = 7; 239 this.toolTip.SetToolTip(this.slopeChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in sl" + 240 "ope."); 241 this.slopeChangeSigmaTextBox.TextChanged += new System.EventHandler(this.slopeChangeSigmaTextBox_TextChanged); 242 // 243 // slopeChangeMuLabel 244 // 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); 249 this.slopeChangeMuLabel.TabIndex = 4; 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" + 252 "."); 253 // 254 // slopeChangeMuTextBox 255 // 256 this.slopeChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 257 | System.Windows.Forms.AnchorStyles.Right))); 258 this.slopeChangeMuTextBox.Location = new System.Drawing.Point(149, 73); 259 this.slopeChangeMuTextBox.Name = "slopeChangeMuTextBox"; 260 this.slopeChangeMuTextBox.Size = new System.Drawing.Size(168, 20); 261 this.slopeChangeMuTextBox.TabIndex = 5; 262 this.toolTip.SetToolTip(this.slopeChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in slope" + 263 "."); 264 this.slopeChangeMuTextBox.TextChanged += new System.EventHandler(this.slopeChangeMuTextBox_TextChanged); 265 // 266 // thresholdChangeSigmaLabel 267 // 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); 272 this.thresholdChangeSigmaLabel.TabIndex = 2; 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" + 275 "reshold."); 276 // 277 // thresholdChangeSigmaTextBox 278 // 279 this.thresholdChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 280 | System.Windows.Forms.AnchorStyles.Right))); 281 this.thresholdChangeSigmaTextBox.Location = new System.Drawing.Point(149, 41); 282 this.thresholdChangeSigmaTextBox.Name = "thresholdChangeSigmaTextBox"; 283 this.thresholdChangeSigmaTextBox.Size = new System.Drawing.Size(168, 20); 284 this.thresholdChangeSigmaTextBox.TabIndex = 3; 285 this.toolTip.SetToolTip(this.thresholdChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in th" + 286 "reshold."); 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); 295 this.ThresholdChangeMuLabel.TabIndex = 0; 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" + 298 "hold."); 299 // 300 // thresholdChangeMuTextBox 301 // 302 this.thresholdChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 303 | System.Windows.Forms.AnchorStyles.Right))); 304 this.thresholdChangeMuTextBox.Location = new System.Drawing.Point(149, 15); 305 this.thresholdChangeMuTextBox.Name = "thresholdChangeMuTextBox"; 306 this.thresholdChangeMuTextBox.Size = new System.Drawing.Size(168, 20); 307 this.thresholdChangeMuTextBox.TabIndex = 1; 308 this.toolTip.SetToolTip(this.thresholdChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in thres" + 309 "hold."); 310 this.thresholdChangeMuTextBox.TextChanged += new System.EventHandler(this.thresholdChangeMuTextBox_TextChanged); 341 "thresholds."); 342 this.thresholdInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.ThresholdInitializationSigmaTextBox_TextChanged); 343 // 344 // thresholdInitializationMuLabel 345 // 346 this.thresholdInitializationMuLabel.AutoSize = true; 347 this.thresholdInitializationMuLabel.Location = new System.Drawing.Point(6, 18); 348 this.thresholdInitializationMuLabel.Name = "thresholdInitializationMuLabel"; 349 this.thresholdInitializationMuLabel.Size = new System.Drawing.Size(80, 13); 350 this.thresholdInitializationMuLabel.TabIndex = 0; 351 this.thresholdInitializationMuLabel.Text = "Threshold (mu):"; 352 this.toolTip.SetToolTip(this.thresholdInitializationMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights."); 353 // 354 // thresholdInitializationMuTextBox 355 // 356 this.thresholdInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 357 | System.Windows.Forms.AnchorStyles.Right))); 358 this.thresholdInitializationMuTextBox.Location = new System.Drawing.Point(114, 15); 359 this.thresholdInitializationMuTextBox.Name = "thresholdInitializationMuTextBox"; 360 this.thresholdInitializationMuTextBox.Size = new System.Drawing.Size(380, 20); 361 this.thresholdInitializationMuTextBox.TabIndex = 1; 362 this.toolTip.SetToolTip(this.thresholdInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" + 363 "al thresholds."); 364 this.thresholdInitializationMuTextBox.TextChanged += new System.EventHandler(this.ThresholdInitializationMuTextBox_TextChanged); 311 365 // 312 366 // VariableConditionView 313 367 // 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); 368 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 369 this.Controls.Add(this.tabControl); 318 370 this.Name = "VariableConditionView"; 319 this.Size = new System.Drawing.Size( 326, 376);371 this.Size = new System.Drawing.Size(520, 426); 320 372 this.Controls.SetChildIndex(this.maximumArityLabel, 0); 321 373 this.Controls.SetChildIndex(this.maximumArityTextBox, 0); … … 323 375 this.Controls.SetChildIndex(this.minimumArityTextBox, 0); 324 376 this.Controls.SetChildIndex(this.infoLabel, 0); 325 this.Controls.SetChildIndex(this.initializationGroupBox, 0);326 377 this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0); 327 378 this.Controls.SetChildIndex(this.initialFrequencyLabel, 0); 328 379 this.Controls.SetChildIndex(this.nameLabel, 0); 329 380 this.Controls.SetChildIndex(this.nameTextBox, 0); 330 this.Controls.SetChildIndex(this. mutationGroupBox, 0);381 this.Controls.SetChildIndex(this.tabControl, 0); 331 382 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 383 this.mutationGroupBox.ResumeLayout(false); 384 this.mutationGroupBox.PerformLayout(); 385 this.tabControl.ResumeLayout(false); 386 this.parametersTabPage.ResumeLayout(false); 332 387 this.initializationGroupBox.ResumeLayout(false); 333 388 this.initializationGroupBox.PerformLayout(); 334 this.mutationGroupBox.ResumeLayout(false);335 this.mutationGroupBox.PerformLayout();336 389 this.ResumeLayout(false); 337 390 this.PerformLayout(); … … 341 394 #endregion 342 395 343 private System.Windows.Forms.Label thresholdInitializationMuLabel;344 private System.Windows.Forms.TextBox thresholdInitializationMuTextBox;345 protected System.Windows.Forms.GroupBox initializationGroupBox;346 private System.Windows.Forms.Label thresholdInitializationSigmaLabel;347 private System.Windows.Forms.TextBox thresholdInitializationSigmaTextBox;348 396 protected System.Windows.Forms.GroupBox mutationGroupBox; 349 397 private System.Windows.Forms.Label thresholdChangeSigmaLabel; … … 351 399 private System.Windows.Forms.Label ThresholdChangeMuLabel; 352 400 private System.Windows.Forms.TextBox thresholdChangeMuTextBox; 401 private System.Windows.Forms.Label slopeChangeSigmaLabel; 402 private System.Windows.Forms.TextBox slopeChangeSigmaTextBox; 403 private System.Windows.Forms.Label slopeChangeMuLabel; 404 private System.Windows.Forms.TextBox slopeChangeMuTextBox; 405 protected System.Windows.Forms.TabControl tabControl; 406 protected System.Windows.Forms.TabPage variableNamesTabPage; 407 protected System.Windows.Forms.TabPage parametersTabPage; 408 protected System.Windows.Forms.GroupBox initializationGroupBox; 353 409 private System.Windows.Forms.Label slopeInitializationSigmaLabel; 354 410 private System.Windows.Forms.TextBox slopeInitializationSigmaTextBox; 355 411 private System.Windows.Forms.Label slopeInitializationMuLabel; 356 412 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;413 private System.Windows.Forms.Label thresholdInitializationSigmaLabel; 414 private System.Windows.Forms.TextBox thresholdInitializationSigmaTextBox; 415 private System.Windows.Forms.Label thresholdInitializationMuLabel; 416 private System.Windows.Forms.TextBox thresholdInitializationMuTextBox; 361 417 362 418 } -
branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/VariableConditionView.cs
r5809 r9126 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 0Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 21 21 22 22 using System; 23 using System.Linq; 23 24 using System.Windows.Forms; 25 using HeuristicLab.Collections; 26 using HeuristicLab.Core; 27 using HeuristicLab.Core.Views; 28 using HeuristicLab.Data; 24 29 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views; 25 30 using HeuristicLab.MainForm; … … 30 35 [Content(typeof(VariableCondition), true)] 31 36 public partial class VariableConditionView : SymbolView { 37 private readonly CheckedItemCollectionView<StringValue> variableNamesView; 38 32 39 public new VariableCondition Content { 33 40 get { return (VariableCondition)base.Content; } … … 37 44 public VariableConditionView() { 38 45 InitializeComponent(); 46 variableNamesView = new CheckedItemCollectionView<StringValue>(); 47 variableNamesView.Dock = DockStyle.Fill; 48 variableNamesTabPage.Controls.Add(variableNamesView); 49 variableNamesView.Content = new CheckedItemCollection<StringValue>(); 50 51 RegisterVariableNamesViewContentEvents(); 52 } 53 54 private void RegisterVariableNamesViewContentEvents() { 55 variableNamesView.Content.ItemsAdded += new CollectionItemsChangedEventHandler<StringValue>(VariableNames_Changed); 56 variableNamesView.Content.ItemsRemoved += new CollectionItemsChangedEventHandler<StringValue>(VariableNames_Changed); 57 variableNamesView.Content.CheckedItemsChanged += new CollectionItemsChangedEventHandler<StringValue>(VariableNames_Changed); 58 variableNamesView.Content.CollectionReset += new CollectionItemsChangedEventHandler<StringValue>(VariableNames_Changed); 59 foreach (var variable in variableNamesView.Content) { 60 variable.ValueChanged += new EventHandler(Variable_ValueChanged); 61 } 62 } 63 64 private void DeregisterVariableNamesViewContentEvents() { 65 variableNamesView.Content.ItemsAdded -= new CollectionItemsChangedEventHandler<StringValue>(VariableNames_Changed); 66 variableNamesView.Content.ItemsRemoved -= new CollectionItemsChangedEventHandler<StringValue>(VariableNames_Changed); 67 variableNamesView.Content.CheckedItemsChanged -= new CollectionItemsChangedEventHandler<StringValue>(VariableNames_Changed); 68 variableNamesView.Content.CollectionReset -= new CollectionItemsChangedEventHandler<StringValue>(VariableNames_Changed); 69 foreach (var variable in variableNamesView.Content) { 70 variable.ValueChanged -= new EventHandler(Variable_ValueChanged); 71 } 39 72 } 40 73 … … 76 109 } 77 110 78 79 80 111 private void UpdateControl() { 81 112 if (Content == null) { … … 88 119 slopeChangeMuTextBox.Text = string.Empty; 89 120 slopeChangeSigmaTextBox.Text = string.Empty; 121 // temporarily deregister to prevent circular calling of events 122 DeregisterVariableNamesViewContentEvents(); 123 variableNamesView.Content.Clear(); 124 RegisterVariableNamesViewContentEvents(); 90 125 } else { 126 // temporarily deregister to prevent circular calling of events 127 DeregisterVariableNamesViewContentEvents(); 128 variableNamesView.Content.Clear(); 129 foreach (var variableName in Content.AllVariableNames) { 130 variableNamesView.Content.Add(new StringValue(variableName), Content.VariableNames.Contains(variableName)); 131 } 132 RegisterVariableNamesViewContentEvents(); 133 91 134 thresholdInitializationMuTextBox.Text = Content.ThresholdInitializerMu.ToString(); 92 135 thresholdInitializationSigmaTextBox.Text = Content.ThresholdInitializerSigma.ToString(); … … 102 145 103 146 #region control events 104 private void thresholdMuTextBox_TextChanged(object sender, EventArgs e) { 147 private void VariableNames_Changed(object sender, CollectionItemsChangedEventArgs<StringValue> e) { 148 foreach (var newVar in e.Items) 149 newVar.ValueChanged += new EventHandler(Variable_ValueChanged); 150 foreach (var oldVar in e.OldItems) 151 oldVar.ValueChanged -= new EventHandler(Variable_ValueChanged); 152 UpdateContent(); 153 } 154 155 private void Variable_ValueChanged(object sender, EventArgs e) { 156 UpdateContent(); 157 } 158 159 private void UpdateContent() { 160 if (Content != null) { 161 DeregisterContentEvents(); 162 Content.VariableNames = variableNamesView.Content.CheckedItems.Select(x => x.Value).ToList(); 163 RegisterContentEvents(); 164 } 165 } 166 167 private void ThresholdInitializationMuTextBox_TextChanged(object sender, EventArgs e) { 105 168 double value; 106 169 if (double.TryParse(thresholdInitializationMuTextBox.Text, out value)) { … … 109 172 } else errorProvider.SetError(thresholdInitializationMuTextBox, "Invalid value"); 110 173 } 111 private void thresholdInitializationSigmaTextBox_TextChanged(object sender, EventArgs e) {174 private void ThresholdInitializationSigmaTextBox_TextChanged(object sender, EventArgs e) { 112 175 double value; 113 176 if (double.TryParse(thresholdInitializationSigmaTextBox.Text, out value)) { … … 116 179 } else errorProvider.SetError(thresholdInitializationSigmaTextBox, "Invalid value"); 117 180 } 118 private void slopeInitializationMuTextBox_TextChanged(object sender, EventArgs e) {181 private void SlopeInitializationMuTextBox_TextChanged(object sender, EventArgs e) { 119 182 double value; 120 183 if (double.TryParse(slopeInitializationMuTextBox.Text, out value)) { … … 123 186 } else errorProvider.SetError(slopeInitializationMuTextBox, "Invalid value"); 124 187 } 125 private void slopeInitializationSigmaTextBox_TextChanged(object sender, EventArgs e) {188 private void SlopeInitializationSigmaTextBox_TextChanged(object sender, EventArgs e) { 126 189 double value; 127 190 if (double.TryParse(slopeInitializationSigmaTextBox.Text, out value)) { … … 131 194 } 132 195 133 private void thresholdChangeMuTextBox_TextChanged(object sender, EventArgs e) {196 private void ThresholdChangeMuTextBox_TextChanged(object sender, EventArgs e) { 134 197 double value; 135 198 if (double.TryParse(thresholdChangeMuTextBox.Text, out value)) { … … 139 202 } 140 203 141 private void thresholdChangeSigmaTextBox_TextChanged(object sender, EventArgs e) {204 private void ThresholdChangeSigmaTextBox_TextChanged(object sender, EventArgs e) { 142 205 double value; 143 206 if (double.TryParse(thresholdChangeSigmaTextBox.Text, out value)) { … … 146 209 } else errorProvider.SetError(thresholdChangeSigmaTextBox, "Invalid value"); 147 210 } 148 private void slopeChangeMuTextBox_TextChanged(object sender, EventArgs e) {211 private void SlopeChangeMuTextBox_TextChanged(object sender, EventArgs e) { 149 212 double value; 150 213 if (double.TryParse(slopeChangeMuTextBox.Text, out value)) { … … 154 217 } 155 218 156 private void slopeChangeSigmaTextBox_TextChanged(object sender, EventArgs e) {219 private void SlopeChangeSigmaTextBox_TextChanged(object sender, EventArgs e) { 157 220 double value; 158 221 if (double.TryParse(slopeChangeSigmaTextBox.Text, out value)) { … … 162 225 } 163 226 #endregion 164 165 227 } 166 228 } -
branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/VariableView.Designer.cs
r7259 r9126 74 74 this.initialFrequencyTextBox.Size = new System.Drawing.Size(311, 20); 75 75 // 76 // minimumArityLabel 77 // 78 this.toolTip.SetToolTip(this.minimumArityLabel, "The minimum arity of the symbol"); 79 // 80 // maximumArityLabel 81 // 82 this.toolTip.SetToolTip(this.maximumArityLabel, "The maximum arity of the symbol"); 83 // 76 84 // minimumArityTextBox 77 85 // … … 114 122 this.toolTip.SetToolTip(this.weightInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" + 115 123 "al weights."); 116 this.weightInitializationMuTextBox.TextChanged += new System.EventHandler(this. weightMuTextBox_TextChanged);124 this.weightInitializationMuTextBox.TextChanged += new System.EventHandler(this.WeightMuTextBox_TextChanged); 117 125 // 118 126 // initializationGroupBox … … 151 159 this.toolTip.SetToolTip(this.weightInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " + 152 160 "weights."); 153 this.weightInitializationSigmaTextBox.TextChanged += new System.EventHandler(this. weightSigmaTextBox_TextChanged);161 this.weightInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.WeightSigmaTextBox_TextChanged); 154 162 // 155 163 // mutationGroupBox … … 189 197 this.toolTip.SetToolTip(this.multiplicativeWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample a multiplica" + 190 198 "tive change in weight."); 191 this.multiplicativeWeightChangeSigmaTextBox.TextChanged += new System.EventHandler(this. multiplicativeWeightChangeSigmaTextBox_TextChanged);199 this.multiplicativeWeightChangeSigmaTextBox.TextChanged += new System.EventHandler(this.MultiplicativeWeightChangeSigmaTextBox_TextChanged); 192 200 // 193 201 // additiveWeightChangeLabel … … 212 220 this.toolTip.SetToolTip(this.additiveWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " + 213 221 "change in weight."); 214 this.additiveWeightChangeSigmaTextBox.TextChanged += new System.EventHandler(this. additiveWeightChangeSigmaTextBox_TextChanged);222 this.additiveWeightChangeSigmaTextBox.TextChanged += new System.EventHandler(this.AdditiveWeightChangeSigmaTextBox_TextChanged); 215 223 // 216 224 // tabControl … … 232 240 this.variableNamesTabPage.Name = "variableNamesTabPage"; 233 241 this.variableNamesTabPage.Padding = new System.Windows.Forms.Padding(3); 234 this.variableNamesTabPage.Size = new System.Drawing.Size(400, 1 41);242 this.variableNamesTabPage.Size = new System.Drawing.Size(400, 164); 235 243 this.variableNamesTabPage.TabIndex = 0; 236 244 this.variableNamesTabPage.Text = "Variable Names"; … … 252 260 // 253 261 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 254 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;262 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 255 263 this.Controls.Add(this.tabControl); 256 264 this.Name = "VariableView"; -
branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/VariableView.cs
r7259 r9126 54 54 55 55 private void RegisterVariableNamesViewContentEvents() { 56 variableNamesView.Content.ItemsAdded += new CollectionItemsChangedEventHandler<StringValue>( variableNames_Changed);57 variableNamesView.Content.ItemsRemoved += new CollectionItemsChangedEventHandler<StringValue>( variableNames_Changed);58 variableNamesView.Content.CheckedItemsChanged += new CollectionItemsChangedEventHandler<StringValue>( variableNames_Changed);59 variableNamesView.Content.CollectionReset += new CollectionItemsChangedEventHandler<StringValue>( variableNames_Changed);56 variableNamesView.Content.ItemsAdded += new CollectionItemsChangedEventHandler<StringValue>(VariableNames_Changed); 57 variableNamesView.Content.ItemsRemoved += new CollectionItemsChangedEventHandler<StringValue>(VariableNames_Changed); 58 variableNamesView.Content.CheckedItemsChanged += new CollectionItemsChangedEventHandler<StringValue>(VariableNames_Changed); 59 variableNamesView.Content.CollectionReset += new CollectionItemsChangedEventHandler<StringValue>(VariableNames_Changed); 60 60 foreach (var variable in variableNamesView.Content) { 61 variable.ValueChanged += new EventHandler( variable_ValueChanged);61 variable.ValueChanged += new EventHandler(Variable_ValueChanged); 62 62 } 63 63 } … … 65 65 66 66 private void DeregisterVariableNamesViewContentEvents() { 67 variableNamesView.Content.ItemsAdded -= new CollectionItemsChangedEventHandler<StringValue>( variableNames_Changed);68 variableNamesView.Content.ItemsRemoved -= new CollectionItemsChangedEventHandler<StringValue>( variableNames_Changed);69 variableNamesView.Content.CheckedItemsChanged -= new CollectionItemsChangedEventHandler<StringValue>( variableNames_Changed);70 variableNamesView.Content.CollectionReset -= new CollectionItemsChangedEventHandler<StringValue>( variableNames_Changed);67 variableNamesView.Content.ItemsAdded -= new CollectionItemsChangedEventHandler<StringValue>(VariableNames_Changed); 68 variableNamesView.Content.ItemsRemoved -= new CollectionItemsChangedEventHandler<StringValue>(VariableNames_Changed); 69 variableNamesView.Content.CheckedItemsChanged -= new CollectionItemsChangedEventHandler<StringValue>(VariableNames_Changed); 70 variableNamesView.Content.CollectionReset -= new CollectionItemsChangedEventHandler<StringValue>(VariableNames_Changed); 71 71 foreach (var variable in variableNamesView.Content) { 72 variable.ValueChanged -= new EventHandler( variable_ValueChanged);72 variable.ValueChanged -= new EventHandler(Variable_ValueChanged); 73 73 } 74 74 } … … 92 92 protected override void SetEnabledStateOfControls() { 93 93 base.SetEnabledStateOfControls(); 94 enabledCheckBox.Enabled = Content != null && Content.VariableNames.Any() && !Locked && !ReadOnly; 94 95 weightInitializationMuTextBox.Enabled = Content != null; 95 96 weightInitializationMuTextBox.ReadOnly = ReadOnly; … … 109 110 110 111 #region control event handlers 111 private void variableNames_Changed(object sender, CollectionItemsChangedEventArgs<StringValue> args) { 112 if (args.Items != null) 113 foreach (var newVar in args.Items) 114 newVar.ValueChanged += new EventHandler(variable_ValueChanged); 115 if (args.OldItems != null) 116 foreach (var oldVar in args.OldItems) 117 oldVar.ValueChanged -= new EventHandler(variable_ValueChanged); 112 private void VariableNames_Changed(object sender, CollectionItemsChangedEventArgs<StringValue> e) { 113 foreach (var newVar in e.Items) 114 newVar.ValueChanged += new EventHandler(Variable_ValueChanged); 115 foreach (var oldVar in e.OldItems) 116 oldVar.ValueChanged -= new EventHandler(Variable_ValueChanged); 118 117 UpdateContent(); 119 118 } 120 119 121 private void variable_ValueChanged(object sender, EventArgs e) {120 private void Variable_ValueChanged(object sender, EventArgs e) { 122 121 UpdateContent(); 123 122 } … … 125 124 private void UpdateContent() { 126 125 if (Content != null) { 126 Content.Fixed = true; 127 127 DeregisterContentEvents(); 128 128 Content.VariableNames = variableNamesView.Content.CheckedItems.Select(x => x.Value).ToList(); … … 131 131 } 132 132 133 134 private void weightMuTextBox_TextChanged(object sender, EventArgs e) { 133 private void WeightMuTextBox_TextChanged(object sender, EventArgs e) { 135 134 double nu; 136 135 if (double.TryParse(weightInitializationMuTextBox.Text, out nu)) { … … 141 140 } 142 141 } 143 private void weightSigmaTextBox_TextChanged(object sender, EventArgs e) {142 private void WeightSigmaTextBox_TextChanged(object sender, EventArgs e) { 144 143 double sigma; 145 144 if (double.TryParse(weightInitializationSigmaTextBox.Text, out sigma) && sigma >= 0.0) { … … 151 150 } 152 151 153 private void additiveWeightChangeSigmaTextBox_TextChanged(object sender, EventArgs e) {152 private void AdditiveWeightChangeSigmaTextBox_TextChanged(object sender, EventArgs e) { 154 153 double sigma; 155 154 if (double.TryParse(additiveWeightChangeSigmaTextBox.Text, out sigma) && sigma >= 0.0) { … … 160 159 } 161 160 } 162 private void multiplicativeWeightChangeSigmaTextBox_TextChanged(object sender, EventArgs e) {161 private void MultiplicativeWeightChangeSigmaTextBox_TextChanged(object sender, EventArgs e) { 163 162 double sigma; 164 163 if (double.TryParse(multiplicativeWeightChangeSigmaTextBox.Text, out sigma) && sigma >= 0.0) { … … 183 182 RegisterVariableNamesViewContentEvents(); 184 183 } else { 185 var existingEntries = variableNamesView.Content.ToList();186 187 184 // temporarily deregister to prevent circular calling of events 188 185 DeregisterVariableNamesViewContentEvents(); 189 // add additional entries 190 foreach (var variableName in Content.VariableNames.Except(existingEntries.Select(x => x.Value))) 191 variableNamesView.Content.Add(new StringValue(variableName), true); 192 foreach (var oldEntry in existingEntries.Where(x => !Content.VariableNames.Contains(x.Value))) 193 variableNamesView.Content.Remove(oldEntry); 186 variableNamesView.Content.Clear(); 187 foreach (var variableName in Content.AllVariableNames) { 188 variableNamesView.Content.Add(new StringValue(variableName), Content.VariableNames.Contains(variableName)); 189 } 194 190 RegisterVariableNamesViewContentEvents(); 195 191
Note: See TracChangeset
for help on using the changeset viewer.