Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ichiriac/HeuristicLab.Algorithms.Shade/Plugin.cs @ 14699

Last change on this file since 14699 was 14699, checked in by gkronber, 7 years ago

#2646: fixed compile errors in SHADE implementation (and set svn:ignore properties)

File size: 319 bytes
Line 
1using HeuristicLab.PluginInfrastructure;
2
3namespace 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.