Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/20/09 10:50:18 (16 years ago)
Author:
gkronber
Message:

Worked on lose coupling of CEDMA and GP/SVR with plugin HeuristicLab.Modeling as common bridge. #635

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/OffspringSelectionGP.cs

    r1856 r1857  
    3434
    3535namespace HeuristicLab.GP.StructureIdentification.TimeSeries {
    36   public class OffspringSelectionGP : HeuristicLab.GP.StructureIdentification.OffspringSelectionGP {
     36  public class OffspringSelectionGP : HeuristicLab.GP.StructureIdentification.OffspringSelectionGP, ITimeSeriesAlgorithm {
    3737    public virtual bool Autoregressive {
    3838      get { return ProblemInjector.GetVariable("Autoregressive").GetValue<BoolData>().Data; }
Note: See TracChangeset for help on using the changeset viewer.