Changeset 15562 for branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/Interfaces/Operator
- Timestamp:
- 12/29/17 23:56:43 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/Interfaces/Operator/IGQAPLocalImprovementOperator.cs
r15504 r15562 21 21 22 22 using HeuristicLab.Core; 23 using HeuristicLab.Data;24 23 using HeuristicLab.Encodings.IntegerVectorEncoding; 25 24 using HeuristicLab.Optimization; … … 27 26 namespace HeuristicLab.Problems.GeneralizedQuadraticAssignment { 28 27 public interface IGQAPLocalImprovementOperator : ILocalImprovementAlgorithmOperator { 29 IValueLookupParameter<IntValue> MaximumCandidateListSizeParameter { get; }30 28 ILookupParameter<IntegerVector> AssignmentParameter { get; } 31 29 }
Note: See TracChangeset
for help on using the changeset viewer.