Last change
on this file since 14800 was
14699,
checked in by gkronber, 8 years ago
|
#2646: fixed compile errors in SHADE implementation (and set svn:ignore properties)
|
File size:
319 bytes
|
Line | |
---|
1 | using HeuristicLab.PluginInfrastructure;
|
---|
2 |
|
---|
3 | namespace HeuristicLab.Algorithms.Shade {
|
---|
4 | [Plugin("HeuristicLab.Algorithms.Shade", "Provides an implementation of SHADE algorithm", "3.3.9.0")]
|
---|
5 | [PluginFile("HeuristicLab.Algorithms.Shade.dll", PluginFileType.Assembly)]
|
---|
6 | public class Plugin : PluginBase {
|
---|
7 | }
|
---|
8 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.