Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/17/10 01:20:46 (14 years ago)
Author:
abeham
Message:

#1040

  • Changed license text and organized usings
Location:
trunk/sources/HeuristicLab.Algorithms.NSGA2/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.NSGA2/3.3/CrowdedComparisonSorter.cs

    r4039 r4040  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    1919 */
    2020#endregion
     21
    2122using System;
    2223using System.Collections.Generic;
    2324using System.Linq;
    24 using System.Text;
    2525using HeuristicLab.Core;
    26 using HeuristicLab.Common;
    2726using HeuristicLab.Data;
    28 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2927using HeuristicLab.Operators;
    3028using HeuristicLab.Parameters;
     29using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    3130
    3231namespace HeuristicLab.Algorithms.NSGA2 {
  • trunk/sources/HeuristicLab.Algorithms.NSGA2/3.3/FastNonDominatedSort.cs

    r4039 r4040  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    1919 */
    2020#endregion
     21
    2122using System;
    2223using System.Collections.Generic;
    23 using System.Linq;
    24 using System.Text;
    2524using HeuristicLab.Core;
    26 using HeuristicLab.Common;
    2725using HeuristicLab.Data;
    2826using HeuristicLab.Operators;
     27using HeuristicLab.Parameters;
    2928using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    30 using HeuristicLab.Parameters;
    3129
    3230namespace HeuristicLab.Algorithms.NSGA2 {
Note: See TracChangeset for help on using the changeset viewer.