Changeset 15341 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/ScrabbleScore.cs
- Timestamp:
- 08/28/17 09:03:34 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/ScrabbleScore.cs
r15334 r15341 45 45 46 46 public override ProblemData CreateProblemData() { 47 return new ProblemData(ProblemType. ReplaceSpaceWithNewline) {47 return new ProblemData(ProblemType.ScrabbleScore) { 48 48 Name = Name, 49 49 Description = Description,
Note: See TracChangeset
for help on using the changeset viewer.