Free cookie consent management tool by TermsFeed Policy Generator

Changeset 13079


Ignore:
Timestamp:
10/29/15 12:41:20 (8 years ago)
Author:
pfleck
Message:

#2269 Removed ShiftToRightMigrator and used UnidirectionalRingMigrator instead

Location:
branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/EldersEmigrator.cs

    r13046 r13079  
    4545      var selectorProsessor = new UniformSubScopesProcessor();
    4646      var eldersSelector = new EldersSelector();
    47       var shiftToRightMigrator = new ShiftToRightMigrator();
     47      var shiftToRightMigrator = new UnidirectionalRingMigrator();
    4848      var mergingProsessor = new UniformSubScopesProcessor();
    4949      var mergingReducer = new MergingReducer();
     
    6161      eldersSelector.Successor = null;
    6262
     63      shiftToRightMigrator.ClockwiseMigrationDirectionParameter.Value = new BoolValue(true);
    6364      shiftToRightMigrator.Successor = mergingProsessor;
    6465
  • branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/HeuristicLab.Algorithms.ALPS-3.3.csproj

    r12997 r13079  
    147147    <Compile Include="Plugin.cs" />
    148148    <Compile Include="Properties\AssemblyInfo.cs" />
    149     <Compile Include="ShiftToRightMigrator.cs" />
    150149  </ItemGroup>
    151150  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.