Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/30/11 15:40:40 (13 years ago)
Author:
abeham
Message:

#1497

  • Added problem-specific local improvement operator (best improvement local search using swap2 moves)
    • Adapted ExhaustiveSwap2MoveGenerator to yield moves
  • Added a parameter BestKnownSolutions to collect possible optimal invariants
    • Adapted BestQAPSolutionAnalyzer to collect optimal invariants
  • Added a function to the QAP Evaluator that calculates the impact of a certain allele
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/histogram/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/HeuristicLab.Problems.QuadraticAssignment.Views-3.3.csproj

    r5933 r6086  
    102102  </PropertyGroup>
    103103  <ItemGroup>
     104    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" />
     105    <Reference Include="HeuristicLab.Data.Views-3.3">
     106      <HintPath>..\..\HeuristicLab.Data.Views\3.3\bin\x86\Debug\HeuristicLab.Data.Views-3.3.dll</HintPath>
     107    </Reference>
     108    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
     109      <HintPath>..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\bin\x86\Debug\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
     110    </Reference>
    104111    <Reference Include="System" />
    105112    <Reference Include="System.Core" />
     
    107114    <Reference Include="System.Drawing" />
    108115    <Reference Include="System.Windows.Forms" />
     116    <Reference Include="System.Windows.Forms.DataVisualization" />
    109117    <Reference Include="System.Xml" />
    110118  </ItemGroup>
     
    184192      <Name>HeuristicLab.MainForm-3.3</Name>
    185193    </ProjectReference>
     194    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
     195      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
     196      <Name>HeuristicLab.Optimization.Views-3.3</Name>
     197    </ProjectReference>
    186198    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    187199      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
Note: See TracChangeset for help on using the changeset viewer.