- Timestamp:
- 09/28/09 14:26:51 (15 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/OffspringSelectionGPRegression.cs
r2385 r2395 122 122 : base() { 123 123 PunishmentFactor = 10.0; 124 MaxBestValidationSolutionAge = 10;124 MaxBestValidationSolutionAge = 20; 125 125 } 126 126 -
trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/StandardGPRegression.cs
r2385 r2395 123 123 : base() { 124 124 PunishmentFactor = 10.0; 125 MaxBestValidationSolutionAge = 15;125 MaxBestValidationSolutionAge = 30; 126 126 } 127 127 -
trunk/sources/HeuristicLab.sln
r2393 r2395 822 822 {7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}.CEDMA Debug|x64.ActiveCfg = Debug|x64 823 823 {7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}.CEDMA Debug|x86.ActiveCfg = Debug|x86 824 {7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}.CEDMA Debug|x86.Build.0 = Debug|x86 824 825 {7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 825 826 {7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
Note: See TracChangeset
for help on using the changeset viewer.