Changeset 8319 for branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.Knapsack/3.3/PathRelinkers/KnapsackPathRelinker.cs
- Timestamp:
- 07/24/12 15:04:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.Knapsack/3.3/PathRelinkers/KnapsackPathRelinker.cs
r7789 r8319 34 34 /// An operator that relinks paths between knapsack solutions. 35 35 /// </summary> 36 /// <remarks> 37 /// The operator incrementally assimilates the initiating solution into the guiding solution by adding and removing elements as needed. 38 /// </remarks> 36 39 [Item("KnapsackPathRelinker", "An operator that relinks paths between knapsack solutions.")] 37 40 [StorableClass] 38 public sealed class KnapsackPathRelinker : PathRelinker {41 public sealed class KnapsackPathRelinker : SingleObjectivePathRelinker { 39 42 [StorableConstructor] 40 43 private KnapsackPathRelinker(bool deserializing) : base(deserializing) { }
Note: See TracChangeset
for help on using the changeset viewer.