Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/16/19 05:27:50 (5 years ago)
Author:
swagner
Message:

#2989: Worked on Moving Peaks Benchmark

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2989_MovingPeaksBenchmark/HeuristicLab.Problems.MovingPeaksBenchmark/3.3/Plugin.cs.frame

    r16607 r16609  
    2828  [PluginFile("HeuristicLab.Problems.MovingPeaksBenchmark-3.3.dll", PluginFileType.Assembly)]
    2929  [Plugin("HeuristicLab.Problems.MovingPeaksBenchmark", "3.3.15.$WCREV$")]
    30 //  [PluginDependency("HeuristicLab.Analysis", "3.3")]
     30  [PluginDependency("HeuristicLab.Analysis", "3.3")]
    3131  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3232  [PluginDependency("HeuristicLab.Common", "3.3")]
     
    4141  [PluginDependency("HeuristicLab.Parameters", "3.3")]
    4242  [PluginDependency("HeuristicLab.Persistence", "3.3")]
     43  [PluginDependency("HeuristicLab.Random", "3.3")]
    4344  public class HeuristicLabProblemsMovingPeaksBenchmarkPlugin : PluginBase {
    4445  }
Note: See TracChangeset for help on using the changeset viewer.