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