Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/04/09 16:12:31 (15 years ago)
Author:
gkronber
Message:
  • Moved DatasetShuffler from plugin HeuristicLab.GP.StructureIdentification.Classification to plugin HeuristicLab.DataAnalysis.
  • Added variants of StandardGP and OffspringSelectionGP for Classification and time-series analysis.

#224 (Simple frontend for GP for non-expert users (similar to HeurisicLab.SGA))

File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/CEDMA-Refactoring-Ticket419/HeuristicLab.DataAnalysis/DatasetShuffler.cs

    r1244 r1245  
    2626using HeuristicLab.Core;
    2727using HeuristicLab.Data;
    28 using HeuristicLab.GP.StructureIdentification;
    29 using HeuristicLab.DataAnalysis;
    3028using HeuristicLab.Random;
    3129
    32 namespace HeuristicLab.GP.StructureIdentification.Classification {
     30namespace HeuristicLab.DataAnalysis {
    3331  public class DatasetShuffler : OperatorBase {
    3432    public DatasetShuffler()
Note: See TracChangeset for help on using the changeset viewer.