Changeset 2211 for branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/FunctionLibraryInjector.cs
- Timestamp:
- 07/29/09 19:07:21 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/FunctionLibraryInjector.cs
r2210 r2211 238 238 239 239 private void SetAllowedSubOperators(IFunction f, List<IFunction> gs) { 240 for (int i = 0; i < f.Max Arity; i++) {240 for (int i = 0; i < f.MaxSubTrees; i++) { 241 241 SetAllowedSubOperators(f, i, gs); 242 242 }
Note: See TracChangeset
for help on using the changeset viewer.