Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/02/12 11:40:31 (12 years ago)
Author:
sforsten
Message:

#1708: merged r7209 from trunk

  • adjusted GUI
  • added toggle for the different series
  • X Axis labels are rounded to useful values
  • added ToolTip
Location:
branches/RegressionBenchmarks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/RegressionBenchmarks

  • branches/RegressionBenchmarks/HeuristicLab.Algorithms.DataAnalysis/3.3/HeuristicLab.Algorithms.DataAnalysis-3.3.csproj

    r6866 r7255  
    117117  </ItemGroup>
    118118  <ItemGroup>
    119     <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    120       <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    121       <Name>HeuristicLab.Collections-3.3</Name>
    122       <Private>False</Private>
    123     </ProjectReference>
    124     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    125       <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    126       <Name>HeuristicLab.Common.Resources-3.3</Name>
    127       <Private>False</Private>
    128     </ProjectReference>
    129     <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    130       <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    131       <Name>HeuristicLab.Common-3.3</Name>
    132       <Private>False</Private>
    133     </ProjectReference>
    134     <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    135       <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    136       <Name>HeuristicLab.Core-3.3</Name>
    137       <Private>False</Private>
    138     </ProjectReference>
    139     <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    140       <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    141       <Name>HeuristicLab.Data-3.3</Name>
    142       <Private>False</Private>
    143     </ProjectReference>
    144     <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
    145       <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
    146       <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
    147       <Private>False</Private>
    148     </ProjectReference>
    149     <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    150       <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    151       <Name>HeuristicLab.Operators-3.3</Name>
    152       <Private>False</Private>
    153     </ProjectReference>
    154     <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    155       <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
    156       <Name>HeuristicLab.Optimization-3.3</Name>
    157       <Private>False</Private>
    158     </ProjectReference>
    159     <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    160       <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
    161       <Name>HeuristicLab.Parameters-3.3</Name>
    162       <Private>False</Private>
    163     </ProjectReference>
    164     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    165       <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    166       <Name>HeuristicLab.Persistence-3.3</Name>
    167       <Private>False</Private>
    168     </ProjectReference>
    169     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    170       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    171       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    172       <Private>False</Private>
    173     </ProjectReference>
    174     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Regression\3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj">
    175       <Project>{BDF86B1D-630E-4CE2-8A49-8C90B1BDE4C9}</Project>
    176       <Name>HeuristicLab.Problems.DataAnalysis.Regression-3.3</Name>
    177       <Private>False</Private>
    178     </ProjectReference>
    179     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
    180       <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
    181       <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
    182       <Private>False</Private>
    183     </ProjectReference>
     119    <Reference Include="HeuristicLab.Collections-3.3">
     120      <HintPath>..\..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     121      <Private>False</Private>
     122    </Reference>
     123    <Reference Include="HeuristicLab.Common.Resources-3.3">
     124      <HintPath>..\..\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     125      <Private>False</Private>
     126    </Reference>
     127    <Reference Include="HeuristicLab.Common-3.3">
     128      <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
     129      <Private>False</Private>
     130    </Reference>
     131    <Reference Include="HeuristicLab.Core-3.3">
     132      <HintPath>..\..\bin\HeuristicLab.Core-3.3.dll</HintPath>
     133      <Private>False</Private>
     134    </Reference>
     135    <Reference Include="HeuristicLab.Data-3.3">
     136      <HintPath>..\..\bin\HeuristicLab.Data-3.3.dll</HintPath>
     137      <Private>False</Private>
     138    </Reference>
     139    <Reference Include="HeuristicLab.Operators-3.3">
     140      <HintPath>..\..\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     141      <Private>False</Private>
     142    </Reference>
     143    <Reference Include="HeuristicLab.Optimization-3.3">
     144      <HintPath>..\..\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     145      <Private>False</Private>
     146    </Reference>
     147    <Reference Include="HeuristicLab.Parameters-3.3">
     148      <HintPath>..\..\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
     149      <Private>False</Private>
     150    </Reference>
     151    <Reference Include="HeuristicLab.Persistence-3.3">
     152      <HintPath>..\..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     153      <Private>False</Private>
     154    </Reference>
     155    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     156      <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     157      <Private>False</Private>
     158    </Reference>
    184159  </ItemGroup>
    185160  <ItemGroup>
     
    204179      <Install>true</Install>
    205180    </BootstrapperPackage>
     181  </ItemGroup>
     182  <ItemGroup>
     183    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
     184      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
     185      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
     186      <Private>False</Private>
     187    </ProjectReference>
     188    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Regression\3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj">
     189      <Project>{BDF86B1D-630E-4CE2-8A49-8C90B1BDE4C9}</Project>
     190      <Name>HeuristicLab.Problems.DataAnalysis.Regression-3.3</Name>
     191      <Private>False</Private>
     192    </ProjectReference>
     193    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
     194      <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
     195      <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
     196      <Private>False</Private>
     197    </ProjectReference>
    206198  </ItemGroup>
    207199  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.