Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/19/17 12:55:58 (7 years ago)
Author:
pkimmesw
Message:

#2665 Started Plush Encoding, Added Zero Error Individual Count Analyzer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Generators/CodeGenerator/RecursiveCodeGenerator.cs

    r15189 r15273  
    4949    private static IEnumerable<Expression> RandomCodeWithSize(int points, IRandom random, IReadOnlyPushConfiguration pushConfiguration, IDictionary<string, Expression> customExpressions = null) {
    5050      if (points == 1) {
    51         return new[] { CodeGeneratorUtils.CreateExpressionOrErc(
     51        return new[] { CodeGeneratorUtils.MapToExpression(
    5252          random,
    53           pushConfiguration.EnabledExpressions,
    5453          pushConfiguration.ErcOptions,
     54          pushConfiguration,
    5555          customExpressions)
    5656        };
Note: See TracChangeset for help on using the changeset viewer.