Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/15/15 00:10:33 (9 years ago)
Author:
bburlacu
Message:

#1772:

  • Slight refactor in QueryMatch.cs
  • Added a parameter to the genealogy analyzer for removing older generations from the graph (useful to conserve memory in experiments)
  • Updated wildcard nodes (added persistence & cloning)
  • Implemented diversification strategy based on schema frequencies & phenotypic similarity as a separate operator (for now keep also the analyzer)
  • Updated license headers
  • Added QueryMatch performance test (to be expanded)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking.Tests/HeuristicLab.EvolutionTracking.Tests.csproj

    r12208 r12951  
    3939    <Reference Include="HeuristicLab.Common-3.3">
    4040      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     41      <Private>False</Private>
    4142    </Reference>
    4243    <Reference Include="HeuristicLab.Core-3.3">
    4344      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
    4445    </Reference>
     46    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     47      <SpecificVersion>False</SpecificVersion>
     48      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     49      <Private>False</Private>
     50    </Reference>
     51    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     52      <SpecificVersion>False</SpecificVersion>
     53      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     54      <Private>False</Private>
     55    </Reference>
    4556    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    4657      <SpecificVersion>False</SpecificVersion>
    4758      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     59      <Private>False</Private>
     60    </Reference>
     61    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     62      <SpecificVersion>False</SpecificVersion>
     63      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
     64      <Private>False</Private>
    4865    </Reference>
    4966    <Reference Include="System" />
     
    5774    <Otherwise>
    5875      <ItemGroup>
    59         <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
     76        <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework">
     77          <Private>False</Private>
     78        </Reference>
    6079      </ItemGroup>
    6180    </Otherwise>
     
    6483    <Compile Include="GenealogyOperationsPerformanceTests.cs" />
    6584    <Compile Include="Properties\AssemblyInfo.cs" />
     85    <Compile Include="QueryMatchPerformanceTest.cs" />
    6686  </ItemGroup>
    6787  <ItemGroup>
     
    6989      <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project>
    7090      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
     91      <Private>False</Private>
    7192    </ProjectReference>
    7293    <ProjectReference Include="..\HeuristicLab.EvolutionTracking\3.4\HeuristicLab.EvolutionTracking-3.4.csproj">
    7394      <Project>{1f75cea3-464f-4a6f-b2f0-04b9841ebc16}</Project>
    7495      <Name>HeuristicLab.EvolutionTracking-3.4</Name>
     96      <Private>False</Private>
    7597    </ProjectReference>
    7698    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
    7799      <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project>
    78100      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
     101      <Private>False</Private>
    79102    </ProjectReference>
    80103  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.