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