Changeset 15032 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem/BenchmarkSuite/PushBenchmarkSuiteProblem.cs
- Timestamp:
- 06/12/17 14:11:43 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem/BenchmarkSuite/PushBenchmarkSuiteProblem.cs
r15017 r15032 5 5 6 6 using HeuristicLab.BenchmarkSuite; 7 using HeuristicLab.BenchmarkSuite.Problems; 7 8 using HeuristicLab.Problems.ProgramSynthesis.Push.Expressions; 8 9 … … 18 19 Parameters.Add(PushEvaluator.DataParameter); 19 20 Parameters.Add(PushEvaluator.DataBoundsParameter); 21 22 if (PushEvaluator.Data == null) { 23 var defaultProblem = new NumberIO(); 24 Load(defaultProblem.CreateProblemData()); 25 } 20 26 } 21 27
Note: See TracChangeset
for help on using the changeset viewer.