Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/13/17 16:35:45 (7 years ago)
Author:
mkommend
Message:

#2802: Implemented new sample with strict OS for sym reg (Paige-I) with constant optimization and a simplified grammar.

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

Legend:

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

    r15223 r15235  
    152152    <EmbeddedResource Include="Documents\SGP_Robocode.hl" />
    153153    <EmbeddedResource Include="Documents\PSO_Rastrigin.hl" />
     154    <EmbeddedResource Include="Documents\OSGP_SymReg.hl" />
    154155    <None Include="Plugin.cs.frame" />
    155156    <Compile Include="ChangeNestingLevelDialog.cs">
  • trunk/sources/HeuristicLab.Optimizer/3.3/StartPage.cs

    r15223 r15235  
    138138        };
    139139      groupLookup[standardProblemsGroup] = standardProblems;
    140       var dataAnalysisProblems = new List<string> { "ALPSGP_SymReg", "SGP_SymbClass", "SGP_SymbReg", "OSGP_TimeSeries", "GE_SymbReg", "GPR" };
     140      var dataAnalysisProblems = new List<string> { "ALPSGP_SymReg", "SGP_SymbClass", "SGP_SymbReg","OSGP_SymReg", "OSGP_TimeSeries", "GE_SymbReg", "GPR" };
    141141      groupLookup[dataAnalysisGroup] = dataAnalysisProblems;
    142142      var scripts = new List<string> { "GA_QAP_Script", "GUI_Automation_Script", "OSGA_Rastrigin_Script",
Note: See TracChangeset for help on using the changeset viewer.