Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/25/20 18:52:56 (4 years ago)
Author:
dleko
Message:

#2825: Add parameters for algorithm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/Plugin.cs

    r17551 r17557  
    33namespace HeuristicLab.Algorithms.NSGA3
    44{
    5     [Plugin("HeuristicLab.Algorithms.NSGA3", "3.3.16.17198")]
     5    [Plugin("HeuristicLab.Algorithms.NSGA3", "Provides the reference point based, non-dominated sorting genetic algorithm III (NSGA-III) as described in Deb et al. 2013. An Evolutionary Many-Objective Optimization Algorithm Using Reference Point Based Non-dominated Sorting Approach. IEEE Transactions on Evolutionary Computation, 18(4), pp. 577-601.", "3.3.16.17198")]
    66    [PluginFile("HeuristicLab.Algorithms.NSGA3-3.3.dll", PluginFileType.Assembly)] // each plugin represents a collection of files. The minimum is one file; the assembly.
    77
     
    1111    // which uses plugin dependency resolution will not work correctly. For instance if plugin dependencies are
    1212    // not correct then your plugin cannot be used on HeuristicLab.Hive
    13     //
    1413    [PluginDependency("HeuristicLab.Collections", "3.3")]
    1514    [PluginDependency("HeuristicLab.Common", "3.3")]
     
    1716    [PluginDependency("HeuristicLab.Data", "3.3")]
    1817    [PluginDependency("HeuristicLab.Encodings.BinaryVectorEncoding", "3.3")]
     18    [PluginDependency("HeuristicLab.Encodings.RealVectorEncoding", "3.3")]
    1919    [PluginDependency("HeuristicLab.Optimization", "3.3")]
    2020    [PluginDependency("HeuristicLab.Parameters", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.