summaryrefslogtreecommitdiff
path: root/lib/automata.py
AgeCommit message (Expand)AuthorLines
2020-07-03AnalyticFunction: Remove _ prefix from public attributesDaniel Friesel-3/+3
2020-07-03more consistent logging; use logger. instead of logging. where appropriateDaniel Friesel-4/+7
2020-05-28use black(1) for uniform code formattingDaniel Friesel-230/+475
2020-05-20automata: Handle set_param before arg_to_param_mapDaniel Friesel-3/+5
2020-04-29Use relative module paths. PYTHONPATH=lib bin/... is no longer neededDaniel Friesel-2/+2
2019-12-20automata: documentationDaniel Friesel-0/+26
2019-12-20SimulationResult: Handle 0 duration and missing MAE valuesDaniel Friesel-5/+16
2019-12-18PTA: Load state power functions from YAML if availableDaniel Friesel-1/+5
2019-12-18workload/simulate: Fix param handoverDaniel Friesel-2/+7
2019-12-13Add Parser and Lexer for timed sequences (words with loops); use them in work...Daniel Friesel-1/+25
2019-12-12PTA.simulate: orig_state may also be a StateDaniel Friesel-1/+4
2019-12-12PTA: Fix arg_to_param_map from_json handlingDaniel Friesel-1/+6
2019-12-12automata.State: improve error message on missing transitionDaniel Friesel-1/+4
2019-12-11workload/simulation: provide error measures for duration and energyDaniel Friesel-4/+27
2019-12-11move PTA simulation result to separate classDaniel Friesel-1/+10
2019-12-11PTAAttribute.eval: Only call model function if it can handle the parametersDaniel Friesel-2/+3
2019-12-11PTA: add attribute error measures to JSON modelDaniel Friesel-4/+23
2019-12-10PTA: Use PTAAttribute helper class for static+dynamic attributesDaniel Friesel-71/+109
2019-12-10documentation / code styleDaniel Friesel-2/+7
2019-12-10make analyze-archive --export work without --hwmodelDaniel Friesel-13/+21
2019-11-27PTA: Add breadth-first searchDaniel Friesel-2/+41
2019-11-26automata: fix from_json attribute readout in transitionsDaniel Friesel-1/+1
2019-11-26autopep8Daniel Friesel-2/+2
2019-11-26PTA: Calculate min/max duration until energy accounting overflowDaniel Friesel-10/+71
2019-11-25PTA: also supports non-accepting statesDaniel Friesel-1/+1
2019-11-21flake8Daniel Friesel-78/+86
2019-10-15documentationDaniel Friesel-18/+38
2019-10-15PTA: Add from_file constructorDaniel Friesel-0/+12
2019-09-26Use individuel MIMOSA log files per repetition; documentationDaniel Friesel-24/+62
2019-09-25PTA: Add shrink_argument_values functionDaniel Friesel-0/+26
2019-09-25Transition: fix arg_to_param_map semanticsDaniel Friesel-2/+2
2019-09-25PTA: handle None in parameter value normalizationDaniel Friesel-6/+10
2019-09-25PTA: Add support for loop transitions in YAMLDaniel Friesel-9/+16
2019-09-17automata: Add missing transitions to to_jsonDaniel Friesel-1/+11
2019-09-12pta.simulate: Add accounting via SimulatedAccountingMethodDaniel Friesel-4/+14
2019-09-12PTA: Always use integer energy dataDaniel Friesel-2/+2
2019-09-11PTA: Support sleep pseudo-transitions in DFSDaniel Friesel-17/+38
2019-09-11PTA: Use "None" transition for sleepDaniel Friesel-3/+17
2019-09-09add more static accounting methodsDaniel Friesel-0/+27
2019-09-06automata: Supprt setting random energy model for benchmarksDaniel Friesel-0/+12
2019-09-02Add basic auto-generated energy accounting code for online model evalDaniel Friesel-0/+8
2019-08-14add support for a posteriori parameters (e.g. TX success / retry count)Daniel Friesel-1/+10
2019-07-26harness/pta-bench: Add initial support for logging of return valuesDaniel Friesel-2/+9
2019-07-26support '$' as trace filter terminatorDaniel Friesel-1/+4
2019-07-26add parameter normalization support to YAML DFA modelsDaniel Friesel-1/+4
2019-07-25PTA: Add support for parameter normalization during code generationDaniel Friesel-2/+19
2019-07-25Move trace filter from postprocessing to automata moduleDaniel Friesel-2/+16
2019-07-24pylintDaniel Friesel-1/+0
2019-07-22automata: Clarify parameter contents in DFS tracesDaniel Friesel-2/+16
2019-07-22automata: Add set_param support in YAML filesDaniel Friesel-0/+2