#237 closed feature request (done)
FunctionLibraryInjector that injects default function libraries with a few parameters
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.0 |
Component: | StructureIdentification | Version: | 3.1 |
Keywords: | Cc: |
Description
A specific function library injector that injects a kind of default function library would be useful. The important point is that it should have a parameter to set the target variable and the allowed input variables. This would cause the injector to automatically adjust the constraints for the 'Differential' and 'Variable' terminal symbols.
More sophisticated injectors could extend the functionality to add parameters for the allowed time-offsets or range of weights.
Change History (9)
comment:1 Changed 16 years ago by gkronber
comment:2 Changed 16 years ago by gkronber
- Status changed from new to assigned
comment:3 Changed 16 years ago by gkronber
r467:
- added operator
- added helper functions in Variable, Differential and Constraints to support the function library injector
comment:4 Changed 16 years ago by gkronber
ironed out a few more bugs with r468
comment:5 Changed 16 years ago by gkronber
removed the parameter TargetVariable because it is not needed in the injector with r471.
comment:6 Changed 16 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
Tested the injector in an engine and it seems to work correctly.
comment:7 Changed 16 years ago by swagner
- Milestone changed from 3.1 to Iteration 0
Milestone 3.1 deleted
comment:8 Changed 14 years ago by swagner
- Milestone changed from Iteration 0 to Current
Milestone Iteration 0 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
This is a necessary step for the further development in project CEDMA. Once we have this operator it's easy to use a metaprogramming operator to create multiple GP engines preconfigured with different target variables.