summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)AuthorLines
2020-09-30explore-kconfig: remove unused versuchung importsDaniel Friesel-4/+0
2020-09-24show failing and nop symbolsDaniel Friesel-1/+52
2020-09-24kconfig: model generation and validation with limited sample sizeDaniel Friesel-3/+69
eval-kconfig estimates the generalization error in this case
2020-09-18explore-kconfig: explore neighbourhood of working random configurationsDaniel Friesel-1/+10
This is useful for projects with many non-working random configurations
2020-09-17configurable Kconfig filename and randconfig commandDaniel Friesel-0/+13
now also works with busybox
2020-09-16make choice node configurableDaniel Friesel-2/+8
2020-09-16add kconfig model cross validationDaniel Friesel-0/+84
2020-09-16switch to sum of squared residuals as loss functionDaniel Friesel-4/+4
This is in line with DECART by Guo et al., 2017
2020-09-16kconfig model: json importDaniel Friesel-15/+35
2020-09-14configurable maximum stddev for kconfig modelDaniel Friesel-3/+31
2020-09-11add analyze-kconfig scriptDaniel Friesel-0/+95
2020-09-10explore-kconfig: add documentationDaniel Friesel-0/+12
2020-09-10explore-kconfig --neighbourhood: add directory supportDaniel Friesel-2/+5
2020-09-10Add kconfig state space exploration script (random + neighbourhood)Daniel Friesel-0/+84
2020-08-20analyze-archive: print options used to create measurementsDaniel Friesel-0/+5
2020-08-18generate-dfa-benchmark: only set run flags when setDaniel Friesel-1/+2
2020-07-22runner: make arch functions arch-specificDaniel Friesel-16/+17
2020-07-22fix runner.get_counter_limits_us for non-default cpu frequenciesDaniel Friesel-2/+2
2020-07-17Bugfixes in edge casesDaniel Friesel-2/+2
2020-07-16analyze-archive: fix --show-quality=overall for non-nrf24 measurementsDaniel Friesel-9/+24
2020-07-15analyze-archive: Add header to model quality tableDaniel Friesel-1/+10
2020-07-14Add --no-cache optionDaniel Friesel-2/+7
2020-07-13Run MSP430FR benchmarks at 8 MHz; support sleep > 500 ms for energytraceDaniel Friesel-10/+7
2020-07-09Remove unimplemented discard-outliers optionsDaniel Friesel-27/+4
2020-07-08RawData: load ptalog if availableDaniel Friesel-3/+6
2020-07-08analyze-archive: show EnergyTrace sync modeDaniel Friesel-1/+3
2020-07-08prepare for Logic Analyzer and Timing based EnergyTrace syncDaniel Friesel-1/+9
2020-07-08Fix incomplete raw_output in generate-dfa-benchmark outputDaniel Friesel-2/+2
2020-07-08generate-dfa-benchmark: less confusing outputDaniel Friesel-3/+3
2020-07-06blacken more codeDaniel Friesel-73/+95
2020-07-06Rename dfatool.dfatool to dfatool.loaderDaniel Friesel-12/+12
2020-07-06move gplearn_to_function to functions moduleDaniel Friesel-3/+3
2020-07-06derp muchDaniel Friesel-1/+1
2020-07-06Remove co-dependent parameter detection codeDaniel Friesel-39/+0
It doesn't work and is not methodically sound. Decision/Regression Trees seem to be the way to go
2020-07-06analyze-timing: Add --log-level optionDaniel Friesel-0/+9
2020-07-06Move keysightdlog to binDaniel Friesel-0/+164
2020-07-06Move ParamFit, PTAModel, AnalyticModel to model.py moduleDaniel Friesel-66/+117
2020-07-06Move CrossValidator to a separate validation moduleDaniel Friesel-5/+5
2020-07-03blacken more codeDaniel Friesel-9/+5
2020-07-03AnalyticFunction: Remove _ prefix from public attributesDaniel Friesel-14/+14
2020-07-02Use logging module for debug outputDaniel Friesel-0/+9
2020-07-01Restore k-fold cross validation supportDaniel Friesel-0/+16
2020-06-25analyze-archive: Add --info optionDaniel Friesel-7/+36
2020-06-24analyze-archive: --plot-traces: Limit to <=40 tracesDaniel Friesel-3/+17
2020-05-28bin: rename opts to opt, as it is a dictDaniel Friesel-101/+101
2020-05-28use black(1) for uniform code formattingDaniel Friesel-918/+1753
2020-05-27analyze-archive: add transitions to --param-info outputDaniel Friesel-0/+4
2020-05-15analyze-arche: Add --plot-traces optionDaniel Friesel-2/+13
2020-05-14Allow individual energy/power traces to be exported to the file systemDaniel Friesel-1/+35
2020-05-14generate-{dfa-benchmark,dummy-class}: use relative pathsDaniel Friesel-8/+12