Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12994 for branches


Ignore:
Timestamp:
10/09/15 14:45:46 (9 years ago)
Author:
pfleck
Message:

#2269

  • Updated item and plugin descriptions.
  • Set Creatable attributes.
Location:
branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3
Files:
2 edited

Legend:

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

    r12993 r12994  
    3838
    3939namespace HeuristicLab.Algorithms.ALPS {
    40   [Item("ALPS Genetic Algorithm", "A genetic algorithm with an age-layered population structure.")]
    41   [Creatable("Algorithms")]
     40  [Item("ALPS Genetic Algorithm", "A genetic algorithm within an age-layered population structure as described in Gregory S. Hornby. 2006. ALPS: the age-layered population structure for reducing the problem of premature convergence. In Proceedings of the 8th annual conference on Genetic and evolutionary computation (GECCO '06). 815-822.")]
     41  [Creatable(CreatableAttribute.Categories.PopulationBasedAlgorithms, Priority = 160)]
    4242  [StorableClass]
    4343  public sealed class AlpsGeneticAlgorithm : HeuristicOptimizationEngineAlgorithm, IStorableContent {
  • branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Plugin.cs.frame

    r12018 r12994  
    2626  /// Plugin class for HeuristicLab.Algorithms.ALPS plugin.
    2727  /// </summary>
    28   [Plugin("HeuristicLab.Algorithms.ALPS", "Provides the Age-Layered Population Structure (ALPS) as described in Gregory S. Hornby. 2006. ALPS: the age-layered population structure for reducing the problem of premature convergence. In Proceedings of the 8th annual conference on Genetic and evolutionary computation (GECCO '06). 815-822.", "3.3.11.$WCREV$")]
     28  [Plugin("HeuristicLab.Algorithms.ALPS", "3.3.11.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Algorithms.ALPS-3.3.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Analysis", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.