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
Location:
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols
Files:
1 added
1 moved

Legend:

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

    r2211 r2212  
    2020#endregion
    2121
    22 using System;
    23 using System.Collections.Generic;
    24 using System.Text;
    25 using HeuristicLab.Core;
    26 using System.Diagnostics;
    27 using HeuristicLab.Data;
    28 using HeuristicLab.Constraints;
    29 using HeuristicLab.DataAnalysis;
     22using HeuristicLab.GP.Interfaces;
     23using HeuristicLab.Operators;
    3024using HeuristicLab.Random;
    31 using HeuristicLab.Operators;
    32 using HeuristicLab.GP.Interfaces;
    3325
    3426namespace HeuristicLab.GP.StructureIdentification {
Note: See TracChangeset for help on using the changeset viewer.