Last change
on this file since 16667 was
15948,
checked in by pfleck, 6 years ago
|
#2558 Adapted branch naming convention and adapted repository folder restructure.
|
File size:
1.1 KB
|
Rev | Line | |
---|
[13493] | 1 | using HeuristicLab.PluginInfrastructure;
|
---|
| 2 |
|
---|
| 3 | namespace 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)]
|
---|
[13790] | 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")]
|
---|
[13493] | 19 | public class HeuristicLabAlgorithmsIslandALPSPlugin : PluginBase {
|
---|
| 20 | }
|
---|
| 21 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.