Changeset 13295 for stable/HeuristicLab.Algorithms.SimulatedAnnealing
- Timestamp:
- 11/19/15 13:33:36 (9 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 13173
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealing.cs
r12708 r13295 36 36 37 37 namespace HeuristicLab.Algorithms.SimulatedAnnealing { 38 [Item("Simulated Annealing ", "A simulated annealing algorithm.")]38 [Item("Simulated Annealing (SA)", "A simulated annealing algorithm.")] 39 39 [Creatable(CreatableAttribute.Categories.SingleSolutionAlgorithms, Priority = 140)] 40 40 [StorableClass]
Note: See TracChangeset
for help on using the changeset viewer.