Changeset 15341 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Configuration/PushConfiguration.cs
- Timestamp:
- 08/28/17 09:03:34 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Configuration/PushConfiguration.cs
r15334 r15341 96 96 MIN_PROGRAM_LENGTH, 97 97 MIN_PROGRAM_LENGTH_PARAMETER_DESCRIPTION, 98 new IntValue(0)) { Hidden = true });98 new IntValue(0)) { Hidden = false }); 99 99 100 100 if (!Parameters.ContainsKey(MAX_CLOSE_PARAMETER_NAME))
Note: See TracChangeset
for help on using the changeset viewer.