Changeset 13396 for branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/Interfaces/ISolutionCreator.cs
- Timestamp:
- 11/25/15 16:22:37 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/Interfaces/ISolutionCreator.cs
r13336 r13396 28 28 public interface ISolutionCreator : IOperator { } 29 29 30 public interface ISolutionCreator<TSolution> : ISolutionCreator where TSolution : class, ISolution { } 30 public interface ISolutionCreator<TSolution> : ISolutionCreator where TSolution : class, ISolution { 31 //ILookupParameter<TSolution> SolutionParameter { get; } // TODO: unify encoding specific parameters by defining ISolutionOperator and ISolutionsOperator 32 } 31 33 }
Note: See TracChangeset
for help on using the changeset viewer.