Changeset 14907 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Example.cs
- Timestamp:
- 05/02/17 21:53:48 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Example.cs
r14897 r14907 16 16 private static readonly string[][] emptyStringVectors = new string[0][]; 17 17 18 public Example() { 19 InputArgs = emptyStrings; 20 OutputArgs = emptyStrings; 18 21 19 public Example() {20 22 InputInteger = emptyIntegers; 21 23 InputFloat = emptyFloats;
Note: See TracChangeset
for help on using the changeset viewer.