Changeset 13359 for branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Interfaces/IEncodingOperator.cs
- Timestamp:
- 11/24/15 15:24:12 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Interfaces/IEncodingOperator.cs
r13336 r13359 23 23 24 24 namespace HeuristicLab.Optimization { 25 public interface IEncodingOperator<TSolution> : IOperator where TSolution : class, ISolution {25 public interface IEncodingOperator<TSolution> : IOperator where TSolution : class, ISolution { 26 26 ILookupParameter<IEncoding<TSolution>> EncodingParameter { get; } 27 27 }
Note: See TracChangeset
for help on using the changeset viewer.