Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/28/19 11:22:24 (5 years ago)
Author:
msemenki
Message:

#2988: Add first version of GP for Evolvment models of models.

Location:
branches/2988_ModelsOfModels2
Files:
2 added
1 copied

Legend:

Unmodified
Added
Removed
  • branches/2988_ModelsOfModels2/HeuristicLab.Algorithms.EMM/Plugin.cs.frame

    r16583 r16722  
    2222using HeuristicLab.PluginInfrastructure;
    2323
    24 namespace HeuristicLab.Algorithms.GeneticAlgorithm {
     24namespace HeuristicLab.Algorithms.EMMAlgorithm {
    2525  /// <summary>
    26   /// Plugin class for HeuristicLab.Algorithms.GeneticAlgorithm plugin.
     26  /// Plugin class for HeuristicLab.Algorithms.EMMAlgorithm plugin.
    2727  /// </summary>
    28   [Plugin("HeuristicLab.Algorithms.GeneticAlgorithm", "3.3.15.$WCREV$")]
    29   [PluginFile("HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll", PluginFileType.Assembly)]
     28  [Plugin("HeuristicLab.Algorithms.EMMAlgorithm", "3.3.15.$WCREV$")]
     29  [PluginFile("HeuristicLab.Algorithms.EMMAlgorithm-3.3.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Analysis", "3.3")]
    3131  [PluginDependency("HeuristicLab.Collections", "3.3")]
     
    4040  [PluginDependency("HeuristicLab.Random", "3.3")]
    4141  [PluginDependency("HeuristicLab.Selection", "3.3")]
    42   public class HeuristicLabAlgorithmsGeneticAlgorithmPlugin : PluginBase {
     42  [PluginDependency("HeuristicLab.Attic", "1.0")]
     43  public class HeuristicLabAlgorithmsEMMAlgorithmPlugin : PluginBase {
    4344  }
    4445}
Note: See TracChangeset for help on using the changeset viewer.