Changeset 2419 for trunk/sources/HeuristicLab.GP.StructureIdentification
- Timestamp:
- 10/08/09 10:28:24 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.GP.StructureIdentification/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/OffspringSelectionGPRegression.cs ¶
r2395 r2419 187 187 injector.AddVariable(new HeuristicLab.Core.Variable("BestValidationSolutionAge", new IntData())); 188 188 injector.AddVariable(new HeuristicLab.Core.Variable("MaxBestValidationSolutionAge", new IntData())); 189 injector.AddVariable(new HeuristicLab.Core.Variable("MaxNumberOfTrainingSamples", new IntData(4000))); 189 190 return injector; 190 191 } -
TabularUnified trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/StandardGPRegression.cs ¶
r2395 r2419 182 182 injector.AddVariable(new HeuristicLab.Core.Variable("BestValidationSolutionAge", new IntData())); 183 183 injector.AddVariable(new HeuristicLab.Core.Variable("MaxBestValidationSolutionAge", new IntData())); 184 injector.AddVariable(new HeuristicLab.Core.Variable("MaxNumberOfTrainingSamples", new IntData(4000))); 184 185 return injector; 185 186 }
Note: See TracChangeset
for help on using the changeset viewer.