Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2258_IslandALPS/IslandALPS/3.3/Plugin.cs.frame

Last change on this file was 15948, checked in by pfleck, 6 years ago

#2558 Adapted branch naming convention and adapted repository folder restructure.

File size: 1.1 KB
Line 
1using HeuristicLab.PluginInfrastructure;
2
3namespace HeuristicLab.Algorithms.IslandALPS {
4  [Plugin("HeuristicLab.Algorithms.IslandALPS", "Coarse grained version of ALPS.", "3.3.0.$WCREV$")]
5  [PluginFile("HeuristicLab.Algorithms.IslandALPS-3.3.dll", PluginFileType.Assembly)]
6  [PluginDependency("HeuristicLab.Algorithms.ALPS", "3.3")]
7  [PluginDependency("HeuristicLab.Analysis", "3.3")]
8  [PluginDependency("HeuristicLab.Collections", "3.3")]
9  [PluginDependency("HeuristicLab.Common", "3.3")]
10  [PluginDependency("HeuristicLab.Core", "3.3")]
11  [PluginDependency("HeuristicLab.Data", "3.3")]
12  [PluginDependency("HeuristicLab.Operators", "3.3")]
13  [PluginDependency("HeuristicLab.Optimization", "3.3")]
14  [PluginDependency("HeuristicLab.Optimization.Operators", "3.3")]
15  [PluginDependency("HeuristicLab.Parameters", "3.3")]
16  [PluginDependency("HeuristicLab.Persistence", "3.3")]
17  [PluginDependency("HeuristicLab.Random", "3.3")]
18  [PluginDependency("HeuristicLab.Selection", "3.3")]
19  public class HeuristicLabAlgorithmsIslandALPSPlugin : PluginBase {
20  }
21}
Note: See TracBrowser for help on using the repository browser.