summaryrefslogtreecommitdiff
path: root/lib/dfatool.py
AgeCommit message (Collapse)AuthorLines
2019-10-11add helper functions for co-dependent parameter detectionDaniel Friesel-15/+25
2019-10-10RawData: Re-add cachingDaniel Friesel-0/+26
2019-10-08dfatool: refactor get_staticDaniel Friesel-30/+14
2019-10-07Move codependent parameter logic to ParamStats / parameters.pyDaniel Friesel-46/+2
2019-10-07move ParamStats and helper functions to lib/parameters.pyDaniel Friesel-184/+2
2019-10-07dfatool/PTAModel: handle state/transitions being removed via filter_paramDaniel Friesel-21/+25
2019-10-07dokuDaniel Friesel-14/+26
2019-10-02improve co-dependent parameter detection logicDaniel Friesel-12/+46
also makes distinct_param_values more deterministic
2019-10-01initial check for boolean parameters' influence on other parametersDaniel Friesel-1/+15
2019-09-27dfatool: fix support for RawData v0 (indentation error)Daniel Friesel-1/+1
2019-09-27add filter-param support to analyze-archiveDaniel Friesel-0/+26
2019-09-27dfatool RawData v1: Correctly handle repeated measurementsDaniel Friesel-1/+6
2019-09-26Use individuel MIMOSA log files per repetition; documentationDaniel Friesel-28/+19
2019-09-23Fix model generation on legacy data formatDaniel Friesel-14/+39
A bug introduced by 3b624b1bb4e3614d5befbe5b367d1506dad3c933 caused traces to be duplicated in a not entirely predictable manner, occasionally affecting model data.
2019-09-20dfatool: Refactor RawData._preprocess*Daniel Friesel-74/+57
2019-09-20RawData: Add initial support for dfatool v1 measurementsDaniel Friesel-19/+151
2019-09-20MIMOSA: Documentation, log errorsDaniel Friesel-78/+121
2019-09-09optionally also analyze mean transition powerDaniel Friesel-0/+2
2019-08-16documentationDaniel Friesel-8/+8
2019-08-16Add function override support to AnalyticModel, analyze-timing.pyDaniel Friesel-10/+25
2019-08-16optionally prune dependent parameters before analysisDaniel Friesel-1/+2
2019-08-15Fix generate-dfa-benchmark leaving out benchmark parts when splitting runsDaniel Friesel-1/+1
2019-08-14add support for a posteriori parameters (e.g. TX success / retry count)Daniel Friesel-4/+9
2019-08-13_try_fits: Do not throw away previous raw_results while iterating over ↵Daniel Friesel-2/+3
parameters
2019-08-13get_fit_result: Fix debug outputDaniel Friesel-5/+6
2019-08-13refactor paramfit.results handling into separate helper functionDaniel Friesel-30/+29
2019-08-13_try_fits: Also return individual results for each parameter combinationDaniel Friesel-20/+49
2019-08-13Improve _try_fits performance and fairnessDaniel Friesel-25/+17
2019-08-13_try_fits: documentation, minimal refactoring, note a possible bugDaniel Friesel-11/+60
2019-07-25AnalyticModel: Add missing param_name / param_index functionsDaniel Friesel-0/+10
2019-07-25some documentationDaniel Friesel-7/+60
2019-07-25analyze-timing: add function argument supportDaniel Friesel-3/+36
2019-07-24add timing analysis scriptDaniel Friesel-0/+3
2019-07-24pylintDaniel Friesel-53/+4
2019-07-24Improve debuggingDaniel Friesel-1/+1
2019-07-24add TimingData class for measurements generated with TimingHarnessDaniel Friesel-2/+86
2019-07-24Revert "dfatool: temporarily enable state energy analysis"Daniel Friesel-5/+2
This reverts commit ec653977c37466c5df7cee0eea75a02232e4aa92.
2019-05-10dfatool: temporarily enable state energy analysisDaniel Friesel-2/+5
2019-04-03dfatool: analytic model getter: Add arg supportDaniel Friesel-0/+4
2019-04-01AnalyticModel: Add argument supportDaniel Friesel-1/+8
2019-04-01remove unused function AnalyticModel._fitDaniel Friesel-22/+0
2019-04-01Use std_param_lut, not the (non-existing) std_arg_lutDaniel Friesel-2/+2
2019-03-29argument-aware analysis of protocolmodeling cycles benchmarksDaniel Friesel-1/+14
2019-03-29remove unused functionDaniel Friesel-8/+0
2019-03-13WiPDaniel Friesel-37/+3
2019-03-05working benchmark generationDaniel Friesel-10/+10
2019-02-14do not print paramstats warning during crossvalidationDaniel Friesel-4/+4
2019-02-14improved cross-validation in analyze-archive; fallback for param_lut_modelDaniel Friesel-8/+23
2019-02-13add generic monte carlo cross validationDaniel Friesel-23/+136
2019-02-11derpDaniel Friesel-1/+1