Changeset 14907 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem/BenchmarkSuite/PushBenchmarkSuiteProblem.cs
- Timestamp:
- 05/02/17 21:53:48 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem/BenchmarkSuite/PushBenchmarkSuiteProblem.cs
r14905 r14907 4 4 using Core; 5 5 using Encodings.IntegerVectorEncoding; 6 7 using HeuristicLab.BenchmarkSuite; 6 8 using HeuristicLab.BenchmarkSuite.Problems; 7 9 using Instances; … … 23 25 } 24 26 25 protected PushBenchmarkSuiteProblem(Push Problem original, Cloner cloner)27 protected PushBenchmarkSuiteProblem(PushBenchmarkSuiteProblem original, Cloner cloner) 26 28 : base(original, cloner) { 27 29 }
Note: See TracChangeset
for help on using the changeset viewer.