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)

Location:
trunk/sources/HeuristicLab.Optimizer/3.3
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj

    r15003 r15223  
    129129    <EmbeddedResource Include="Documents\SGP_SymbReg.hl" />
    130130    <EmbeddedResource Include="Documents\VNS_TSP.hl" />
    131     <EmbeddedResource Include="Documents\PSO_Schwefel.hl" />
    132131    <EmbeddedResource Include="Documents\SS_VRP.hl" />
    133132    <EmbeddedResource Include="Documents\RAPGA_JSSP.hl" />
     
    152151    <EmbeddedResource Include="Documents\OSES_Griewank.hl" />
    153152    <EmbeddedResource Include="Documents\SGP_Robocode.hl" />
     153    <EmbeddedResource Include="Documents\PSO_Rastrigin.hl" />
    154154    <None Include="Plugin.cs.frame" />
    155155    <Compile Include="ChangeNestingLevelDialog.cs">
  • 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.