Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/18/10 11:34:32 (14 years ago)
Author:
mkommend
Message:

implemented first version of LR (ticket #1012)

Location:
trunk/sources/HeuristicLab.Problems.DataAnalysis.Regression/3.3
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Regression/3.3/HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj

    r3832 r3839  
    8585    <None Include="Properties\AssemblyInfo.frame" />
    8686    <Compile Include="HeuristicLabProblemsDataAnalysisRegressionPlugin.cs" />
     87    <Compile Include="LinearRegression\LinearRegressionSolutionCreator.cs" />
    8788    <Compile Include="Properties\AssemblyInfo.cs" />
    8889    <Compile Include="Symbolic\Analyzers\BestSymbolicRegressionSolutionAnalyzer.cs" />
     
    140141      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
    141142      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
     143    </ProjectReference>
     144    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\2.5.0\ALGLIB-2.5.0\ALGLIB-2.5.0.csproj">
     145      <Project>{29E4B033-1FEF-4FE1-AE17-0A9319D7C54E}</Project>
     146      <Name>ALGLIB-2.5.0</Name>
     147    </ProjectReference>
     148    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\2.5.0\HeuristicLab.ALGLIB-2.5.0\HeuristicLab.ALGLIB-2.5.0.csproj">
     149      <Project>{01BBCB5A-144A-4A7E-908E-079849E2F7CF}</Project>
     150      <Name>HeuristicLab.ALGLIB-2.5.0</Name>
    142151    </ProjectReference>
    143152    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.