Changeset 13079
- Timestamp:
- 10/29/15 12:41:20 (9 years ago)
- 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 45 45 var selectorProsessor = new UniformSubScopesProcessor(); 46 46 var eldersSelector = new EldersSelector(); 47 var shiftToRightMigrator = new ShiftToRightMigrator();47 var shiftToRightMigrator = new UnidirectionalRingMigrator(); 48 48 var mergingProsessor = new UniformSubScopesProcessor(); 49 49 var mergingReducer = new MergingReducer(); … … 61 61 eldersSelector.Successor = null; 62 62 63 shiftToRightMigrator.ClockwiseMigrationDirectionParameter.Value = new BoolValue(true); 63 64 shiftToRightMigrator.Successor = mergingProsessor; 64 65 -
branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/HeuristicLab.Algorithms.ALPS-3.3.csproj
r12997 r13079 147 147 <Compile Include="Plugin.cs" /> 148 148 <Compile Include="Properties\AssemblyInfo.cs" /> 149 <Compile Include="ShiftToRightMigrator.cs" />150 149 </ItemGroup> 151 150 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.