Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/25/15 18:21:19 (9 years ago)
Author:
dglaser
Message:

#2388: Merged trunk into HiveStatistics branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources/HeuristicLab.Problems.QuadraticAssignment.Algorithms/3.3/RobustTabooSearch.cs

    r12012 r12515  
    3535namespace HeuristicLab.Problems.QuadraticAssignment.Algorithms {
    3636  [Item("Robust Taboo Search", "The algorithm is described in Taillard, E. 1991. Robust Taboo Search for the Quadratic Assignment Problem. Parallel Computing 17, pp. 443-455.")]
    37   [Creatable("Algorithms")]
     37  [Creatable(CreatableAttribute.Categories.SingleSolutionAlgorithms, Priority = 130)]
    3838  [StorableClass]
    3939  public sealed class RobustTabooSearch : HeuristicOptimizationEngineAlgorithm, IStorableContent {
Note: See TracChangeset for help on using the changeset viewer.