Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/25/15 10:30:06 (9 years ago)
Author:
mkommend
Message:

#2025: Changed categories for all creatables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.RAPGA/3.3/RAPGA.cs

    r12113 r12504  
    3939  /// </summary>
    4040  [Item("RAPGA", "A relevant alleles preserving genetic algorithm (Affenzeller, M. et al. 2007. Self-adaptive population size adjustment for genetic algorithms. Proceedings of Computer Aided Systems Theory: EuroCAST 2007, Lecture Notes in Computer Science, pp 820–828. Springer).")]
    41   [Creatable("Algorithms")]
     41  [Creatable(CreatableAttribute.Categories.PopulationBasedAlgorithms, Priority = 140)]
    4242  [StorableClass]
    4343  public sealed class RAPGA : HeuristicOptimizationEngineAlgorithm, IStorableContent {
Note: See TracChangeset for help on using the changeset viewer.