Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/16 10:27:56 (8 years ago)
Author:
gkronber
Message:

#2642: updated sample for bin packing problem

  • updated guids in assembly info (were the same)
Location:
trunk/sources/HeuristicLab.Optimizer/3.3
Files:
1 deleted
2 edited

Legend:

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

    r14167 r14177  
    149149    <EmbeddedResource Include="Documents\ALPSGP_SymReg.hl" />
    150150    <EmbeddedResource Include="Documents\ALPSGA_TSP.hl" />
    151     <EmbeddedResource Include="Documents\TS_BPP.hl" />
     151    <EmbeddedResource Include="Documents\GA_BPP.hl" />
    152152    <None Include="Plugin.cs.frame" />
    153153    <Compile Include="OptimizerSingleDocumentMainForm.cs">
  • trunk/sources/HeuristicLab.Optimizer/3.3/StartPage.cs

    r14167 r14177  
    135135      var standardProblems = new List<string> { "ALPSGA_TSP", "ES_Griewank", "GA_Grouping", "GA_TSP", "GA_VRP", "GE_ArtificialAnt",
    136136                "IslandGA_TSP", "LS_Knapsack", "PSO_Schwefel", "RAPGA_JSSP",
    137                 "SA_Rastrigin", "SGP_SantaFe","GP_Multiplexer", "SS_VRP", "TS_TSP", "TS_VRP", "VNS_OP", "VNS_TSP", "TS_BPP"
     137                "SA_Rastrigin", "SGP_SantaFe","GP_Multiplexer", "SS_VRP", "TS_TSP", "TS_VRP", "VNS_OP", "VNS_TSP", "GA_BPP"
    138138        };
    139139      groupLookup[standardProblemsGroup] = standardProblems;
Note: See TracChangeset for help on using the changeset viewer.