Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/16/21 14:00:33 (3 years ago)
Author:
gkronber
Message:

#3076: prepare for trunk reintegration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3076_IA_evaluators_analyzers_reintegration/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj

    r17892 r17901  
    165165  </ItemGroup>
    166166  <ItemGroup>
     167    <Compile Include="MultiObjective\NMSEConstraintsEvaluator.cs" />
    167168    <Compile Include="MultiObjective\PearsonRSquaredNestedTreeSizeEvaluator.cs" />
    168169    <Compile Include="MultiObjective\PearsonRSquaredNumberOfVariablesEvaluator.cs" />
    169170    <Compile Include="MultiObjective\PearsonRSquaredAverageSimilarityEvaluator.cs" />
    170171    <Compile Include="MultiObjective\PearsonRSquaredTreeComplexityEvaluator.cs" />
    171     <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveMultiSoftConstraintEvaluator.cs" />
    172172    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveValidationBestSolutionAnalyzer.cs" />
    173173    <Compile Include="Plugin.cs" />
     174    <Compile Include="ShapeConstraintsAnalyzer.cs" />
    174175    <Compile Include="SingleObjective\ConstantOptimizationAnalyzer.cs" />
     176    <Compile Include="SingleObjective\Evaluators\NMSEConstraintsEvaluator.cs" />
    175177    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionMeanRelativeErrorEvaluator.cs" />
    176     <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectiveConstraintEvaluator.cs" />
    177178    <Compile Include="SingleObjective\SymbolicRegressionSolutionsAnalyzer.cs" />
    178     <Compile Include="SymbolicRegressionConstraintAnalyzer.cs" />
    179179    <Compile Include="SymbolicRegressionPhenotypicDiversityAnalyzer.cs" />
    180180    <Compile Include="SymbolicRegressionPruningAnalyzer.cs" />
Note: See TracChangeset for help on using the changeset viewer.