Changeset 15616 for branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/Evolutionary
- Timestamp:
- 01/15/18 12:46:56 (7 years ago)
- Location:
- branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3
- Property svn:ignore
-
old new 1 1 obj 2 *.user
-
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/Evolutionary/ESGQAPSolution.cs
r15615 r15616 27 27 28 28 namespace HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms.Evolutionary { 29 [Item("ES-specific GQAP Solution", "GQAP Solution that holds a strategy parameter")] 29 30 [StorableClass] 30 [Item("ES-specific GQAP Solution", "GQAP Solution that holds a strategy parameter")]31 31 public class ESGQAPSolution : GQAPSolution { 32 32
Note: See TracChangeset
for help on using the changeset viewer.