Changeset 7255 for branches/RegressionBenchmarks/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Grammars
- Timestamp:
- 01/02/12 11:40:31 (13 years ago)
- Location:
- branches/RegressionBenchmarks
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RegressionBenchmarks
-
branches/RegressionBenchmarks/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Grammars/TypeCoherentExpressionGrammar.cs
r7085 r7255 194 194 Symbols.Where(s => s.Name == TimeSeriesSymbolsName).First().Enabled = false; 195 195 } 196 197 public void ConfigureAsDefaultTimeSeriesPrognosisGrammar() {198 Symbols.Where(s => s is Variable).First().Enabled = false;199 Symbols.Where(s => s.Name == TrigonometricFunctionsName).First().Enabled = false;200 Symbols.Where(s => s.Name == PowerFunctionsName).First().Enabled = false;201 Symbols.Where(s => s.Name == ConditionalSymbolsName).First().Enabled = false;202 }203 196 } 204 197 }
Note: See TracChangeset
for help on using the changeset viewer.