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.Problems.ProgramSynthesis/Push/Configuration/IReadonlyPushConfiguration.cs

    r15289 r15334  
    99    int MaxStringLength { get; }
    1010    int MaxVectorLength { get; }
    11     int MaxPointsInProgram { get; }
     11    int MaxProgramLength { get; }
    1212    int MaxPointsInRandomExpression { get; }
    1313    bool TopLevelPushCode { get; }
    1414    bool TopLevelPopCode { get; }
    15     int MaxParenthesesClose { get; }
    16     double ParenthesesCloseBiasLevel { get; }
     15    int MaxClose { get; }
     16    double CloseBiasLevel { get; }
    1717    IReadOnlyErcOptions ErcOptions { get; }
    1818    string FloatStringFormat { get; }
     19    bool TopLevelPushInputArguments { get; }
    1920
    2021    bool IsStackEnabled(StackTypes stackType);
Note: See TracChangeset for help on using the changeset viewer.