Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/17/21 16:17:12 (2 years ago)
Author:
dpiringe
Message:

#3136

  • adapted the unit test RunStructureTemplateRegressionSampleTest to match the results
  • added the sample to the optimizer start page
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3136_Structural_GP/HeuristicLab.Optimizer/3.3/StartPage.cs

    r18146 r18156  
    130130        };
    131131      groupLookup[standardProblemsGroup] = standardProblems;
    132       var dataAnalysisProblems = new List<string> { "ALPSGP_SymReg", "SGP_SymbClass", "SGP_SymbReg", "OSGP_SymReg", "OSGP_TimeSeries", "GE_SymbReg", "GPR", "GP_Shape_Constrained_Regression" };
     132      var dataAnalysisProblems = new List<string> { "ALPSGP_SymReg", "SGP_SymbClass", "SGP_SymbReg", "OSGP_SymReg", "OSGP_TimeSeries",
     133                                                    "GE_SymbReg", "GPR", "GP_Shape_Constrained_Regression", "GP_Structure_Template_Regression" };
    133134      groupLookup[dataAnalysisGroup] = dataAnalysisProblems;
    134135      var scripts = new List<string> { "GA_QAP_Script", "GUI_Automation_Script", "OSGA_Rastrigin_Script",
Note: See TracChangeset for help on using the changeset viewer.