Opened 7 years ago
Closed 7 years ago
#2862 closed enhancement (done)
NLR yields suboptimal results
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.15 |
Component: | Algorithms.DataAnalysis | Version: | trunk |
Keywords: | Cc: |
Description
The issue is that linear scaling is deactivated in the optimization of constants, however the resulting model is scaled linearly afterwards (line 263 and 267).
Change History (10)
comment:1 Changed 7 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 7 years ago by mkommend
- Version set to trunk
comment:3 Changed 7 years ago by mkommend
- Milestone changed from HeuristicLab 3.3.16 to HeuristicLab 3.3.15
comment:4 Changed 7 years ago by gkronber
Please add a parameter to turn on/off linear scaling for NLR.
comment:5 Changed 7 years ago by mkommend
r15502: Added switch to enable/disable linear scaling in NLR.
comment:6 Changed 7 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:7 Changed 7 years ago by gkronber
r15505: removed spaces
comment:8 Changed 7 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from reviewing to readytorelease
comment:10 Changed 7 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r15499: Activated linear scaling in NLR.