Changeset 16477 for branches/2520_PersistenceReintegration/HeuristicLab.Problems.QuadraticAssignment
- Timestamp:
- 01/02/19 10:02:21 (6 years ago)
- Location:
- branches/2520_PersistenceReintegration/HeuristicLab.Problems.QuadraticAssignment/3.3/Interfaces
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Problems.QuadraticAssignment/3.3/Interfaces/IQAPEvaluator.cs
r16453 r16477 24 24 using HeuristicLab.Encodings.PermutationEncoding; 25 25 using HeuristicLab.Optimization; 26 using HEAL.Fossil; 26 27 27 28 namespace HeuristicLab.Problems.QuadraticAssignment { 29 [StorableType("B7B8A58B-40C5-471E-BFB8-3B62FF3109CB")] 28 30 public interface IQAPEvaluator : ISingleObjectiveEvaluator { 29 31 ILookupParameter<Permutation> PermutationParameter { get; } -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.QuadraticAssignment/3.3/Interfaces/IQAPMoveEvaluator.cs
r16453 r16477 24 24 using HeuristicLab.Encodings.PermutationEncoding; 25 25 using HeuristicLab.Optimization; 26 using HEAL.Fossil; 26 27 27 28 namespace HeuristicLab.Problems.QuadraticAssignment { 29 [StorableType("A1CCDFCE-3466-41E5-869A-33AB658608B3")] 28 30 public interface IQAPMoveEvaluator : ISingleObjectiveMoveEvaluator, IMoveOperator { 29 31 ILookupParameter<Permutation> PermutationParameter { get; }
Note: See TracChangeset
for help on using the changeset viewer.