Free cookie consent management tool by TermsFeed Policy Generator

Changeset 6057 for trunk/sources


Ignore:
Timestamp:
04/28/11 08:29:34 (13 years ago)
Author:
svonolfe
Message:

Added reference to paper for the VNS implementation (#1425)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3/VariableNeighborhoodSearch.cs

    r6042 r6057  
    3535
    3636namespace HeuristicLab.Algorithms.VariableNeighborhoodSearch {
    37   [Item("Variable Neighborhood Search", "A variable neighborhood search algorithm.")]
     37  [Item("Variable Neighborhood Search", "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.")]
    3838  [Creatable("Algorithms")]
    3939  [StorableClass]
Note: See TracChangeset for help on using the changeset viewer.