Changeset 14952 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/CompareStringLengths.cs
- Timestamp:
- 05/10/17 11:23:05 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/CompareStringLengths.cs
r14905 r14952 3 3 4 4 public class CompareStringLengths : BenchmarkSuiteDataDescriptor { 5 private const string name = "Compare String Lengths ";5 private const string name = "Compare String Lengths - Hard"; 6 6 private const string fileName = "CompareStringLengths.csv"; 7 7 private const string description = " Given three strings n1, n2, and n3, return true if length(n1) < length(n2) < length(n3), and false otherwise"; … … 30 30 ErcProbability = 0.05, 31 31 BooleanErcOptions = new BooleanErcOptions( 32 new BooleanRandomErc Value{32 new BooleanRandomErc { 33 33 AllowTrue = true, 34 34 AllowFalse = true
Note: See TracChangeset
for help on using the changeset viewer.