Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/31/16 15:11:46 (8 years ago)
Author:
gkronber
Message:

implemented random search for binary problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Templates/EmptyAlgorithm/EmptyAlgorithm/Plugin.cs

    r14362 r14364  
    1111  // not correct then your plugin cannot be used on HeuristicLab.Hive
    1212  //
    13   // [PluginDependency("HeuristicLab.Data", "3.3")]
    14   // [PluginDependency("HeuristicLab.Core", "3.3")]
     13  [PluginDependency("HeuristicLab.Collections", "3.3")]
     14  [PluginDependency("HeuristicLab.Common", "3.3")]
     15  [PluginDependency("HeuristicLab.Core", "3.3")]
     16  [PluginDependency("HeuristicLab.Data", "3.3")]
     17  [PluginDependency("HeuristicLab.Encodings.BinaryVectorEncoding", "3.3")]
     18  [PluginDependency("HeuristicLab.Optimization", "3.3")]
     19  [PluginDependency("HeuristicLab.Parameters", "3.3")]
     20  [PluginDependency("HeuristicLab.Persistence", "3.3")]
     21  [PluginDependency("HeuristicLab.Problems.Binary", "3.3")]
     22  [PluginDependency("HeuristicLab.Random", "3.3")]
    1523
    1624  // HL plugin infrastructure discovers plugins on startup by trying to load all .dll and .exe files and looking for
Note: See TracChangeset for help on using the changeset viewer.