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/3.3/HeuristicLabGPPlugin.cs

    r2210 r2212  
    2929  [PluginFile(Filename = "HeuristicLab.GP-3.3.dll", Filetype = PluginFileType.Assembly)]
    3030  [Dependency(Dependency = "HeuristicLab.GP.Interfaces-3.3")]
    31   [Dependency(Dependency = "HeuristicLab.Constraints-3.2")]
    32   [Dependency(Dependency = "HeuristicLab.Core-3.2")]
    33   [Dependency(Dependency = "HeuristicLab.Data-3.2")]
    34   [Dependency(Dependency = "HeuristicLab.Evolutionary-3.2")]
    35   [Dependency(Dependency = "HeuristicLab.Operators-3.2")]
    3631  [Dependency(Dependency = "HeuristicLab.Random-3.2")]
    37   [Dependency(Dependency = "HeuristicLab.Selection-3.2")]
    3832  public class HeuristicLabGPPlugin : PluginBase {
    3933  }
Note: See TracChangeset for help on using the changeset viewer.