Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/15/20 13:53:11 (4 years ago)
Author:
mkommend
Message:

#2971: Added first draft of results implementation and problem adaptation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj

    r16723 r17745  
    124124    <Compile Include="MultiObjective\PearsonRSquaredTreeComplexityEvaluator.cs" />
    125125    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveValidationBestSolutionAnalyzer.cs" />
     126    <Compile Include="New Implementation\Objectives\LinearScaling.cs" />
    126127    <Compile Include="Plugin.cs" />
    127128    <Compile Include="SingleObjective\ConstantOptimizationAnalyzer.cs" />
     
    129130    <Compile Include="SingleObjective\SymbolicRegressionSolutionsAnalyzer.cs" />
    130131    <Compile Include="SymbolicRegressionPhenotypicDiversityAnalyzer.cs" />
     132    <Compile Include="New Implementation\SymbolicRegressionProblem.cs" />
    131133    <Compile Include="SymbolicRegressionPruningAnalyzer.cs" />
    132134    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionLogResidualEvaluator.cs" />
Note: See TracChangeset for help on using the changeset viewer.