Changeset 14952 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/StringLengthsBackwards.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/StringLengthsBackwards.cs
r14909 r14952 3 3 4 4 public class StringLengthsBackwards : BenchmarkSuiteDataDescriptor { 5 private const string name = "String Length Backwards ";5 private const string name = "String Length Backwards - Medium"; 6 6 private const string fileName = "StringLengthsBackwards.csv"; 7 7 private const string description = "Given a vector of strings, print the length of each string in the vector starting with the last and ending with the first."; … … 30 30 ErcProbability = 0.05, 31 31 IntegerErcOptions = new IntegerErcOptions( 32 new IntegerRangeErc Value(-100, 100))32 new IntegerRangeErc(-100, 100)) 33 33 } 34 34 };
Note: See TracChangeset
for help on using the changeset viewer.