Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/10/17 11:23:05 (8 years ago)
Author:
pkimmesw
Message:

#2665 Added IsNoop to Expression, Made Expressions storable, Fixed Debugger, Fixed and improved problem data and result visualisation, Added custom ErcOption view, Added problem difficulty to problem data name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/XWordLines.cs

    r14909 r14952  
    44
    55  public class XWordLines : BenchmarkSuiteDataDescriptor {
    6     private const string name = "X-Word Lines";
     6    private const string name = "X-Word Lines - Hard";
    77    private const string fileName = "XWordLines.csv";
    88    private const string description = "Given an integer X and a string that can contain spaces and newlines, print the string with exactly X words per line.The last line may have fewer than X words.";
     
    3131          ErcProbability = 0.05,
    3232          CharErcOptions = new CharErcOptions(
    33             new IntegerConstantErcValue(' ', '\r')),
     33            new IntegerConstantErc(' ', '\n')),
    3434        }
    3535      };
Note: See TracChangeset for help on using the changeset viewer.