Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/26/14 01:42:09 (10 years ago)
Author:
bburlacu
Message:

#1837: Introduced the SlidingWindowBestSolutionsCollectionView which shows how well each individual sliding window solution performs on the other portions of the training data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj

    r10364 r10396  
    4141    <DebugType>full</DebugType>
    4242    <Optimize>false</Optimize>
    43     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     43    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <ErrorReport>prompt</ErrorReport>
     
    9393  </PropertyGroup>
    9494  <ItemGroup>
    95     <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    96       <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath>
     95    <Reference Include="ALGLIB-3.7.0">
     96      <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
    9797      <Private>False</Private>
    9898    </Reference>
     
    100100      <SpecificVersion>False</SpecificVersion>
    101101      <HintPath>..\..\..\..\trunk\sources\bin\EPPlus-3.1.3.dll</HintPath>
     102      <Private>False</Private>
     103    </Reference>
     104    <Reference Include="HeuristicLab.Analysis-3.3">
     105      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
     106    </Reference>
     107    <Reference Include="HeuristicLab.Analysis.Views-3.3">
     108      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis.Views-3.3.dll</HintPath>
    102109      <Private>False</Private>
    103110    </Reference>
     
    192199  </ItemGroup>
    193200  <ItemGroup>
    194     <Compile Include="Exporters\SymbolicSolutionExcelExporter.cs" />
    195201    <Compile Include="InteractiveSymbolicExpressionTreeChart.cs">
    196202      <SubType>UserControl</SubType>
     
    206212    </Compile>
    207213    <Compile Include="Plugin.cs" />
     214    <Compile Include="SlidingWindowBestSolutionsCollectionView.cs">
     215      <SubType>UserControl</SubType>
     216    </Compile>
     217    <Compile Include="SlidingWindowBestSolutionsCollectionView.Designer.cs">
     218      <DependentUpon>SlidingWindowBestSolutionsCollectionView.cs</DependentUpon>
     219    </Compile>
    208220    <Compile Include="SlidingWindowDataView.cs">
    209221      <SubType>UserControl</SubType>
     
    319331  </ItemGroup>
    320332  <ItemGroup>
    321     <EmbeddedResource Include="SlidingWindowDataView.resx">
    322       <DependentUpon>SlidingWindowDataView.cs</DependentUpon>
     333    <Folder Include="Exporters\" />
     334  </ItemGroup>
     335  <ItemGroup>
     336    <EmbeddedResource Include="SlidingWindowBestSolutionsCollectionView.resx">
     337      <DependentUpon>SlidingWindowBestSolutionsCollectionView.cs</DependentUpon>
    323338    </EmbeddedResource>
    324339  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.