Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/03/09 17:48:50 (15 years ago)
Author:
gkronber
Message:

created a branch for #720

Location:
branches/gp-algorithms-refactoring-#720
Files:
2 added
2 copied

Legend:

Unmodified
Added
Removed
  • branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.Algorithms/3.2/StandardGP.cs

    r2328 r2331  
    2121
    2222using HeuristicLab.Core;
    23 using HeuristicLab.DataAnalysis;
    2423using HeuristicLab.Operators;
    2524using HeuristicLab.Selection;
    2625using HeuristicLab.Logging;
    2726using HeuristicLab.Data;
    28 using HeuristicLab.Operators.Programmable;
    29 using HeuristicLab.Modeling;
    3027using HeuristicLab.GP.Operators;
    3128
    32 namespace HeuristicLab.GP.StructureIdentification {
     29namespace HeuristicLab.GP.Algorithms {
    3330  public class StandardGP : AlgorithmBase, IEditable {
    3431
Note: See TracChangeset for help on using the changeset viewer.