Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/30/09 10:47:00 (15 years ago)
Author:
gkronber
Message:

GP Refactoring: #713

  • added project GP.Operators
  • moved operators from plugin GP to plugin GP.Operators
  • deleted unused constraints
  • removed dependency of GP plugins on Constraints plugin
  • moved StructID functions into directory Symbols
  • deleted unused class FunView
  • implemented add and remove functionality for the FunctionLibraryView
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/AlgorithmBase.cs

    r2210 r2212  
    2222using System;
    2323using System.Collections.Generic;
    24 using System.Linq;
    25 using System.Text;
     24using System.Xml;
    2625using HeuristicLab.Core;
    27 using System.Xml;
    28 using System.Diagnostics;
     26using HeuristicLab.Data;
    2927using HeuristicLab.DataAnalysis;
     28using HeuristicLab.Evolutionary;
     29using HeuristicLab.GP.Interfaces;
     30using HeuristicLab.Logging;
     31using HeuristicLab.Modeling;
    3032using HeuristicLab.Operators;
    3133using HeuristicLab.Random;
    3234using HeuristicLab.Selection;
    33 using HeuristicLab.Logging;
    34 using HeuristicLab.Data;
    35 using HeuristicLab.Operators.Programmable;
    36 using HeuristicLab.Evolutionary;
    37 using HeuristicLab.Modeling;
    38 using HeuristicLab.GP.Interfaces;
    3935
    4036namespace HeuristicLab.GP.StructureIdentification {
Note: See TracChangeset for help on using the changeset viewer.