Age | Commit message (Expand) | Author | Lines |
2020-11-03 | analyze number of substates per state | Daniel Friesel | -0/+27 |
2020-11-02 | Do not pass the entirety of by_nane/by_param to subprocesses | Daniel Friesel | -3/+1 |
2020-11-02 | Merge branch 'master' into merge-prep/janis | Daniel Friesel | -0/+13 |
2020-10-30 | Add DFATOOL_EXPORT_LASYNC variable for ET+LA / ET+Timer sync eval | Daniel Friesel | -0/+13 |
2020-10-08 | meop | Daniel Friesel | -2/+3 |
2020-10-08 | BA Janis import: working detection of optimal number of changepoints | Daniel Friesel | -0/+2 |
2020-07-03 | more consistent logging; use logger. instead of logging. where appropriate | Daniel Friesel | -1/+3 |
2020-07-02 | Use logging module for debug output | Daniel Friesel | -10/+0 |
2020-05-28 | use black(1) for uniform code formatting | Daniel Friesel | -29/+53 |
2020-04-29 | move running_mean helper from dfatool to utils | Daniel Friesel | -0/+11 |
2019-12-11 | oops | Daniel Friesel | -0/+7 |
2019-11-26 | autopep8 | Daniel Friesel | -8/+21 |
2019-10-11 | add helper functions for co-dependent parameter detection | Daniel Friesel | -0/+17 |
2019-10-07 | Move codependent parameter logic to ParamStats / parameters.py | Daniel Friesel | -0/+49 |
2019-10-07 | move ParamStats and helper functions to lib/parameters.py | Daniel Friesel | -253/+0 |
2019-10-02 | improve co-dependent parameter detection logic | Daniel Friesel | -17/+20 |
2019-10-01 | initial check for boolean parameters' influence on other parameters | Daniel Friesel | -3/+15 |
2019-09-30 | std_by_param: return stddev matrix by individual parameter values | Daniel Friesel | -27/+38 |
2019-09-27 | prepare stddev-by-param-value matrix for fine-grained parameter analysis | Daniel Friesel | -3/+48 |
2019-09-25 | is_numeric: Also accept float values | Daniel Friesel | -2/+2 |
2019-08-16 | documentation | Daniel Friesel | -12/+25 |
2019-08-16 | prune_dependent_parameters: do not calculate bogus corrcoef values | Daniel Friesel | -9/+11 |
2019-08-16 | optionally prune dependent parameters before analysis | Daniel Friesel | -0/+66 |
2019-08-14 | functions, utils: pydocstyle | Daniel Friesel | -9/+8 |
2019-08-13 | Improve _try_fits performance and fairness | Daniel Friesel | -0/+3 |
2019-07-24 | Improve debugging | Daniel Friesel | -1/+5 |
2019-05-16 | utils: Add soft_cast_float; float support in config strings | Daniel Friesel | -1/+15 |
2019-05-08 | conf str: use foo=foo=bar,quux=lol instead of foo=foo:bar,quux:lol | Daniel Friesel | -1/+1 |
2019-05-08 | add cpu cycles -> cpu energy and packet size -> tx energy for protocolmodeling | Daniel Friesel | -0/+22 |
2019-03-25 | _mean_std_by_param: Handle no partitions for attribute | Daniel Friesel | -1/+6 |
2019-03-21 | TimingAnalysis: Add missing newline in macro definition | Daniel Friesel | -1/+1 |
2019-03-13 | Add simple per-statement C(++) timing analysis wrapper | Daniel Friesel | -0/+29 |
2019-02-14 | do not print paramstats warning during crossvalidation | Daniel Friesel | -6/+16 |
2019-02-05 | move flatten to utils | Daniel Friesel | -0/+8 |
2019-02-05 | compute_param_statistics: Warn when encountering useless data | Daniel Friesel | -1/+10 |
2019-02-05 | move float_or_nan to utils | Daniel Friesel | -0/+9 |
2019-02-01 | compute_param_statistics: Note that 'param' must also be set | Daniel Friesel | -0/+4 |
2019-02-01 | Doku | Daniel Friesel | -16/+46 |
2019-02-01 | move parameter detection / statistics methods to utils (for now) | Daniel Friesel | -0/+92 |
2018-04-26 | refactor function code into separate file to solve circular import | Daniel Friesel | -0/+8 |