Changeset 15334 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem/BenchmarkSuite/IntegerVectorPushBenchmarkSuiteProblem.cs
- Timestamp:
- 08/21/17 11:33:53 (7 years ago)
- Location:
- branches/PushGP/HeuristicLab.PushGP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP
- Property svn:ignore
-
old new 1 1 *.user 2 packages 3 TestResults
-
- Property svn:ignore
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem/BenchmarkSuite/IntegerVectorPushBenchmarkSuiteProblem.cs
r15289 r15334 51 51 Description = data.Description; 52 52 BestKnownQuality = data.BestResult; 53 Config.MaxP ointsInProgram= data.MaxSize;53 Config.MaxProgramLength = data.MaxSize; 54 54 Config.EvalPushLimit = data.EvalLimit; 55 55 Config.ErcOptions = data.ErcOptions; … … 62 62 Encoding.Bounds[0, 1] = Config.EnabledExpressions.Count; 63 63 64 Encoding.Length = data.MaxSize; 64 Encoding.Length = data.MaxSize / 2; 65 65 66 } 66 67
Note: See TracChangeset
for help on using the changeset viewer.