Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/28/17 22:52:08 (7 years ago)
Author:
pkimmesw
Message:

#2665 Dynamic ErcValues, Separate Push from BenchmarkSuite Push

File:
1 edited

Legend:

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

    r14875 r14897  
    11namespace HeuristicLab.BenchmarkSuite.Problems {
    2   using HeuristicLab.Problems.ProgramSynthesis.Base.Erc;
     2  using HeuristicLab.Problems.ProgramSynthesis.Base.Erc.Boolean;
    33
    44  public class CompareStringLengths : BenchmarkSuiteDataDescriptor {
     
    2929        ErcOptions = {
    3030          ErcProbability = 0.05,
    31           BooleanErcOptions = {
    32             IsEnabled = true,
    33             AllowTrue = true,
    34             AllowFalse = true
     31          BooleanErcOptions = new BooleanErcOptions {
     32            new BooleanRandomErcValue {
     33              AllowTrue = true,
     34              AllowFalse = true
     35            }
    3536          }
    3637        }
Note: See TracChangeset for help on using the changeset viewer.