Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ichiriac/HeuristicLab.Algorithms.Schade/Plugin.cs @ 14088

Last change on this file since 14088 was 14088, checked in by ichiriac, 8 years ago

Add SHADE algorithm implementation

File size: 456 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using System.Threading.Tasks;
6
7using HeuristicLab.PluginInfrastructure;
8
9namespace HeuristicLab.Algorithms.Shade
10{
11    [Plugin("HeuristicLab.Algorithms.Shade", "Provides an implementation of SHADE algorithm", "3.3.9.0")]
12    [PluginFile("HeuristicLab.Algorithms.Shade.dll", PluginFileType.Assembly)]
13    public class Plugin : PluginBase
14    {
15    }
16}
Note: See TracBrowser for help on using the repository browser.