Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/21/11 20:18:09 (14 years ago)
Author:
gkronber
Message:

#1418 copied symbol classes into Problems.DataAnalysis.Symbolic plugin.

Location:
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/LaggedVariable.cs

    r5445 r5532  
    2424using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    2525using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    26 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Symbols {
     26namespace HeuristicLab.Problems.DataAnalysis.Symbolic {
    2727  [StorableClass]
    2828  [Item("LaggedVariable", "Represents a variable value with a time offset.")]
     
    5252    }
    5353
    54     public override SymbolicExpressionTreeNode CreateTreeNode() {
     54    public override ISymbolicExpressionTreeNode CreateTreeNode() {
    5555      return new LaggedVariableTreeNode(this);
    5656    }
Note: See TracChangeset for help on using the changeset viewer.