Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/03/08 10:51:50 (16 years ago)
Author:
gkronber
Message:

moved creation of default init and manipulation operators from !GPOperatorGroup into the functions (ticket #225 "Simplify GP infrastructure (GPOperatorLibrary and Functions)")

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Functions/HeuristicLabFunctionsPlugin.cs

    r165 r425  
    3232  [Dependency(Dependency = "HeuristicLab.Data")]
    3333  [Dependency(Dependency = "HeuristicLab.DataAnalysis")]
     34  [Dependency(Dependency = "HeuristicLab.Operators")]
    3435  [Dependency(Dependency = "HeuristicLab.Operators.Programmable")]
     36  [Dependency(Dependency = "HeuristicLab.Random")]
    3537  public class HeuristicLabFunctionsPlugin : PluginBase {
    3638  }
Note: See TracChangeset for help on using the changeset viewer.