- Timestamp:
- 11/29/16 15:46:48 (8 years ago)
- Location:
- branches/MemPRAlgorithm
- Files:
-
- 1 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/MemPRAlgorithm/HeuristicLab.Algorithms.MemPR/3.3/Optimization/Interfaces.cs
r14420 r14429 110 110 } 111 111 112 public interface IBestQualityContext : IExecutionContext { 113 double BestQuality { get; set; } 114 } 115 116 public interface IBestSolutionContext<TSolution> : IExecutionContext { 117 TSolution BestSolution { get; set; } 118 } 119 112 120 public interface IIterationsContext : IExecutionContext { 113 121 int Iterations { get; }
Note: See TracChangeset
for help on using the changeset viewer.