Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/22/21 14:59:58 (3 years ago)
Author:
gkronber
Message:

#3073: refactoring ShapeConstrainedRegressionProblem as discussed with MKo and CHa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj

    r17931 r17958  
    143143    <Compile Include="Implementation\Interval\Interval.cs" />
    144144    <Compile Include="Implementation\Interval\IntervalCollection.cs" />
     145    <Compile Include="Implementation\Interval\IShapeConstrainedRegressionProblem.cs" />
     146    <Compile Include="Implementation\Interval\IShapeConstrainedRegressionProblemData.cs" />
    145147    <Compile Include="Implementation\Interval\ShapeConstraint.cs" />
     148    <Compile Include="Implementation\Interval\ShapeConstrainedRegressionProblemData.cs" />
     149    <Compile Include="Implementation\Interval\ShapeConstrainedRegressionProblem.cs" />
    146150    <Compile Include="Implementation\Interval\ShapeConstraintsParser.cs" />
    147151    <Compile Include="Implementation\Regression\ConfidenceBoundRegressionSolution.cs" />
Note: See TracChangeset for help on using the changeset viewer.