Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Text;
|
---|
4 | using HeuristicLab.PluginInfrastructure;
|
---|
5 |
|
---|
6 | namespace HeuristicLab.ES {
|
---|
7 | [ClassInfo(Name = "HeuristicLab.ES")]
|
---|
8 | [PluginFile(Filename = "HeuristicLab.ES.dll", Filetype = PluginFileType.Assembly)]
|
---|
9 | [Dependency(Dependency = "HeuristicLab.Core")]
|
---|
10 | [Dependency(Dependency = "HeuristicLab.Data")]
|
---|
11 | [Dependency(Dependency = "HeuristicLab.Evolutionary")]
|
---|
12 | [Dependency(Dependency = "HeuristicLab.Logging")]
|
---|
13 | [Dependency(Dependency = "HeuristicLab.Operators")]
|
---|
14 | [Dependency(Dependency = "HeuristicLab.Random")]
|
---|
15 | [Dependency(Dependency = "HeuristicLab.Selection")]
|
---|
16 | [Dependency(Dependency = "HeuristicLab.Selection.OffspringSelection")]
|
---|
17 | [Dependency(Dependency = "HeuristicLab.SequentialEngine")]
|
---|
18 | public class HeuristicLabESPlugin : PluginBase {
|
---|
19 | }
|
---|
20 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.