Changeset 12708 for stable/HeuristicLab.Algorithms.TabuSearch
- Timestamp:
- 07/10/15 12:11:55 (9 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 12305,12393,12397-12401,12504,12506,12512,12622,12649,12664
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.TabuSearch/3.3/TabuSearch.cs
r12009 r12708 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.