- Timestamp:
- 10/17/19 11:55:58 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Problem.cs
r17226 r17334 36 36 where TEncodedSolution : class, IEncodedSolution 37 37 where TEvaluator : class, IEvaluator { 38 public string Filename { get; set; } // TODO: Really okay here? should be in Problem (non-generic)38 39 39 40 40 //TODO remove parameter for encoding?
Note: See TracChangeset
for help on using the changeset viewer.