- Timestamp:
- 03/07/11 13:02:45 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealing.cs
r5578 r5615 39 39 [Creatable("Algorithms")] 40 40 [StorableClass] 41 public sealed class SimulatedAnnealing : EngineAlgorithm, IStorableContent {41 public sealed class SimulatedAnnealing : HeuristicOptimizationAlgorithm, IStorableContent { 42 42 public string Filename { get; set; } 43 43
Note: See TracChangeset
for help on using the changeset viewer.