Opened 12 years ago
Closed 11 years ago
#1929 closed enhancement (rejected)
Variablecondition symbol should use relative thresholds
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Problems.DataAnalysis.Symbolic | Version: | 3.3.7 |
Keywords: | Cc: |
Description
The variable condition symbols currently uses a slope and an absolute threshold. As its benefit is rather limited, it should be changed so that the threshold is determined within the range of the chosen variable. Furthermore the slope parameter is not really of use and should be removed.
Change History (2)
comment:1 Changed 12 years ago by gkronber
comment:2 Changed 11 years ago by gkronber
- Milestone HeuristicLab 3.3.x Backlog deleted
- Resolution set to rejected
- Status changed from new to closed
Rejected because this is rather difficult to implement in the current framework.
Note: See
TracTickets for help on using
tickets.
This is probably a bit difficult to implement because it is necessary to know the min and max value of a variable in the interpreter.