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.LocalSearch/3.3/LocalSearch.cs

    r12012 r12504  
    3636namespace HeuristicLab.Algorithms.LocalSearch {
    3737  [Item("Local Search", "A local search algorithm.")]
    38   [Creatable("Algorithms")]
     38  [Creatable(CreatableAttribute.Categories.SingleSolutionAlgorithms, Priority = 100)]
    3939  [StorableClass]
    4040  public sealed class LocalSearch : HeuristicOptimizationEngineAlgorithm, IStorableContent {
Note: See TracChangeset for help on using the changeset viewer.