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.OneMax/3.3/Evaluators/OneMaxEvaluator.cs

    r3376 r4068  
    2020#endregion
    2121
    22 using HeuristicLab.Common;
    2322using HeuristicLab.Core;
    2423using HeuristicLab.Data;
     24using HeuristicLab.Encodings.BinaryVectorEncoding;
     25using HeuristicLab.Operators;
    2526using HeuristicLab.Parameters;
    2627using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    27 using HeuristicLab.Encodings.BinaryVectorEncoding;
    28 using HeuristicLab.Operators;
    2928
    3029namespace HeuristicLab.Problems.OneMax {
     
    3837      get { return (ILookupParameter<DoubleValue>)Parameters["Quality"]; }
    3938    }
    40    
     39
    4140    public ILookupParameter<BinaryVector> BinaryVectorParameter {
    4241      get { return (ILookupParameter<BinaryVector>)Parameters["BinaryVector"]; }
Note: See TracChangeset for help on using the changeset viewer.