Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2646_DifferentialEvolution/HeuristicLab.Algorithms.GDE3/Plugin.cs

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

Add GDE3 algorithm implementation

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