Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/09/14 14:25:57 (9 years ago)
Author:
bgoldman
Message:

#2282 Commenting, added some basic unit tests for P3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Parameter-less Population Pyramid/ParameterlessPopulationPyramid.Test/ParameterlessPopulationPyramid.Test.csproj

    r11667 r11672  
    3939      <HintPath>..\HeuristicLab.Algorithms.ParameterlessPopulationPyramid\3.3\obj\Release\HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3.dll</HintPath>
    4040    </Reference>
     41    <Reference Include="HeuristicLab.Analysis-3.3">
     42      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
     43    </Reference>
    4144    <Reference Include="HeuristicLab.Common-3.3">
    4245      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     
    4447    <Reference Include="HeuristicLab.Core-3.3">
    4548      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     49    </Reference>
     50    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
     51      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
     52    </Reference>
     53    <Reference Include="HeuristicLab.Optimization-3.3">
     54      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
    4655    </Reference>
    4756    <Reference Include="HeuristicLab.Random-3.3">
     
    6574    <Compile Include="EnumerableBoolEqualityComparerTest.cs" />
    6675    <Compile Include="LinkageTreeTest.cs" />
     76    <Compile Include="ParameterlessPopulationPyramidTest.cs" />
    6777    <Compile Include="Properties\AssemblyInfo.cs" />
    6878  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.