- Timestamp:
- 01/29/10 15:22:18 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/OffspringSelectionGPTimeSeriesPrognosis.cs
r2577 r2722 56 56 funLibInjector.GetVariable("Differentials").Value = new BoolData(true); 57 57 seq.AddSubOperator(funLibInjector); 58 seq.AddSubOperator(new HL3TreeEvaluatorInjector());58 seq.AddSubOperator(new ScalingTreeEvaluatorInjector()); 59 59 op.OperatorGraph.AddOperator(seq); 60 60 op.OperatorGraph.InitialOperator = seq; -
trunk/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/StandardGPTimeSeriesPrognosis.cs
r2577 r2722 56 56 funLibInjector.GetVariable("Differentials").Value = new BoolData(true); 57 57 seq.AddSubOperator(funLibInjector); 58 seq.AddSubOperator(new HL3TreeEvaluatorInjector());58 seq.AddSubOperator(new ScalingTreeEvaluatorInjector()); 59 59 op.OperatorGraph.AddOperator(seq); 60 60 op.OperatorGraph.InitialOperator = seq;
Note: See TracChangeset
for help on using the changeset viewer.