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/Analyzers/SymbolicRegressionTournamentPruning.cs

    r4034 r4068  
    2424using HeuristicLab.Core;
    2525using HeuristicLab.Data;
    26 using System;
     26using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    2727using HeuristicLab.Operators;
     28using HeuristicLab.Optimization;
    2829using HeuristicLab.Parameters;
    29 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    3030using HeuristicLab.Problems.DataAnalysis.Symbolic;
    3131using HeuristicLab.Problems.DataAnalysis.Symbolic.Symbols;
    32 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Symbols;
    33 using HeuristicLab.Optimization;
    3432
    3533namespace HeuristicLab.Problems.DataAnalysis.Regression.Symbolic.Analyzers {
Note: See TracChangeset for help on using the changeset viewer.