Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/24/12 17:23:21 (12 years ago)
Author:
abeham
Message:

#1614: worked on GQAP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/Operators/DemandEquivalentSwapEquipmentManipluator.cs

    r7373 r7407  
    2929using HeuristicLab.Parameters;
    3030using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     31using HeuristicLab.Problems.GeneralizedQuadraticAssignment.Common;
    3132
    3233namespace HeuristicLab.Problems.GeneralizedQuadraticAssignment {
     
    7980          groupedLocations[location2].Remove(equipment2);
    8081          bool selected;
    81           equipment2 = groupedLocations[location2].SelectRandomOrDefault(random, out selected);
     82          equipment2 = groupedLocations[location2].ChooseRandomOrDefault(random, out selected);
    8283          if (!selected) break;
    8384        }
Note: See TracChangeset for help on using the changeset viewer.