Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/21/11 20:18:09 (13 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/LaggedSymbol.cs

    r5373 r5532  
    22using HeuristicLab.Core;
    33using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    4 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Symbols;
    54using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    65
    7 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Symbols {
     6namespace HeuristicLab.Problems.DataAnalysis.Symbolic {
    87  [StorableClass]
    98  [Item("LaggedSymbol", "Represents a symblol whose evaluation is shifted.")]
     
    3837    }
    3938
    40     public override SymbolicExpressionTreeNode CreateTreeNode() {
     39    public override ISymbolicExpressionTreeNode CreateTreeNode() {
    4140      return new LaggedTreeNode(this);
    4241    }
Note: See TracChangeset for help on using the changeset viewer.