- Timestamp:
- 07/30/15 18:42:18 (9 years ago)
- Location:
- branches/crossvalidation-2434
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crossvalidation-2434
- Property svn:mergeinfo changed
/trunk/sources (added) merged: 12787,12790-12795,12797-12798,12801,12810-12812,12816-12817,12819
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.Tests
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Tests (added) merged: 12791,12798,12801,12812,12817
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.Tests/HeuristicLab-3.3/Samples/VnsOpSampleTest.cs
r12722 r12820 75 75 76 76 opProblem.Name = "1_p64_t070"; 77 opProblem.Description = "Represents a symmetric Traveling Salesman Problem.";77 opProblem.Description = "Represents an instance of an orienteering problem."; 78 78 #endregion 79 79 #region Algorithm Configuration 80 vns.Name = "Variable Neighborhood Search - TSP";81 vns.Description = "A variable neighborhood search algorithm which solves a funny TSPinstance";80 vns.Name = "Variable Neighborhood Search - OP"; 81 vns.Description = "A variable neighborhood search algorithm which solves an orienteering problem instance"; 82 82 vns.Problem = opProblem; 83 83
Note: See TracChangeset
for help on using the changeset viewer.