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