Last change
on this file since 15632 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
|
Rev | Line | |
---|
[14699] | 1 | using HeuristicLab.PluginInfrastructure;
|
---|
[14088] | 2 |
|
---|
[14699] | 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 | }
|
---|
[14088] | 8 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.