Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/01/17 09:28:34 (7 years ago)
Author:
pkimmesw
Message:

#2665 Fixed Benchmark Problem Definition, Converted LoopExpressions to stateless expressions, Added several unit test to ensure funcionality, Fixed UI bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Configuration/IReadonlyPushConfiguration.cs

    r14897 r15017  
    1111    int MaxStringLength { get; }
    1212    int MaxVectorLength { get; }
    13     int MinPointsInProgram { get; }
    1413    int MaxPointsInProgram { get; }
    1514    int MaxPointsInRandomExpression { get; }
    1615    bool TopLevelPushCode { get; }
    1716    bool TopLevelPopCode { get; }
     17    int MaxParenthesesClose { get; }
     18    double ParenthesesCloseBiasLevel { get; }
    1819    IReadOnlyErcOptions ErcOptions { get; }
    1920    IReadOnlyList<string> EnabledExpressions { get; }
     21    string FloatStringFormat { get; }
    2022  }
    2123}
Note: See TracChangeset for help on using the changeset viewer.