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)

Location:
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Creators
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Creators/ProbabilisticTreeCreator.cs

    r3825 r4068  
    2121
    2222using System;
     23using System.Collections.Generic;
    2324using System.Linq;
    24 using System.Collections.Generic;
    2525using System.Text;
    26 using HeuristicLab.Common;
    2726using HeuristicLab.Core;
    2827using HeuristicLab.Data;
    29 using HeuristicLab.Random;
    30 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    3128using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.ArchitectureManipulators;
    3229using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Symbols;
     30using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    3331
    3432namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Creators {
  • trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Creators/SymbolicExpressionTreeCreator.cs

    r3534 r4068  
    2020#endregion
    2121
    22 using System.Linq;
    23 using HeuristicLab.Common;
    2422using HeuristicLab.Core;
    2523using HeuristicLab.Data;
    26 using HeuristicLab.Operators;
    27 using HeuristicLab.Optimization;
     24using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Interfaces;
    2825using HeuristicLab.Parameters;
    2926using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    30 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Interfaces;
    3127
    3228namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Creators {
Note: See TracChangeset for help on using the changeset viewer.