Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2021-01-15 | pelt: add stretch parameter | Daniel Friesel | -0/+20 | |
2021-01-15 | pelt: Fix Dynp support | Daniel Friesel | -1/+5 | |
2021-01-14 | EnergyTrace drift compensation: optimize via shortest paths | Daniel Friesel | -4/+20 | |
Right now performance is worse than the previous greedy approach as the dijkstra variant does not take into account that a transition may be missing from the set of detected changepoints (i.e., it assumes that the set of detected changepoints contains the transition timestamp, which is not always the case). This will be fixed in the next commit by adding nodes for the expected transition timestamp (with a slightly higher weight to ensure there are no proper nodes in the vicinity) -- or something similar. | ||||
2021-01-13 | pelt: Allow overrides via environment variables | Daniel Friesel | -0/+10 | |
2020-12-14 | energytrace: add pelt-based drift compensation experiment. | Daniel Friesel | -5/+12 | |
Enable with DFATOOL_COMPENSATE_DRIFT=1 so far it's pretty unreliable. | ||||
2020-11-30 | pelt: allow disabling multiprocessing | Daniel Friesel | -2/+6 | |
2020-11-26 | some comments | Daniel Friesel | -2/+1 | |
2020-11-03 | analyze number of substates per state | Daniel Friesel | -70/+60 | |
2020-11-02 | PELT: Do not set jump when len(signal) < num_samples | Daniel Friesel | -1/+2 | |
2020-11-02 | Simplify PELT usage. remove kneedle, refactor code | Daniel Friesel | -273/+67 | |
2020-10-09 | add sub-state generation | Daniel Friesel | -1/+133 | |
2020-10-08 | BA Janis import: working detection of optimal number of changepoints | Daniel Friesel | -0/+261 | |