Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/18/12 13:04:12 (12 years ago)
Author:
mkommend
Message:

#1837: added prototype for sliding window GP

Location:
branches/Sliding Window GP
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/Sliding Window GP

    • Property svn:ignore set to
      _ReSharper.Sliding Window GP
      bin
  • branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj

    r7820 r7845  
    5050    <DebugType>pdbonly</DebugType>
    5151    <Optimize>true</Optimize>
    52     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     52    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    5353    <DefineConstants>TRACE</DefineConstants>
    5454    <ErrorReport>prompt</ErrorReport>
     
    9393  </PropertyGroup>
    9494  <ItemGroup>
    95     <Reference Include="ALGLIB-3.5.0, Version=3.5.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    96       <HintPath>..\..\bin\ALGLIB-3.5.0.dll</HintPath>
     95    <Reference Include="ALGLIB-3.5.0">
     96      <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.5.0.dll</HintPath>
     97    </Reference>
     98    <Reference Include="HeuristicLab.Analysis-3.3">
     99      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
     100    </Reference>
     101    <Reference Include="HeuristicLab.Collections-3.3">
     102      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     103    </Reference>
     104    <Reference Include="HeuristicLab.Common-3.3">
     105      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     106    </Reference>
     107    <Reference Include="HeuristicLab.Common.Resources-3.3">
     108      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     109    </Reference>
     110    <Reference Include="HeuristicLab.Core-3.3">
     111      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     112    </Reference>
     113    <Reference Include="HeuristicLab.Data-3.3">
     114      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     115    </Reference>
     116    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
     117      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
     118    </Reference>
     119    <Reference Include="HeuristicLab.Operators-3.3">
     120      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     121    </Reference>
     122    <Reference Include="HeuristicLab.Optimization-3.3">
     123      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     124    </Reference>
     125    <Reference Include="HeuristicLab.Parameters-3.3">
     126      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
     127    </Reference>
     128    <Reference Include="HeuristicLab.Persistence-3.3">
     129      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     130    </Reference>
     131    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     132      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     133    </Reference>
     134    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
     135      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
     136    </Reference>
     137    <Reference Include="HeuristicLab.Random-3.3">
     138      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
    97139    </Reference>
    98140    <Reference Include="System" />
     
    111153  </ItemGroup>
    112154  <ItemGroup>
    113     <Compile Include="Analyzers\SymbolicDataAnalysisSlidingWindowAnalyzer.cs" />
     155    <Compile Include="SlidingWindow\SlidingWindowData.cs" />
     156    <Compile Include="SlidingWindow\GenerationalSlidingWindowAnalyzer.cs" />
     157    <Compile Include="SlidingWindow\SlidingWindowAnalyzer.cs" />
    114158    <Compile Include="Analyzers\SymbolicDataAnalysisSingleObjectiveValidationParetoBestSolutionAnalyzer.cs" />
    115159    <Compile Include="Analyzers\SymbolicDataAnalysisComplexityAnalyzer.cs" />
     
    229273  </ItemGroup>
    230274  <ItemGroup>
    231     <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
    232       <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
    233       <Name>HeuristicLab.Analysis-3.3</Name>
    234       <Private>False</Private>
    235     </ProjectReference>
    236     <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    237       <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    238       <Name>HeuristicLab.Collections-3.3</Name>
    239       <Private>False</Private>
    240     </ProjectReference>
    241     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    242       <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    243       <Name>HeuristicLab.Common.Resources-3.3</Name>
    244       <Private>False</Private>
    245     </ProjectReference>
    246     <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    247       <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    248       <Name>HeuristicLab.Common-3.3</Name>
    249       <Private>False</Private>
    250     </ProjectReference>
    251     <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    252       <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    253       <Name>HeuristicLab.Core-3.3</Name>
    254       <Private>False</Private>
    255     </ProjectReference>
    256     <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    257       <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    258       <Name>HeuristicLab.Data-3.3</Name>
    259       <Private>False</Private>
    260     </ProjectReference>
    261     <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
    262       <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
    263       <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
    264       <Private>False</Private>
    265     </ProjectReference>
    266     <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    267       <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    268       <Name>HeuristicLab.Operators-3.3</Name>
    269       <Private>False</Private>
    270     </ProjectReference>
    271     <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
    272       <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
    273       <Name>HeuristicLab.Optimization.Operators-3.3</Name>
    274       <Private>False</Private>
    275     </ProjectReference>
    276     <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    277       <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
    278       <Name>HeuristicLab.Optimization-3.3</Name>
    279       <Private>False</Private>
    280     </ProjectReference>
    281     <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    282       <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
    283       <Name>HeuristicLab.Parameters-3.3</Name>
    284       <Private>False</Private>
    285     </ProjectReference>
    286     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    287       <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    288       <Name>HeuristicLab.Persistence-3.3</Name>
    289       <Private>False</Private>
    290     </ProjectReference>
    291     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    292       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    293       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    294       <Private>False</Private>
    295     </ProjectReference>
    296     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
    297       <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
    298       <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
    299       <Private>False</Private>
    300     </ProjectReference>
    301     <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
    302       <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
    303       <Name>HeuristicLab.Random-3.3</Name>
    304       <Private>False</Private>
    305     </ProjectReference>
    306   </ItemGroup>
    307   <ItemGroup>
    308275    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
    309276      <Visible>False</Visible>
Note: See TracChangeset for help on using the changeset viewer.