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

    r14897 r14952  
    44
    55  public class SmallOrLarge : BenchmarkSuiteDataDescriptor {
    6     private const string name = "Small or Large";
     6    private const string name = "Small or Large - Hard";
    77    private const string fileName = "SmallOrLarge.csv";
    88    private const string description =
     
    3232          ErcProbability = 0.05,
    3333          IntegerErcOptions = new IntegerErcOptions(
    34             new IntegerRangeErcValue(-10000, 10000)),
     34            new IntegerRangeErc(-10000, 10000)),
    3535          StringErcOptions = new StringErcOptions(
    36             new StringConstantErcValue("small", "large"))
     36            new StringConstantErc("small", "large"))
    3737        }
    3838      };
Note: See TracChangeset for help on using the changeset viewer.