Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/10/10 17:40:41 (14 years ago)
Author:
svonolfe
Message:

Added some Potvin operators (RBX, SBX, LSM) (#1039)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/HeuristicLab.Problems.VehicleRouting-3.3.csproj

    r4183 r4186  
    110110    <Compile Include="Encodings\General\Crossovers\MultiVRPCrossover.cs" />
    111111    <Compile Include="Encodings\General\Creators\RandomCreator.cs" />
     112    <Compile Include="Encodings\Potvin\Crossovers\SequenceBasedCrossover2.cs" />
     113    <Compile Include="Encodings\Potvin\Crossovers\RouteBasedCrossover.cs" />
    112114    <Compile Include="Encodings\Potvin\Crossovers\SequenceBasedCrossover.cs" />
    113115    <Compile Include="Encodings\Potvin\Crossovers\PotvinCrossover.cs" />
     116    <Compile Include="Encodings\Potvin\Manipulators\LocalSearchManipulator.cs" />
    114117    <Compile Include="Encodings\Potvin\Manipulators\TwoLevelExchangeManipulator.cs" />
    115118    <Compile Include="Encodings\Potvin\Manipulators\OneLevelExchangeManipulator.cs" />
Note: See TracChangeset for help on using the changeset viewer.