Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/10/17 11:23:05 (7 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/DoubleLetters.cs

    r14909 r14952  
    44
    55  public class DoubleLetters : BenchmarkSuiteDataDescriptor {
    6     private const string name = "Double Letters";
     6    private const string name = "Double Letters - Hard";
    77    private const string fileName = "DoubleLetters.csv";
    88    private const string description = "Given a string, print the string, doubling every letter character, and tripling every exclamation point.All other non-alphabetic and non-exclamation characters should be printed a single time each";
     
    3131          ErcProbability = 0.02,
    3232          CharErcOptions = new CharErcOptions(
    33             new IntegerConstantErcValue('!'))
     33            new IntegerConstantErc('!'))
    3434        }
    3535      };
Note: See TracChangeset for help on using the changeset viewer.