Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/10 00:44:01 (14 years ago)
Author:
swagner
Message:

Sorted usings and removed unused usings in entire solution (#1094)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Regression/3.3/Symbolic/SymbolicRegressionModel.cs

    r3915 r4068  
    2020#endregion
    2121
    22 using System;
    2322using System.Collections.Generic;
    24 using System.Drawing;
    2523using System.Linq;
    2624using HeuristicLab.Common;
    2725using HeuristicLab.Core;
    28 using HeuristicLab.Data;
    2926using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    30 using HeuristicLab.Operators;
    31 using HeuristicLab.Optimization;
    32 using HeuristicLab.Parameters;
    3327using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    34 using HeuristicLab.PluginInfrastructure;
    35 using HeuristicLab.Problems.DataAnalysis;
    3628using HeuristicLab.Problems.DataAnalysis.Symbolic;
    3729using HeuristicLab.Problems.DataAnalysis.Symbolic.Symbols;
Note: See TracChangeset for help on using the changeset viewer.