Changeset 14909 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/PigLatin.cs
- Timestamp:
- 05/03/17 01:31:10 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/PigLatin.cs
r14897 r14909 23 23 WorstResult = 100, 24 24 InputArgumentTypes = new[] { ExampleArgumentType.String }, 25 OutputArgumentTypes = new[] { ExampleArgumentType. String},25 OutputArgumentTypes = new[] { ExampleArgumentType.Print }, 26 26 TrainingCount = 200, 27 27 TestCount = 1000,
Note: See TracChangeset
for help on using the changeset viewer.