Changeset 8328 for branches/ScatterSearch (trunk integration)/HeuristicLab.Optimization.Operators/3.3
- Timestamp:
- 07/25/12 15:44:32 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ScatterSearch (trunk integration)/HeuristicLab.Optimization.Operators/3.3/SingleObjectivePathRelinker.cs
r8319 r8328 71 71 72 72 public sealed override IOperation Apply() { 73 // possible composite solutions here ...74 73 ItemArray<IItem> relinkedSolutions = Relink(Parents, RelinkingAccuracy); 75 74 var offspringScope = new Scope("Offspring");
Note: See TracChangeset
for help on using the changeset viewer.