Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/06/15 22:41:24 (9 years ago)
Author:
abeham
Message:

#2319:

  • Changed encoding to represent linkages in LLE (as opposed to LLE-e)
  • Added GraftManipulator
  • Added repair procedure
  • Improved performance of some crossovers
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/LinearLinkage/HeuristicLab.Encodings.LinearLinkageEncoding/3.3/HeuristicLab.Encodings.LinearLinkageEncoding-3.3.csproj

    r12286 r12288  
    113113    <Compile Include="LinearLinkageManipulator.cs" />
    114114    <Compile Include="LinearLinkageCrossover.cs" />
     115    <Compile Include="Manipulators\GraftManipulator.cs" />
    115116    <Compile Include="Manipulators\MoveItemManipulator.cs" />
    116117    <Compile Include="Manipulators\MergeGroupManipulator.cs" />
     
    119120    <None Include="HeuristicLab.snk" />
    120121    <None Include="Plugin.cs.frame" />
    121     <Compile Include="Crossovers\LargestGroupFirstCrossover.cs" />
    122122    <Compile Include="Crossovers\LowestIndexFirstCrossover.cs" />
    123123    <Compile Include="Interfaces\ILinearLinkageCrossover.cs" />
Note: See TracChangeset for help on using the changeset viewer.