- Timestamp:
- 06/25/15 18:21:19 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources/HeuristicLab.Algorithms.LocalSearch/3.3/LocalSearch.cs
r12012 r12515 36 36 namespace HeuristicLab.Algorithms.LocalSearch { 37 37 [Item("Local Search", "A local search algorithm.")] 38 [Creatable( "Algorithms")]38 [Creatable(CreatableAttribute.Categories.SingleSolutionAlgorithms, Priority = 100)] 39 39 [StorableClass] 40 40 public sealed class LocalSearch : HeuristicOptimizationEngineAlgorithm, IStorableContent {
Note: See TracChangeset
for help on using the changeset viewer.