- Timestamp:
- 03/22/17 16:52:36 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PerformanceComparison/HeuristicLab.Algorithms.MemPR/3.3/Interfaces/Interfaces.cs
r14690 r14776 37 37 * ********************************************* * 38 38 *************************************************/ 39 40 public interface ISolutionModel<TSolution> : IItem {41 TSolution Sample();42 }43 39 44 40 public interface ISolutionSubspace<TSolution> : IItem { } … … 89 85 where TProblem : class, ISingleObjectiveHeuristicOptimizationProblem { 90 86 IEnumerable<ISingleObjectiveSolutionScope<TSolution>> Population { get; } 87 int PopulationCount { get; } 91 88 } 92 89
Note: See TracChangeset
for help on using the changeset viewer.