- Timestamp:
- 06/25/15 10:30:06 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.TabuSearch/3.3/TabuSearch.cs
r12012 r12504 36 36 namespace HeuristicLab.Algorithms.TabuSearch { 37 37 [Item("Tabu Search", "A tabu search algorithm.")] 38 [Creatable( "Algorithms")]38 [Creatable(CreatableAttribute.Categories.SingleSolutionAlgorithms, Priority = 120)] 39 39 [StorableClass] 40 40 public sealed class TabuSearch : HeuristicOptimizationEngineAlgorithm, IStorableContent {
Note: See TracChangeset
for help on using the changeset viewer.