Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/21/10 15:21:34 (14 years ago)
Author:
gkronber
Message:

Refactored symbolic expression tree encoding and problem classes for symbolic regression. #937 , #938

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/Symbolic/Symbols/Division.cs

    r3456 r3462  
    2323using HeuristicLab.Common;
    2424using HeuristicLab.Core;
    25 namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.GeneralSymbols {
     25using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Symbols;
     26namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Symbols {
    2627  [StorableClass]
    2728  [Item("Division", "Symbol that represents the / operator.")]
Note: See TracChangeset for help on using the changeset viewer.