Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/21/16 15:52:53 (7 years ago)
Author:
bwerth
Message:

#2592 several fixes and cleanups to adapt a more HeuristicLab-Code-Style + renaming of folders and Plugin

Location:
branches
Files:
2 edited
2 copied
1 moved

Legend:

Unmodified
Added
Removed
  • branches

    • Property svn:global-ignores set to
      bin
  • branches/MOCMAEvolutionStrategy/HeuristicLab.Algorithms.MOCMAEvolutionStrategy/3.3/Plugin.cs.frame

    r14269 r14404  
    2626  /// Plugin class for HeuristicLab.Algorithms.EvolutionStrategy plugin.
    2727  /// </summary>
    28   [Plugin("HeuristicLab.Algorithms.MOCMAEvolutionStrategy", "3.3.23.$WCREV$")]
     28  [Plugin("HeuristicLab.Algorithms.MOCMAEvolutionStrategy", "3.3.14.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Algorithms.MOCMAEvolutionStrategy-3.3.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.ALGLIB", "3.7")]
     
    4242  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    4343  [PluginDependency("HeuristicLab.Problems.Instances", "3.3")]
    44   [PluginDependency("HeuristicLab.Problems.MultiObjectiveTestFunctions", "3.3")]
     44  [PluginDependency("HeuristicLab.Problems.TestFunctions.MultiObjective", "3.3")]
    4545  [PluginDependency("HeuristicLab.Random", "3.3")]
    4646  public class HeuristicLabAlgorithmsMOCMAEvolutionStrategyPlugin : PluginBase {
Note: See TracChangeset for help on using the changeset viewer.