Free cookie consent management tool by TermsFeed Policy Generator

Changeset 13655 for trunk/sources


Ignore:
Timestamp:
03/06/16 12:44:17 (8 years ago)
Author:
gkronber
Message:

#1795: updated plugin dependencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Plugin.cs.frame

    r13321 r13655  
    2929  [PluginFile("HeuristicLab.Algorithms.DataAnalysis-3.4.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.ALGLIB", "3.7.0")]
     31  [PluginDependency("HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm", "3.3")] // for GBM
    3132  [PluginDependency("HeuristicLab.Algorithms.GradientDescent", "3.3")]
    3233  [PluginDependency("HeuristicLab.Analysis", "3.3")]
     
    5051  [PluginDependency("HeuristicLab.LibSVM", "3.12")]
    5152  [PluginDependency("HeuristicLab.Random", "3.3")]
     53  [PluginDependency("HeuristicLab.Selection", "3.3")]
    5254  public class HeuristicLabAlgorithmsDataAnalysisPlugin : PluginBase {
    5355  }
Note: See TracChangeset for help on using the changeset viewer.