summaryrefslogtreecommitdiff
path: root/bin/analyze-kconfig.py
AgeCommit message (Collapse)AuthorLines
2020-09-24show failing and nop symbolsDaniel Friesel-0/+50
2020-09-24kconfig: model generation and validation with limited sample sizeDaniel Friesel-1/+23
eval-kconfig estimates the generalization error in this case
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