Changeset 6819
- Timestamp:
- 09/22/11 12:59:08 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolView.Designer.cs
r6803 r6819 78 78 // initialFrequencyTextBox 79 79 // 80 this.initialFrequencyTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 80 this.initialFrequencyTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 81 81 | System.Windows.Forms.AnchorStyles.Right))); 82 82 this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); … … 108 108 this.minimumArityLabel.TabIndex = 8; 109 109 this.minimumArityLabel.Text = "Minimum Arity:"; 110 this.toolTip.SetToolTip(this.minimumArityLabel, " Relative frequency of the symbol in randomly created trees");110 this.toolTip.SetToolTip(this.minimumArityLabel, "The minimum arity of the symbol"); 111 111 // 112 112 // maximumArityLabel … … 118 118 this.maximumArityLabel.TabIndex = 6; 119 119 this.maximumArityLabel.Text = "Maximum Arity"; 120 this.toolTip.SetToolTip(this.maximumArityLabel, " Relative frequency of the symbol in randomly created trees");120 this.toolTip.SetToolTip(this.maximumArityLabel, "The maximum arity of the symbol"); 121 121 // 122 122 // minimumArityTextBox 123 123 // 124 this.minimumArityTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 124 this.minimumArityTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 125 125 | System.Windows.Forms.AnchorStyles.Right))); 126 126 this.errorProvider.SetIconAlignment(this.minimumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); … … 133 133 // maximumArityTextBox 134 134 // 135 this.maximumArityTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 135 this.maximumArityTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 136 136 | System.Windows.Forms.AnchorStyles.Right))); 137 137 this.errorProvider.SetIconAlignment(this.maximumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/ConstantView.Designer.cs
r6803 r6819 69 69 this.initialFrequencyTextBox.Size = new System.Drawing.Size(280, 20); 70 70 // 71 // minimumArityLabel72 //73 this.toolTip.SetToolTip(this.minimumArityLabel, "Relative frequency of the symbol in randomly created trees");74 //75 // maximumArityLabel76 //77 this.toolTip.SetToolTip(this.maximumArityLabel, "Relative frequency of the symbol in randomly created trees");78 //79 71 // minimumArityTextBox 80 72 // … … 109 101 // minValueTextBox 110 102 // 111 this.minValueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 103 this.minValueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 112 104 | System.Windows.Forms.AnchorStyles.Right))); 113 105 this.errorProvider.SetIconAlignment(this.minValueTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); … … 121 113 // initializationGroupBox 122 114 // 123 this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 115 this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 124 116 | System.Windows.Forms.AnchorStyles.Right))); 125 117 this.initializationGroupBox.Controls.Add(this.weightSigmaLabel); … … 146 138 // maxValueTextBox 147 139 // 148 this.maxValueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 140 this.maxValueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 149 141 | System.Windows.Forms.AnchorStyles.Right))); 150 142 this.errorProvider.SetIconAlignment(this.maxValueTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); … … 158 150 // mutationGroupBox 159 151 // 160 this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 152 this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 161 153 | System.Windows.Forms.AnchorStyles.Right))); 162 154 this.mutationGroupBox.Controls.Add(this.multiplicativeChangeLabel); … … 184 176 // multiplicativeChangeSigmaTextBox 185 177 // 186 this.multiplicativeChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 178 this.multiplicativeChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 187 179 | System.Windows.Forms.AnchorStyles.Right))); 188 180 this.errorProvider.SetIconAlignment(this.multiplicativeChangeSigmaTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); … … 208 200 // additiveChangeSigmaTextBox 209 201 // 210 this.additiveChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 202 this.additiveChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 211 203 | System.Windows.Forms.AnchorStyles.Right))); 212 204 this.errorProvider.SetIconAlignment(this.additiveChangeSigmaTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/LaggedVariableView.Designer.cs
r6805 r6819 127 127 this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 128 128 // 129 // minimumArityLabel130 //131 this.toolTip.SetToolTip(this.minimumArityLabel, "Relative frequency of the symbol in randomly created trees");132 //133 // maximumArityLabel134 //135 this.toolTip.SetToolTip(this.maximumArityLabel, "Relative frequency of the symbol in randomly created trees");136 //137 129 // minimumArityTextBox 138 130 // … … 170 162 // minTimeOffsetTextBox 171 163 // 172 this.minTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 164 this.minTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 173 165 | System.Windows.Forms.AnchorStyles.Right))); 174 166 this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 127); … … 180 172 // maxTimeOffsetTextBox 181 173 // 182 this.maxTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 174 this.maxTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 183 175 | System.Windows.Forms.AnchorStyles.Right))); 184 176 this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 153); -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/TimeLagView.Designer.cs
r6805 r6819 62 62 this.initialFrequencyTextBox.Size = new System.Drawing.Size(315, 20); 63 63 // 64 // minimumArityLabel65 //66 this.toolTip.SetToolTip(this.minimumArityLabel, "Relative frequency of the symbol in randomly created trees");67 //68 // maximumArityLabel69 //70 this.toolTip.SetToolTip(this.maximumArityLabel, "Relative frequency of the symbol in randomly created trees");71 //72 64 // minimumArityTextBox 73 65 // … … 110 102 // minTimeOffsetTextBox 111 103 // 112 this.minTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 104 this.minTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 113 105 | System.Windows.Forms.AnchorStyles.Right))); 114 106 this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 127); … … 120 112 // maxTimeOffsetTextBox 121 113 // 122 this.maxTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 114 this.maxTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 123 115 | System.Windows.Forms.AnchorStyles.Right))); 124 116 this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 153); -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/VariableConditionView.Designer.cs
r6803 r6819 78 78 this.initialFrequencyTextBox.Size = new System.Drawing.Size(233, 20); 79 79 // 80 // minimumArityLabel81 //82 this.toolTip.SetToolTip(this.minimumArityLabel, "Relative frequency of the symbol in randomly created trees");83 //84 // maximumArityLabel85 //86 this.toolTip.SetToolTip(this.maximumArityLabel, "Relative frequency of the symbol in randomly created trees");87 //88 80 // minimumArityTextBox 89 81 // … … 112 104 // thresholdInitializationMuTextBox 113 105 // 114 this.thresholdInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 106 this.thresholdInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 115 107 | System.Windows.Forms.AnchorStyles.Right))); 116 108 this.thresholdInitializationMuTextBox.Location = new System.Drawing.Point(114, 15); … … 124 116 // initializationGroupBox 125 117 // 126 this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 118 this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 127 119 | System.Windows.Forms.AnchorStyles.Right))); 128 120 this.initializationGroupBox.Controls.Add(this.slopeInitializationSigmaLabel); … … 153 145 // slopeInitializationSigmaTextBox 154 146 // 155 this.slopeInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 147 this.slopeInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 156 148 | System.Windows.Forms.AnchorStyles.Right))); 157 149 this.slopeInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 102); … … 175 167 // slopeInitializationMuTextBox 176 168 // 177 this.slopeInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 169 this.slopeInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 178 170 | System.Windows.Forms.AnchorStyles.Right))); 179 171 this.slopeInitializationMuTextBox.Location = new System.Drawing.Point(114, 76); … … 197 189 // thresholdInitializationSigmaTextBox 198 190 // 199 this.thresholdInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 191 this.thresholdInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 200 192 | System.Windows.Forms.AnchorStyles.Right))); 201 193 this.thresholdInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 41); … … 209 201 // mutationGroupBox 210 202 // 211 this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 203 this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 212 204 | System.Windows.Forms.AnchorStyles.Right))); 213 205 this.mutationGroupBox.Controls.Add(this.slopeChangeSigmaLabel); … … 239 231 // slopeChangeSigmaTextBox 240 232 // 241 this.slopeChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 233 this.slopeChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 242 234 | System.Windows.Forms.AnchorStyles.Right))); 243 235 this.slopeChangeSigmaTextBox.Location = new System.Drawing.Point(149, 99); … … 262 254 // slopeChangeMuTextBox 263 255 // 264 this.slopeChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 256 this.slopeChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 265 257 | System.Windows.Forms.AnchorStyles.Right))); 266 258 this.slopeChangeMuTextBox.Location = new System.Drawing.Point(149, 73); … … 285 277 // thresholdChangeSigmaTextBox 286 278 // 287 this.thresholdChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 279 this.thresholdChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 288 280 | System.Windows.Forms.AnchorStyles.Right))); 289 281 this.thresholdChangeSigmaTextBox.Location = new System.Drawing.Point(149, 41); … … 308 300 // thresholdChangeMuTextBox 309 301 // 310 this.thresholdChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 302 this.thresholdChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 311 303 | System.Windows.Forms.AnchorStyles.Right))); 312 304 this.thresholdChangeMuTextBox.Location = new System.Drawing.Point(149, 15); -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/VariableView.Designer.cs
r6803 r6819 74 74 this.initialFrequencyTextBox.Size = new System.Drawing.Size(311, 20); 75 75 // 76 // minimumArityLabel77 //78 this.toolTip.SetToolTip(this.minimumArityLabel, "Relative frequency of the symbol in randomly created trees");79 //80 // maximumArityLabel81 //82 this.toolTip.SetToolTip(this.maximumArityLabel, "Relative frequency of the symbol in randomly created trees");83 //84 76 // minimumArityTextBox 85 77 // … … 118 110 this.weightInitializationMuTextBox.Location = new System.Drawing.Point(92, 19); 119 111 this.weightInitializationMuTextBox.Name = "weightInitializationMuTextBox"; 120 this.weightInitializationMuTextBox.Size = new System.Drawing.Size(2 75, 20);112 this.weightInitializationMuTextBox.Size = new System.Drawing.Size(290, 20); 121 113 this.weightInitializationMuTextBox.TabIndex = 1; 122 114 this.toolTip.SetToolTip(this.weightInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" + … … 134 126 this.initializationGroupBox.Location = new System.Drawing.Point(6, 6); 135 127 this.initializationGroupBox.Name = "initializationGroupBox"; 136 this.initializationGroupBox.Size = new System.Drawing.Size(3 73, 73);128 this.initializationGroupBox.Size = new System.Drawing.Size(388, 73); 137 129 this.initializationGroupBox.TabIndex = 0; 138 130 this.initializationGroupBox.TabStop = false; … … 155 147 this.weightInitializationSigmaTextBox.Location = new System.Drawing.Point(92, 45); 156 148 this.weightInitializationSigmaTextBox.Name = "weightInitializationSigmaTextBox"; 157 this.weightInitializationSigmaTextBox.Size = new System.Drawing.Size(2 75, 20);149 this.weightInitializationSigmaTextBox.Size = new System.Drawing.Size(290, 20); 158 150 this.weightInitializationSigmaTextBox.TabIndex = 3; 159 151 this.toolTip.SetToolTip(this.weightInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " + … … 171 163 this.mutationGroupBox.Location = new System.Drawing.Point(6, 85); 172 164 this.mutationGroupBox.Name = "mutationGroupBox"; 173 this.mutationGroupBox.Size = new System.Drawing.Size(3 73, 73);165 this.mutationGroupBox.Size = new System.Drawing.Size(391, 73); 174 166 this.mutationGroupBox.TabIndex = 1; 175 167 this.mutationGroupBox.TabStop = false; … … 193 185 this.multiplicativeWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 45); 194 186 this.multiplicativeWeightChangeSigmaTextBox.Name = "multiplicativeWeightChangeSigmaTextBox"; 195 this.multiplicativeWeightChangeSigmaTextBox.Size = new System.Drawing.Size(1 66, 20);187 this.multiplicativeWeightChangeSigmaTextBox.Size = new System.Drawing.Size(184, 20); 196 188 this.multiplicativeWeightChangeSigmaTextBox.TabIndex = 3; 197 189 this.toolTip.SetToolTip(this.multiplicativeWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample a multiplica" + … … 216 208 this.additiveWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 19); 217 209 this.additiveWeightChangeSigmaTextBox.Name = "additiveWeightChangeSigmaTextBox"; 218 this.additiveWeightChangeSigmaTextBox.Size = new System.Drawing.Size(1 66, 20);210 this.additiveWeightChangeSigmaTextBox.Size = new System.Drawing.Size(184, 20); 219 211 this.additiveWeightChangeSigmaTextBox.TabIndex = 1; 220 212 this.toolTip.SetToolTip(this.additiveWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " + … … 232 224 this.tabControl.Name = "tabControl"; 233 225 this.tabControl.SelectedIndex = 0; 234 this.tabControl.Size = new System.Drawing.Size(408, 1 67);226 this.tabControl.Size = new System.Drawing.Size(408, 190); 235 227 this.tabControl.TabIndex = 5; 236 228 // … … 252 244 this.parametersTabPage.Name = "parametersTabPage"; 253 245 this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3); 254 this.parametersTabPage.Size = new System.Drawing.Size(400, 216);246 this.parametersTabPage.Size = new System.Drawing.Size(400, 164); 255 247 this.parametersTabPage.TabIndex = 1; 256 248 this.parametersTabPage.Text = "Parameters"; … … 263 255 this.Controls.Add(this.tabControl); 264 256 this.Name = "VariableView"; 265 this.Size = new System.Drawing.Size(408, 294);257 this.Size = new System.Drawing.Size(408, 317); 266 258 this.Controls.SetChildIndex(this.maximumArityLabel, 0); 267 259 this.Controls.SetChildIndex(this.maximumArityTextBox, 0); -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Grammars/TypeCoherentExpressionGrammar.cs
r6811 r6819 128 128 #endregion 129 129 130 #region allo ed child symbols configuration130 #region allowed child symbols configuration 131 131 AddAllowedChildSymbol(StartSymbol, realValuedSymbols); 132 132 AddAllowedChildSymbol(DefunSymbol, realValuedSymbols);
Note: See TracChangeset
for help on using the changeset viewer.