Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/03/17 01:31:10 (7 years ago)
Author:
pkimmesw
Message:

#2665 Fixed VectorExpression errors, Fixed BenchmarkSuite Problem Data View issues

File:
1 edited

Legend:

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

    r14897 r14909  
    11namespace HeuristicLab.BenchmarkSuite.Problems {
    2   using HeuristicLab.Problems.ProgramSynthesis.Base.Erc.Char;
    32  using HeuristicLab.Problems.ProgramSynthesis.Base.Erc.Integer;
    43  using HeuristicLab.Problems.ProgramSynthesis.Base.Erc.IntegerVector;
     
    7473        OutputArgs = output,
    7574        InputString = input,
    76         OutputIntegerVector = new[] { ExampleArgumentConverter.ConvertIntegers(output[0]) }
     75        OutputInteger = ExampleArgumentConverter.ConvertIntegers(output[0])
    7776      };
    7877    }
Note: See TracChangeset for help on using the changeset viewer.