using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using HeuristicLab.PluginInfrastructure; namespace HeuristicLab.Algorithms.GDE3 { [Plugin("HeuristicLab.Algorithms.GDE3", "Provides an implementation of GDE algorithm", "3.3.9.0")] [PluginFile("HeuristicLab.Algorithms.GDE3.dll", PluginFileType.Assembly)] public class Plugin : PluginBase { } }