Changeset 8327 for branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.TravelingSalesman/3.3/Improvers/TSPImprovementOperator.cs
- Timestamp:
- 07/25/12 14:28:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.TravelingSalesman/3.3/Improvers/TSPImprovementOperator.cs
r8319 r8327 37 37 /// The operator tries to improve the traveling salesman solution by swapping two randomly chosen edges for a certain number of times. 38 38 /// </remarks> 39 [Item("TSPImprovementOperator", "An operator that improves traveling salesman solutions. ")]39 [Item("TSPImprovementOperator", "An operator that improves traveling salesman solutions. The operator tries to improve the traveling salesman solution by swapping two randomly chosen edges for a certain number of times.")] 40 40 [StorableClass] 41 41 public sealed class TSPImprovementOperator : SingleSuccessorOperator, ISingleObjectiveImprovementOperator {
Note: See TracChangeset
for help on using the changeset viewer.