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/CompareStringLengths.cs

    r14905 r14952  
    33
    44  public class CompareStringLengths : BenchmarkSuiteDataDescriptor {
    5     private const string name = "Compare String Lengths";
     5    private const string name = "Compare String Lengths - Hard";
    66    private const string fileName = "CompareStringLengths.csv";
    77    private const string description = " Given three strings n1, n2, and n3, return true if length(n1) < length(n2) < length(n3), and false otherwise";
     
    3030          ErcProbability = 0.05,
    3131          BooleanErcOptions = new BooleanErcOptions(
    32             new BooleanRandomErcValue {
     32            new BooleanRandomErc {
    3333              AllowTrue = true,
    3434              AllowFalse = true
Note: See TracChangeset for help on using the changeset viewer.