Last change
on this file since 14697 was
13749,
checked in by ichiriac, 9 years ago
|
Add GDE3 algorithm implementation
|
File size:
449 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Linq;
|
---|
4 | using System.Text;
|
---|
5 | using System.Threading.Tasks;
|
---|
6 | using HeuristicLab.PluginInfrastructure;
|
---|
7 |
|
---|
8 | namespace 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.