Changeset 8319 for branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.TestFunctions/3.3/PathRelinkers
- Timestamp:
- 07/24/12 15:04:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.TestFunctions/3.3/PathRelinkers/SingleObjectiveTestFunctionPathRelinker.cs
r8086 r8319 35 35 /// An operator that relinks paths between test functions solutions. 36 36 /// </summary> 37 /// <remarks> 38 /// TODO: add reference and remarks 39 /// </remarks> 37 40 [Item("SingleObjectiveTestFunctionPathRelinker", "An operator that relinks paths between test functions solutions.")] 38 41 [StorableClass] 39 public sealed class SingleObjectiveTestFunctionPathRelinker : PathRelinker {42 public sealed class SingleObjectiveTestFunctionPathRelinker : SingleObjectivePathRelinker { 40 43 #region Parameter properties 41 44 public IValueParameter<IntValue> RelinkingIntensityParameter {
Note: See TracChangeset
for help on using the changeset viewer.