Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/25/12 14:28:42 (12 years ago)
Author:
jkarder
Message:

#1331: applied the rest of the changes suggested by ascheibe in comment:32:ticket:1331

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.TravelingSalesman/3.3/PathRelinkers/TSPSimultaneousPathRelinker.cs

    r8319 r8327  
    3737  /// The operator incrementally assimilates the initiating solution into the guiding solution and vice versa by correcting edges as needed.
    3838  /// </remarks>
    39   [Item("TSPSimultaneousPathRelinker", "An operator that relinks paths between traveling salesman solutions starting from both ends.")]
     39  [Item("TSPSimultaneousPathRelinker", "An operator that relinks paths between traveling salesman solutions starting from both ends. The operator incrementally assimilates the initiating solution into the guiding solution and vice versa by correcting edges as needed.")]
    4040  [StorableClass]
    4141  public sealed class TSPSimultaneousPathRelinker : SingleObjectivePathRelinker {
Note: See TracChangeset for help on using the changeset viewer.