Changeset 11505 for branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/Operators/Crossovers
- Timestamp:
- 10/27/14 17:03:27 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/Operators/Crossovers/MultiGQAPCrossover.cs
r7523 r11505 86 86 } 87 87 88 public override IOperation Apply() {88 public override IOperation InstrumentedApply() { 89 89 if (Operators.Count == 0) throw new InvalidOperationException(Name + ": Please add at least one crossover to choose from."); 90 90 return base.Apply();
Note: See TracChangeset
for help on using the changeset viewer.