summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)AuthorLines
2021-12-01move some standard arguments to cli helper classDaniel Friesel-35/+2
2021-11-23add parameter-aware cross validationDaniel Friesel-0/+12
2021-11-18do not convert scalar observations to boolean onesDaniel Friesel-1/+1
2021-11-18add model generation time to dataref exportDaniel Friesel-7/+23
2021-11-12add enum→boolean converter for CART/ModelTree evaluationsDaniel Friesel-0/+42
2021-11-01add static & param model output to analyze-kconfigDaniel Friesel-26/+22
2021-11-01move model quality table to dfatool.cli; add quality output to analyze-kconfigDaniel Friesel-53/+43
2021-10-28analyze-config is legacyDaniel Friesel-0/+9
2021-10-28analyze-kconfig: add dataref exportDaniel Friesel-1/+63
2021-10-27analyze-kconfig: allow observations to stored as intermediate jsonDaniel Friesel-55/+71
2021-10-26allow custom standard deviation thresholds for decision tree compilationDaniel Friesel-0/+25
2021-10-25dataref export: always add / prefix to keysDaniel Friesel-1/+1
2021-10-13analyze-kconfig: add cross-validation supportDaniel Friesel-8/+30
2021-10-13analyze-kconfig: do not allow stddev by defaultDaniel Friesel-1/+1
2021-10-13kconfig: exhaustive enumeration of all valid configurationsDaniel Friesel-0/+6
2021-10-11kconfig: explore neighbourhood of int nodesDaniel Friesel-1/+3
2021-10-11analyze-kconfig: fix model exportDaniel Friesel-8/+11
2021-10-11AnalyticModel, PTAModel: add distinct_param_values_by_nameDaniel Friesel-1/+6
2021-10-11analyze-kconfig: obtain meta-data from nfpkeys.json ("make nfpkeys")Daniel Friesel-5/+3
2021-10-11explore-kconfig: store "make nfpkeys" output in data directoryDaniel Friesel-0/+2
2021-10-08Add model output for kconfig-webconfDaniel Friesel-1/+13
2021-10-08analyze-kconfig: show expected model performanceDaniel Friesel-0/+11
2021-10-08explore-kconfig: change default to "make nfpvalues"Daniel Friesel-1/+1
2021-10-08add basic analyze-kconfig scriptDaniel Friesel-0/+224
2021-10-05explore-config: documentationDaniel Friesel-2/+6
2021-10-05kconfig: allow combination of randconfig and neighbourhood explorationDaniel Friesel-5/+24
2021-08-19ParallelParamFit -> ParamFit, optionally without parallelismDaniel Friesel-3/+3
2021-06-25move print_static to cli moduleDaniel Friesel-29/+9
2021-06-23simplify dtree builderDaniel Friesel-23/+2
2021-06-23move kconfig-dtree builder to AnalyticModel. WIP.Daniel Friesel-79/+2
2021-06-23analyze-config: Generate kconfig-webconf compatible filesDaniel Friesel-2/+35
2021-06-23analyze-config: Fix a nasty RAM model bugDaniel Friesel-7/+25
2021-05-10analyze-config: correctly map param indexes to param namesDaniel Friesel-7/+2
2021-05-10analyze-config: support arbitrary splits, not just y/nDaniel Friesel-35/+72
2021-05-10analyze-config, to_json: use paramNames in exported json nodesDaniel Friesel-1/+2
2021-04-30analyze-config: use y/n instead of 1/0 for boolean kconfig nodesDaniel Friesel-7/+12
2021-04-20proper kconfig-webconf exportDaniel Friesel-49/+4
2021-04-20add dot export of energy modelsDaniel Friesel-0/+15
2021-04-19add dfa-to-dotDaniel Friesel-0/+13
2021-04-15Prepare KRATOS supportDaniel Friesel-37/+46
2021-03-25analyze-config: Use AnalyticModel for JSON outputDaniel Friesel-8/+23
2021-03-25analyze-config: Add RAM modelDaniel Friesel-7/+11
2021-03-25analyze-config: switch to dfatool functionsDaniel Friesel-46/+13
2021-03-25add analyze-config for kconfig ROM/RAM modelsDaniel Friesel-0/+199
2021-03-24export parameters for kconfigDaniel Friesel-1/+34
2021-03-24Add nearly correct JSON export for v0 measurements without PTA definitionDaniel Friesel-4/+2
2021-03-23kconfig-export: remove raw function keysDaniel Friesel-0/+3
2021-03-22preparations for kconfig-webconf model exportDaniel Friesel-1/+62
2021-03-19loader: merge dlog into keysight moduleDaniel Friesel-0/+2
2021-03-18add preliminary Keysight DLog supportDaniel Friesel-0/+56