Last change
on this file since 15370 was
14700,
checked in by gkronber, 8 years ago
|
#2646: fixed compile errors in DifferentialEvolution + reformatting + svn:ignore
|
File size:
366 bytes
|
Line | |
---|
1 |
|
---|
2 | using HeuristicLab.PluginInfrastructure;
|
---|
3 |
|
---|
4 | namespace HeuristicLab.Algorithms.DifferentialEvolution {
|
---|
5 | [Plugin("HeuristicLab.Algorithms.DifferentialEvolution", "Provides an implementation of DE algorithm", "3.3.9.0")]
|
---|
6 | [PluginFile("HeuristicLab.Algorithms.DifferentialEvolution.dll", PluginFileType.Assembly)]
|
---|
7 | public class Plugin : PluginBase {
|
---|
8 | }
|
---|
9 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.