Opened 14 years ago
Closed 5 years ago
#399 closed enhancement (duplicate)
VAMP: dynamically adapt number of bins
Reported by: | ohl | Owned by: | ohl |
---|---|---|---|
Priority: | P3 | Milestone: | v4.0 |
Component: | vamp | Version: | 2.0.4 |
Severity: | major | Keywords: | vamp |
Cc: |
Description
For some processes, we need a lot of channels. This can lead to the problem that not enough points are probed in channels with moderate weights to support O(20) bins. Allow to reduce the number of bins dynamically.
TODO:
- replace pointers by allocatable arrays
- reallocate VAMP grids with different number of bins
- tune the heuristics
Change History (10)
comment:1 Changed 14 years ago by
Milestone: | v2.1.0 → v2.0.5 |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Milestone: | v2.0.5 → v2.0.6 |
---|
Agreed. Everything to ease the life of APLPs is worth doing... :P
comment:4 Changed 13 years ago by
Milestone: | v2.0.6 → v2.1.0 |
---|
comment:6 Changed 10 years ago by
Summary: | VAMP: adapt number of bins → VAMP: dynamically adapt number of bins |
---|
comment:7 Changed 8 years ago by
Milestone: | v2.3.1 → v3.0 |
---|
comment:9 Changed 7 years ago by
Milestone: | v3.0.0 → v4.0 |
---|
comment:10 Changed 5 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Transferred to Gitlab issue 330.
Note: See
TracTickets for help on using
tickets.
I'd suggest to postpone this, unless it turns out to be simple. We may publish 2.0.5 as soon as #404 is fixed. If rebinning turns out a major improvement, it might event warrant a separate release.