Changeset 14875 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/BenchmarkSuiteDataDescriptor.cs
- Timestamp:
- 04/18/17 01:15:25 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/BenchmarkSuiteDataDescriptor.cs
r14834 r14875 23 23 } 24 24 25 public abstract Data CreateProblemData();25 public abstract ProblemData CreateProblemData(); 26 26 27 27 protected abstract string FileName { get; }
Note: See TracChangeset
for help on using the changeset viewer.