summaryrefslogtreecommitdiff
path: root/lib/parameters.py
AgeCommit message (Expand)AuthorLines
2020-07-09working candidate detection for decision treesDaniel Friesel-0/+4
2020-07-09parameters: documentation, remove unused dict keyDaniel Friesel-1/+2
2020-07-06Remove co-dependent parameter detection codeDaniel Friesel-188/+0
2020-07-03more consistent logging; use logger. instead of logging. where appropriateDaniel Friesel-22/+26
2020-07-02Use logging module for debug outputDaniel Friesel-16/+5
2020-05-28use black(1) for uniform code formattingDaniel Friesel-130/+320
2020-04-29Use relative module paths. PYTHONPATH=lib bin/... is no longer neededDaniel Friesel-2/+3
2019-11-18EnergyTraceLog: Finish parser. model analysis is working.Daniel Friesel-3/+0
2019-11-12ParamStats: compute statistics in parallelDaniel Friesel-161/+183
2019-10-11add helper functions for co-dependent parameter detectionDaniel Friesel-51/+161
2019-10-07Move codependent parameter logic to ParamStats / parameters.pyDaniel Friesel-88/+153
2019-10-07move ParamStats and helper functions to lib/parameters.pyDaniel Friesel-0/+439