Changeset 12722 for trunk/sources/HeuristicLab.Optimizer
- Timestamp:
- 07/10/15 16:49:32 (9 years ago)
- Location:
- trunk/sources
- Files:
-
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- Property svn:ignore
-
old new 23 23 bin 24 24 protoc.exe 25 obj
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
trunk/sources/HeuristicLab.Optimizer
- Property svn:mergeinfo changed
/branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Optimizer (added) merged: 11185,11304,11312,11316,11413,12694,12721
- Property svn:mergeinfo changed
-
trunk/sources/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj
r11623 r12722 145 145 <EmbeddedResource Include="Documents\GridSearch_SVM_Classification_Script.hl" /> 146 146 <EmbeddedResource Include="Documents\GridSearch_SVM_Regression_Script.hl" /> 147 <EmbeddedResource Include="Documents\VNS_OP.hl" /> 147 148 <None Include="Plugin.cs.frame" /> 148 149 <Compile Include="OptimizerSingleDocumentMainForm.cs"> -
trunk/sources/HeuristicLab.Optimizer/3.3/StartPage.cs
r12012 r12722 139 139 var standardProblems = new List<string> { "ES_Griewank", "GA_TSP", "GA_VRP", "GE_ArtificialAnt", 140 140 "IslandGA_TSP", "LS_Knapsack", "PSO_Schwefel", "RAPGA_JSSP", 141 "SA_Rastrigin", "SGP_SantaFe","GP_Multiplexer", "SS_VRP", "TS_TSP", "TS_VRP", "VNS_ TSP"141 "SA_Rastrigin", "SGP_SantaFe","GP_Multiplexer", "SS_VRP", "TS_TSP", "TS_VRP", "VNS_OP" ,"VNS_TSP" 142 142 }; 143 143 groupLookup[standardProblemsGroup] = standardProblems;
Note: See TracChangeset
for help on using the changeset viewer.