Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ichiriac/HeuristicLab.Algorithms.DifferentialEvolution/Plugin.cs @ 14700

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

#2646: fixed compile errors in DifferentialEvolution + reformatting + svn:ignore

File size: 366 bytes
RevLine 
[14700]1
[13619]2using HeuristicLab.PluginInfrastructure;
3
[14700]4namespace HeuristicLab.Algorithms.DifferentialEvolution {
5  [Plugin("HeuristicLab.Algorithms.DifferentialEvolution", "Provides an implementation of DE algorithm", "3.3.9.0")]
6  [PluginFile("HeuristicLab.Algorithms.DifferentialEvolution.dll", PluginFileType.Assembly)]
7  public class Plugin : PluginBase {
8  }
[13619]9}
Note: See TracBrowser for help on using the repository browser.