Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/10/17 21:36:03 (7 years ago)
Author:
pkimmesw
Message:

#2665 Fixed small issues, testet benchmark suite, added INX Expressions

File:
1 edited

Legend:

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

    r15017 r15189  
    22  using HeuristicLab.Problems.ProgramSynthesis.Base.Erc.Char;
    33  using HeuristicLab.Problems.ProgramSynthesis.Base.Erc.Integer;
     4  using HeuristicLab.Problems.ProgramSynthesis.Base.Erc.String;
    45
    56  public class Checksum : BenchmarkSuiteDataDescriptor {
     
    3536          CharErcOptions = new CharErcOptions(
    3637            new IntegerConstantErc(' '),
    37             new IntegerRangeErc(0x20, 0x7e))
     38            new IntegerRangeErc(0x20, 0x7e)),
     39          StringErcOptions = new StringErcOptions(
     40            new StringConstantErc("Check sum is "))
    3841        }
    3942      };
Note: See TracChangeset for help on using the changeset viewer.