Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/18/12 19:01:21 (12 years ago)
Author:
jkarder
Message:

#1331:

  • added custom crossover operator (NChildCrossover)
  • added parameters and adjusted types
  • replaced SolutionCombinationMethod with a placeholder
  • adjusted event handling
  • changed access levels
  • minor code improvements
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ScatterSearch/HeuristicLab.Algorithms.ScatterSearch/3.3/HeuristicLab.Algorithms.ScatterSearch-3.3.csproj

    r7727 r7740  
    5454    </Reference>
    5555    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     56    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    5657    <Reference Include="HeuristicLab.Operators-3.3">
    5758      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     
    7172    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    7273    <Reference Include="HeuristicLab.Problems.Knapsack-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     74    <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    7375    <Reference Include="HeuristicLab.Random-3.3">
    7476      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
     
    8486  </ItemGroup>
    8587  <ItemGroup>
     88    <Compile Include="Knapsack\DiversityCalculator.cs" />
     89    <Compile Include="Knapsack\INBinaryVectorCrossover.cs" />
     90    <Compile Include="Knapsack\NBinaryVectorCrossover.cs" />
     91    <Compile Include="Knapsack\NChildCrossover.cs" />
     92    <Compile Include="OffspringProcessor.cs" />
     93    <Compile Include="TSPPopulationRebuildMethod.cs" />
     94    <Compile Include="TSPSolutionPoolUpdateMethod.cs" />
     95    <Compile Include="TSPReferenceSetUpdateMethod.cs" />
     96    <Compile Include="TSPScatterSearchImprovementOperator.cs" />
    8697    <None Include="HeuristicLab.snk" />
    8798    <None Include="Plugin.cs.frame" />
     
    94105    <Compile Include="ScatterSearchImprovementOperator.cs" />
    95106    <Compile Include="ScatterSearchMainLoop.cs" />
    96     <Compile Include="SolutionCombinationMethod.cs" />
    97107    <Compile Include="SolutionPoolUpdateMethod.cs" />
    98108  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.