Changeset 2627 for trunk/sources/HeuristicLab.GP.StructureIdentification.Networks/3.2/FunctionLibraryInjector.cs
- Timestamp:
- 01/14/10 19:42:10 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.GP.StructureIdentification.Networks/3.2/FunctionLibraryInjector.cs
r2624 r2627 142 142 SetAllowedSubOperators(openDivision, f1Functions); 143 143 SetAllowedSubOperators(openMul, f1Functions); 144 SetAllowedSubOperators(openSub, f1Functions); 144 145 145 146 if (includeDifferential) … … 153 154 openPar.SetConstraints(minTimeOffset, maxTimeOffset); 154 155 156 155 157 return functionLibrary; 156 158 }
Note: See TracChangeset
for help on using the changeset viewer.