Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/20/19 15:01:31 (4 years ago)
Author:
abeham
Message:

#2521: fix bugs in unit tests, add vns_tsp sample

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Optimizer/3.3/StartPage.cs

    r17251 r17359  
    138138      var standardProblems = new List<string> { "ALPSGA_TSP", "ES_Griewank", "OSES_Griewank", "GA_Grouping", "GA_TSP", "GA_VRP", "GE_ArtificialAnt",
    139139                "IslandGA_TSP", "PSO_Rastrigin",
    140                 "SGP_SantaFe", "GP_Multiplexer", "SGP_Robocode", "SS_VRP", "TS_TSP", "TS_VRP", "VNS_OP"
     140                "SGP_SantaFe", "GP_Multiplexer", "SGP_Robocode", "SS_VRP", "TS_TSP", "TS_VRP", "VNS_OP", "VNS_TSP"
    141141        };
    142142      groupLookup[standardProblemsGroup] = standardProblems;
Note: See TracChangeset for help on using the changeset viewer.