Changeset 8327 for branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.Knapsack/3.3/PathRelinkers
- Timestamp:
- 07/25/12 14:28:42 (12 years ago)
- Location:
- branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.Knapsack/3.3/PathRelinkers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.Knapsack/3.3/PathRelinkers/KnapsackPathRelinker.cs
r8319 r8327 37 37 /// The operator incrementally assimilates the initiating solution into the guiding solution by adding and removing elements as needed. 38 38 /// </remarks> 39 [Item("KnapsackPathRelinker", "An operator that relinks paths between knapsack solutions. ")]39 [Item("KnapsackPathRelinker", "An operator that relinks paths between knapsack solutions. The operator incrementally assimilates the initiating solution into the guiding solution by adding and removing elements as needed.")] 40 40 [StorableClass] 41 41 public sealed class KnapsackPathRelinker : SingleObjectivePathRelinker { -
branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.Knapsack/3.3/PathRelinkers/KnapsackSimultaneousPathRelinker.cs
r8319 r8327 37 37 /// The operator incrementally assimilates the initiating solution into the guiding solution and vice versa by adding and removing elements as needed. 38 38 /// </remarks> 39 [Item("KnapsackSimultaneousPathRelinker", "An operator that relinks paths between knapsack solutions starting from both ends. ")]39 [Item("KnapsackSimultaneousPathRelinker", "An operator that relinks paths between knapsack solutions starting from both ends. The operator incrementally assimilates the initiating solution into the guiding solution and vice versa by adding and removing elements as needed.")] 40 40 [StorableClass] 41 41 public sealed class KnapsackSimultaneousPathRelinker : SingleObjectivePathRelinker {
Note: See TracChangeset
for help on using the changeset viewer.