Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/03/09 12:26:42 (15 years ago)
Author:
gkronber
Message:

Merged changes from GP-refactoring branch back into the trunk #713.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/OffspringSelectionGP.cs

    r2130 r2222  
    2222using System;
    2323using System.Collections.Generic;
    24 using System.Linq;
    25 using System.Text;
    2624using HeuristicLab.Core;
    27 using System.Xml;
    28 using System.Diagnostics;
    29 using HeuristicLab.DataAnalysis;
     25using HeuristicLab.Data;
     26using HeuristicLab.Evolutionary;
     27using HeuristicLab.Logging;
    3028using HeuristicLab.Operators;
    31 using HeuristicLab.Random;
    3229using HeuristicLab.Selection;
    33 using HeuristicLab.Logging;
    34 using HeuristicLab.Data;
    35 using HeuristicLab.Operators.Programmable;
    3630using HeuristicLab.Selection.OffspringSelection;
    37 using HeuristicLab.Evolutionary;
    3831
    3932namespace HeuristicLab.GP.StructureIdentification {
Note: See TracChangeset for help on using the changeset viewer.