Changeset 1857 for trunk/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/OffspringSelectionGP.cs
- Timestamp:
- 05/20/09 10:50:18 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/OffspringSelectionGP.cs
r1856 r1857 34 34 35 35 namespace HeuristicLab.GP.StructureIdentification.TimeSeries { 36 public class OffspringSelectionGP : HeuristicLab.GP.StructureIdentification.OffspringSelectionGP {36 public class OffspringSelectionGP : HeuristicLab.GP.StructureIdentification.OffspringSelectionGP, ITimeSeriesAlgorithm { 37 37 public virtual bool Autoregressive { 38 38 get { return ProblemInjector.GetVariable("Autoregressive").GetValue<BoolData>().Data; }
Note: See TracChangeset
for help on using the changeset viewer.