Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/13/17 10:21:43 (7 years ago)
Author:
abeham
Message:

#2797: Updated sample to change from Schwefel to Rastrigin (in the hope that it's numerically more stable)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimizer/3.3/StartPage.cs

    r14204 r15223  
    134134    private void FillGroupLookup() {
    135135      var standardProblems = new List<string> { "ALPSGA_TSP", "ES_Griewank", "OSES_Griewank", "GA_Grouping", "GA_TSP", "GA_VRP", "GE_ArtificialAnt",
    136                 "IslandGA_TSP", "LS_Knapsack", "PSO_Schwefel", "RAPGA_JSSP",
     136                "IslandGA_TSP", "LS_Knapsack", "PSO_Rastrigin", "RAPGA_JSSP",
    137137                "SA_Rastrigin", "SGP_SantaFe", "GP_Multiplexer", "SGP_Robocode", "SS_VRP", "TS_TSP", "TS_VRP", "VNS_OP", "VNS_TSP", "GA_BPP"
    138138        };
Note: See TracChangeset for help on using the changeset viewer.