index
:
dfatool
decisiontrees
feature/lennart/get_files_array
kconfig-modeling
lennart
main
master
merge-prep/janis
merge-prep/lennart
state-duration-timers
Performance Model Generation for Configurable System Components
derf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
parameters.py
Age
Commit message (
Expand
)
Author
Lines
2021-12-03
optionally ignore scalar parameters during dtree split generation
Daniel Friesel
-14
/
+53
2021-12-01
add ParamType helper class
Daniel Friesel
-0
/
+30
2021-11-17
export number of dtree nodes to dataref
Daniel Friesel
-0
/
+4
2021-11-16
add configuration variable for non-binary dtree node support
Daniel Friesel
-6
/
+28
2021-10-25
"values" is countable
Daniel Friesel
-1
/
+1
2021-10-14
do not remove codependent parameters which have (None, !None) pairs
Daniel Friesel
-4
/
+19
2021-10-13
codependent_param_dict: Do not throw away entirely non-numeric parameters.
Daniel Friesel
-2
/
+4
2021-08-31
docs
Daniel Friesel
-0
/
+12
2021-08-26
documentation
Daniel Friesel
-4
/
+22
2021-08-24
dtree: Add function arg support. Update tests to reflect new models.
Daniel Friesel
-10
/
+19
2021-08-24
fitting is not useful if there are less than 3 distinct int values
Daniel Friesel
-2
/
+12
2021-08-24
support override functions in dtree code
Daniel Friesel
-14
/
+18
2021-08-23
move build_dtree method back to ModelAttribute class
Daniel Friesel
-0
/
+130
2021-08-23
remove unused legacy attr.build_dtree code
Daniel Friesel
-118
/
+2
2021-08-23
Automatically build simple analytic or tree-based analytic model as needed
Daniel Friesel
-3
/
+21
2021-08-19
ParallelParamFit -> ParamFit, optionally without parallelism
Daniel Friesel
-2
/
+2
2021-07-12
ModelAttribute, SplitFunction: Fix from_json methods
Daniel Friesel
-3
/
+7
2021-05-10
analyze-config, to_json: use paramNames in exported json nodes
Daniel Friesel
-2
/
+2
2021-04-20
proper kconfig-webconf export
Daniel Friesel
-0
/
+3
2021-03-25
ParamStats: Remove unused std matrix / lut matrix
Daniel Friesel
-70
/
+15
2021-03-17
always handle co-dependent parameters
Daniel Friesel
-111
/
+80
2021-03-16
move codependent parameter detection to Model / ModelAttribute
Daniel Friesel
-11
/
+62
2021-03-16
parameters: remove unused _reduce_param_matrix function
Daniel Friesel
-34
/
+0
2021-03-15
detect co-dependent parameters (wip)
Daniel Friesel
-1
/
+48
2021-03-08
add dataref export
Daniel Friesel
-0
/
+4
2021-03-05
eval: remove unused function_args argument
Daniel Friesel
-0
/
+9
2021-03-04
PTA State/Transition: Use ModelFunction instead of PTAAttribute
Daniel Friesel
-2
/
+20
2021-03-03
Remove ModelInfo; add info to ModelFunction instead
Daniel Friesel
-8
/
+3
2021-03-02
ModelAttribute + sub-classes: add to_json method
Daniel Friesel
-0
/
+9
2021-03-02
ModelAttribute: remove get_fitted(), use .model_function, .model_info instead
Daniel Friesel
-31
/
+32
2021-03-02
add hashbang to modules
Daniel Friesel
-0
/
+1
2021-03-02
move ModelAttribute to parameters module
Daniel Friesel
-0
/
+238
2021-02-25
Adjust ParamStats interface in preparation for decision-tree models
Daniel Friesel
-0
/
+12
2021-02-22
properly handle static submodel attributes
Daniel Friesel
-4
/
+6
2021-02-18
refactor model generation from Analytic/PTAModel into ModelAttribute class
Daniel Friesel
-231
/
+155
2021-01-12
add a TODO entr
Daniel Friesel
-1
/
+4
2020-11-02
Do not pass the entirety of by_nane/by_param to subprocesses
Daniel Friesel
-61
/
+48
2020-10-26
blacken code; do not run lint check on external Python libraries
Daniel Friesel
-1
/
+6
2020-07-09
parameters: documentation, remove unused dict key
Daniel Friesel
-1
/
+2
2020-07-06
Remove co-dependent parameter detection code
Daniel Friesel
-188
/
+0
2020-07-03
more consistent logging; use logger. instead of logging. where appropriate
Daniel Friesel
-22
/
+26
2020-07-02
Use logging module for debug output
Daniel Friesel
-16
/
+5
2020-05-28
use black(1) for uniform code formatting
Daniel Friesel
-130
/
+320
2020-04-29
Use relative module paths. PYTHONPATH=lib bin/... is no longer needed
Daniel Friesel
-2
/
+3
2019-11-18
EnergyTraceLog: Finish parser. model analysis is working.
Daniel Friesel
-3
/
+0
2019-11-12
ParamStats: compute statistics in parallel
Daniel Friesel
-161
/
+183
2019-10-11
add helper functions for co-dependent parameter detection
Daniel Friesel
-51
/
+161
2019-10-07
Move codependent parameter logic to ParamStats / parameters.py
Daniel Friesel
-88
/
+153
2019-10-07
move ParamStats and helper functions to lib/parameters.py
Daniel Friesel
-0
/
+439