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.Operators
Files:
2 added
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Manipulation/FullTreeShaker.cs

    r2210 r2212  
    2020#endregion
    2121
    22 using System;
    23 using System.Collections.Generic;
    2422using System.Linq;
    25 using System.Text;
    2623using HeuristicLab.Core;
    2724using HeuristicLab.Operators;
    2825using HeuristicLab.Random;
    2926using HeuristicLab.Data;
     27using HeuristicLab.GP.Interfaces;
    3028using HeuristicLab.Selection;
    31 using HeuristicLab.GP.Interfaces;
    3229
    33 namespace HeuristicLab.GP {
     30namespace HeuristicLab.GP.Operators {
    3431  public class FullTreeShaker : DelegatingOperator {
    3532    public override string Description {
Note: See TracChangeset for help on using the changeset viewer.