#1970 closed feature request (rejected)
Alternative variable impacts analyzers for symbolic regression
Reported by: | swinkler | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Problems.DataAnalysis.Symbolic | Version: | |
Keywords: | Cc: |
Description (last modified by gkronber)
Currently, we support calculation of variable impacts by calculating the variable frequencies in models. Other variants to calculate the variable impact have been formulated and should be implemented as analyzers.
Change History (14)
comment:1 Changed 12 years ago by swinkler
- Status changed from new to accepted
comment:2 Changed 12 years ago by swinkler
comment:3 Changed 12 years ago by mkommend
r8794: Added storable ctor to symbolic regression variable impact analyzer.
comment:4 Changed 12 years ago by mkommend
r8796: Corrected visibility of storable ctor in SymbolicRegressionVariableImpactAnalyzer.
comment:5 Changed 12 years ago by mkommend
r8895: Removed variable impact analyzers from the trunk as the developed will be continued in a branch.
comment:6 Changed 12 years ago by mkommend
r8896: Added new folder for the variable impact branch.
comment:7 Changed 12 years ago by mkommend
comment:8 Changed 12 years ago by mkommend
r8901: Configured variable impacts branch, readded analyzers and added utility files (build.cmd,etc.).
comment:9 Changed 12 years ago by mkommend
- Cc mkommend removed
- Version changed from 3.3.7 to branch
comment:10 Changed 12 years ago by mkommend
- Owner changed from swinkler to mkommend
- Status changed from accepted to assigned
comment:11 Changed 11 years ago by gkronber
- Description modified (diff)
- Summary changed from Implement variables impact analyzers to Alternative variable impacts analyzers for symbolic regression
comment:12 Changed 11 years ago by mkommend
After discussion with swinkler and gkronber, we came to the decision to close this ticket.
comment:13 Changed 11 years ago by mkommend
- Resolution set to rejected
- Status changed from assigned to closed
r9746: Deleted variable impact analyzer branch.
comment:14 Changed 11 years ago by mkommend
- Milestone HeuristicLab 3.3.x Backlog deleted
- Version branch deleted
r8793: Added first implementation of variables impact analysis (replacement with mean).