Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/21/17 11:33:53 (7 years ago)
Author:
pkimmesw
Message:

#2665 Testet Problems, Testet error functions, Small fixes, Created HL files

Location:
branches/PushGP/HeuristicLab.PushGP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.PushGP

    • Property svn:ignore
      •  

        old new  
        11*.user
         2packages
         3TestResults
  • branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/StringLengthsBackwards.cs

    r15017 r15334  
    1414
    1515    public override ProblemData CreateProblemData() {
    16       return new ProblemData(ProblemType.StringDifferences) {
     16      return new ProblemData(ProblemType.StringLengthsBackwards) {
    1717        Name = Name,
    1818        Description = Description,
     19        ProgramExecutionBudget = 30000000,
    1920        Examples = CloneExamples(),
    2021        BestResult = 0,
    21         WorstResult = 200,
     22        WorstResult = 5000,
    2223        InputArgumentTypes = new[] { ExampleArgumentType.StringVector },
    2324        OutputArgumentTypes = new[] { ExampleArgumentType.Print },
Note: See TracChangeset for help on using the changeset viewer.