- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- Location:
- branches/PersistenceOverhaul/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3/VariableNeighborhoodSearch.cs
r13368 r14711 37 37 [Item("Variable Neighborhood Search (VNS)", "A variable neighborhood search algorithm based on the description in Mladenovic, N. and Hansen, P. (1997). Variable neighborhood search. Computers & Operations Research Volume 24, Issue 11, pp. 1097-1100.")] 38 38 [Creatable(CreatableAttribute.Categories.SingleSolutionAlgorithms, Priority = 110)] 39 [Storable Class("14BD629C-1051-49AC-9469-D79F0B220DA1")]39 [StorableType("14BD629C-1051-49AC-9469-D79F0B220DA1")] 40 40 public sealed class VariableNeighborhoodSearch : HeuristicOptimizationEngineAlgorithm, IStorableContent { 41 41 public string Filename { get; set; } -
branches/PersistenceOverhaul/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3/VariableNeighborhoodSearchMainLoop.cs
r13368 r14711 35 35 /// </summary> 36 36 [Item("VariableNeighborhoodSearchMainLoop", "An operator which represents the main loop of a variable neighborhood search.")] 37 [Storable Class("C69A5C42-1DB3-460D-A2D4-913CF5BB76FA")]37 [StorableType("C69A5C42-1DB3-460D-A2D4-913CF5BB76FA")] 38 38 public sealed class VariableNeighborhoodSearchMainLoop : AlgorithmOperator { 39 39 #region Parameter properties
Note: See TracChangeset
for help on using the changeset viewer.