Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/22/11 01:56:25 (13 years ago)
Author:
abeham
Message:

#1330

  • Added Swap2 move to permutation (+tabu search operators)
  • Added move evaluators for QAP (translocation/insertion missing)
  • Merged trunk-changes from Optimization into QAP branch
Location:
branches/QAP/HeuristicLab.Optimization/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/QAP/HeuristicLab.Optimization/3.3

  • branches/QAP/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj

    r5723 r5785  
    143143    <Compile Include="Interfaces\IDiscreteDoubleMatrixModifier.cs" />
    144144    <Compile Include="Interfaces\IGlobalParticleUpdater.cs" />
     145    <Compile Include="Interfaces\ILocalImprovementOperator.cs" />
    145146    <Compile Include="Interfaces\ILocalParticleUpdater.cs" />
    146147    <Compile Include="Interfaces\IMultiAnalyzer.cs" />
     
    247248SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabOptimizationPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabOptimizationPlugin.cs"</PreBuildEvent>
    248249  </PropertyGroup>
     250  <PropertyGroup>
     251    <PostBuildEvent>copy "$(TargetPath)" "C:\Program Files\HeuristicLab 3.3\"</PostBuildEvent>
     252  </PropertyGroup>
    249253</Project>
Note: See TracChangeset for help on using the changeset viewer.