Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/14 10:03:10 (10 years ago)
Author:
pfleck
Message:

#2269 Added ALPS-Plugin.

  • Updated Build-Configuration for DataPreprocessingViews.
Location:
branches/ALPS/HeuristicLab.Algorithms.ALPS
Files:
4 added
3 copied

Legend:

Unmodified
Added
Removed
  • branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Plugin.cs.frame

    r11565 r11566  
    2222using HeuristicLab.PluginInfrastructure;
    2323
    24 namespace HeuristicLab.Algorithms.GeneticAlgorithm {
     24namespace HeuristicLab.Algorithms.ALPS {
    2525  /// <summary>
    26   /// Plugin class for HeuristicLab.Algorithms.GeneticAlgorithm plugin.
     26  /// Plugin class for HeuristicLab.Algorithms.ALPS plugin.
    2727  /// </summary>
    28   [Plugin("HeuristicLab.Algorithms.GeneticAlgorithm", "3.3.10.$WCREV$")]
    29   [PluginFile("HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll", PluginFileType.Assembly)]
     28  [Plugin("HeuristicLab.Algorithms.ALPS", "3.3.10.$WCREV$")]
     29  [PluginFile("HeuristicLab.Algorithms.ALPS-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  public class HeuristicLabAlgorithmsALPSPlugin : PluginBase {
    4343  }
    4444}
  • branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Properties/AssemblyInfo.cs.frame

    r11565 r11566  
    2626// set of attributes. Change these attribute values to modify the information
    2727// associated with an assembly.
    28 [assembly: AssemblyTitle("HeuristicLab.Algorithms.GeneticAlgorithm")]
    29 [assembly: AssemblyDescription("HeuristicLab genetic algorithm")]
     28[assembly: AssemblyTitle("HeuristicLab.Algorithms.ALPS")]
     29[assembly: AssemblyDescription("HeuristicLab ALPS")]
    3030[assembly: AssemblyConfiguration("")]
    3131[assembly: AssemblyCompany("")]
     
    4141
    4242// The following GUID is for the ID of the typelib if this project is exposed to COM
    43 [assembly: Guid("ec039d68-07a5-43cf-ba26-34f41c2d470a")]
     43[assembly: Guid("196f5964-865f-42aa-a584-f0d6f47aa5af")]
    4444
    4545// Version information for an assembly consists of the following four values:
Note: See TracChangeset for help on using the changeset viewer.