Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/15/17 11:04:09 (7 years ago)
Author:
gkronber
Message:

#2640: merged r14227 and r14786 from trunk to stable

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Algorithms.NSGA2/3.3/NSGA2.cs

    r15238 r15252  
    3939  /// </summary>
    4040  [Item("NSGA-II", "The Nondominated Sorting Genetic Algorithm II was introduced in Deb et al. 2002. A Fast and Elitist Multiobjective Genetic Algorithm: NSGA-II. IEEE Transactions on Evolutionary Computation, 6(2), pp. 182-197.")]
    41   [Creatable(CreatableAttribute.Categories.Algorithms, Priority = 100)]
     41  [Creatable(CreatableAttribute.Categories.PopulationBasedAlgorithms, Priority = 135)]
    4242  [StorableClass]
    4343  public class NSGA2 : HeuristicOptimizationEngineAlgorithm, IStorableContent {
Note: See TracChangeset for help on using the changeset viewer.