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.Algorithms.NSGA2/3.3/NSGA2MainLoop.cs

    r4045 r4068  
    2121
    2222using HeuristicLab.Core;
     23using HeuristicLab.Data;
    2324using HeuristicLab.Operators;
     25using HeuristicLab.Optimization.Operators;
     26using HeuristicLab.Parameters;
    2427using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    25 using HeuristicLab.Parameters;
    26 using HeuristicLab.Data;
    27 using HeuristicLab.Optimization.Operators;
    2828using HeuristicLab.Selection;
    2929
Note: See TracChangeset for help on using the changeset viewer.