Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/20/17 15:41:27 (6 years ago)
Author:
abeham
Message:

#1614:

  • Implementing basic algorithm according to paper (rechecking all operators)
  • Checking implementation with paper
  • Improved speed of move generator
  • Improved speed of randomized solution creator
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3.csproj

    r15507 r15553  
    4141  </PropertyGroup>
    4242  <ItemGroup>
    43     <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
    44       <SpecificVersion>False</SpecificVersion>
     43    <Reference Include="HeuristicLab.Analysis-3.3">
     44      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
    4545      <Private>False</Private>
    4646    </Reference>
     
    6969      <Private>False</Private>
    7070    </Reference>
    71     <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     71    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
     72      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
    7273      <Private>False</Private>
    7374    </Reference>
     
    8485      <Private>False</Private>
    8586    </Reference>
    86     <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    87       <SpecificVersion>False</SpecificVersion>
     87    <Reference Include="HeuristicLab.Problems.Instances-3.3">
     88      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
    8889      <Private>False</Private>
    8990    </Reference>
    90     <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    91       <SpecificVersion>False</SpecificVersion>
     91    <Reference Include="HeuristicLab.Random-3.3">
     92      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
    9293      <Private>False</Private>
    9394    </Reference>
     
    170171    </ProjectReference>
    171172  </ItemGroup>
    172   <ItemGroup />
    173173  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    174174  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.