Changeset 17620 for branches/2521_ProblemRefactoring/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces
- Timestamp:
- 06/22/20 03:45:41 (5 years ago)
- Location:
- branches/2521_ProblemRefactoring/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntegerVectorMultiNeighborhoodShakingOperator.cs
r17226 r17620 20 20 #endregion 21 21 22 using HEAL.Attic; 22 23 using HeuristicLab.Core; 23 using H EAL.Attic;24 using HeuristicLab.Optimization; 24 25 25 26 namespace HeuristicLab.Encodings.IntegerVectorEncoding { 26 27 [StorableType("2b21442c-735f-4df3-a163-4e3147cd11a5")] 27 public interface IIntegerVectorMultiNeighborhoodShakingOperator : IIntegerVectorOperator {28 public interface IIntegerVectorMultiNeighborhoodShakingOperator : IIntegerVectorOperator, IMultiNeighborhoodShakingOperator { 28 29 ILookupParameter<IntegerVector> IntegerVectorParameter { get; } 29 30 }
Note: See TracChangeset
for help on using the changeset viewer.