Changeset 15017 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Configuration/IReadonlyPushConfiguration.cs
- Timestamp:
- 06/01/17 09:28:34 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Configuration/IReadonlyPushConfiguration.cs
r14897 r15017 11 11 int MaxStringLength { get; } 12 12 int MaxVectorLength { get; } 13 int MinPointsInProgram { get; }14 13 int MaxPointsInProgram { get; } 15 14 int MaxPointsInRandomExpression { get; } 16 15 bool TopLevelPushCode { get; } 17 16 bool TopLevelPopCode { get; } 17 int MaxParenthesesClose { get; } 18 double ParenthesesCloseBiasLevel { get; } 18 19 IReadOnlyErcOptions ErcOptions { get; } 19 20 IReadOnlyList<string> EnabledExpressions { get; } 21 string FloatStringFormat { get; } 20 22 } 21 23 }
Note: See TracChangeset
for help on using the changeset viewer.