Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/17/11 00:59:36 (14 years ago)
Author:
mkommend
Message:

#1418: Added all single objective symbolic regression analyzers.

File:
1 edited

Legend:

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

    r5474 r5500  
    108108  </ItemGroup>
    109109  <ItemGroup>
     110    <Compile Include="Interfaces\ISymbolicRegressionEvaluator.cs" />
     111    <Compile Include="Interfaces\ISymbolicRegressionMultiObjectiveEvaluator.cs" />
     112    <Compile Include="Interfaces\ISymbolicRegressionSingleObjectiveEvaluator.cs" />
     113    <Compile Include="MultiObjective\Evaluators\SymbolicRegressionMultiObjectiveEvaluator.cs" />
     114    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectiveEvaluator.cs" />
     115    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectiveMeanSquaredErrorEvaluator.cs" />
     116    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectivePearsonRSquaredEvaluator.cs" />
    110117    <None Include="HeuristicLab.snk" />
    111118    <None Include="HeuristicLabProblemsDataAnalysisSymbolicRegressionPlugin.cs.frame" />
     
    115122  </ItemGroup>
    116123  <ItemGroup>
    117     <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
    118       <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
    119       <Name>HeuristicLab.Analysis-3.3</Name>
    120     </ProjectReference>
    121124    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    122125      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
     
    139142      <Name>HeuristicLab.Data-3.3</Name>
    140143    </ProjectReference>
    141     <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
    142       <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
    143       <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
    144     </ProjectReference>
    145     <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj">
    146       <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project>
    147       <Name>ALGLIB-3.1.0</Name>
    148     </ProjectReference>
    149     <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0.csproj">
    150       <Project>{DE69A359-A5B8-4D3D-BA8D-D5780D7F96D6}</Project>
    151       <Name>HeuristicLab.ALGLIB-3.1.0 %28HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0%29</Name>
     144    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
     145      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
     146      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
    152147    </ProjectReference>
    153148    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3.csproj">
     
    183178      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    184179    </ProjectReference>
    185     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
    186       <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
    187       <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
     180    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
     181      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
     182      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
     183    </ProjectReference>
     184    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
     185      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
     186      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
    188187    </ProjectReference>
    189188    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.