Changeset 15615 for branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms
- Timestamp:
- 01/15/18 09:37:50 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/Evolutionary/ESGQAPSolution.cs
r15563 r15615 21 21 22 22 using HeuristicLab.Common; 23 using HeuristicLab.Core; 23 24 using HeuristicLab.Data; 24 25 using HeuristicLab.Encodings.IntegerVectorEncoding; … … 26 27 27 28 namespace HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms.Evolutionary { 29 [StorableClass] 30 [Item("ES-specific GQAP Solution", "GQAP Solution that holds a strategy parameter")] 28 31 public class ESGQAPSolution : GQAPSolution { 29 32
Note: See TracChangeset
for help on using the changeset viewer.