Changeset 15574 for branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/Infrastructure/Algorithms
- Timestamp:
- 01/04/18 00:36:40 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/Infrastructure/Algorithms/ContextAlgorithm.cs
r15572 r15574 48 48 [Storable] 49 49 private TContext context; 50 p rotectedTContext Context {50 public TContext Context { 51 51 get { return context; } 52 52 } … … 132 132 context.Iterations = 0; 133 133 context.EvaluatedSolutions = 0; 134 context.BestQuality = double.NaN; 134 135 } 135 136
Note: See TracChangeset
for help on using the changeset viewer.