Changeset 15341 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Configuration
- Timestamp:
- 08/28/17 09:03:34 (7 years ago)
- Location:
- branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Configuration
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Configuration/IReadonlyPushConfiguration.cs
r15334 r15341 1 1 namespace HeuristicLab.Problems.ProgramSynthesis.Push.Configuration { 2 2 3 using Base.Erc; 3 4 -
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.