Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/31/13 10:23:16 (11 years ago)
Author:
gkronber
Message:

#1508 fixed namespace for classes in Trading.Symbolic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Symbolic/Solution.cs

    r9745 r9822  
    2525using HeuristicLab.Optimization;
    2626using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    27 using HeuristicLab.Problems.DataAnalysis.Trading;
     27using HeuristicLab.Problems.DataAnalysis.Symbolic;
    2828
    29 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Trading {
     29namespace HeuristicLab.Problems.DataAnalysis.Trading.Symbolic {
    3030  /// <summary>
    3131  /// Represents a symbolic trading solution (model + data) and attributes of the solution like accuracy and complexity
Note: See TracChangeset for help on using the changeset viewer.