Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-07-16 | Merged with state-duration-timer | Lennart | -38/+112 | |
2020-07-15 | Add PTAModel validation and crossvalidation test | Daniel Friesel | -7/+458 | |
2020-07-15 | CrossValidator: Compute RMSD | Daniel Friesel | -12/+9 | |
2020-07-15 | analyze-archive: Add header to model quality table | Daniel Friesel | -1/+10 | |
2020-07-15 | Allow state-only PTAModel to be converted to JSON without underlying PTA | Daniel Friesel | -2/+6 | |
2020-07-14 | Added into runner.py | Lennart | -15/+163 | |
2020-07-14 | Tested more | Lennart | -0/+3 | |
2020-07-14 | Add --no-cache option | Daniel Friesel | -4/+9 | |
2020-07-14 | Add --no-cache option | Daniel Friesel | -4/+9 | |
2020-07-14 | support more than one logfile per measurement runfeature/lennart/get_files_array | Daniel Friesel | -7/+9 | |
2020-07-14 | Make black(1) happystate-duration-timers | Daniel Friesel | -0/+1 | |
2020-07-13 | Added first version, kinda working but some tweaks needed. src directory of ↵ | Lennart | -2/+62 | |
repository 'ba-lennart-kaiser' needs to in the python execution path | ||||
2020-07-13 | Run MSP430FR benchmarks at 8 MHz; support sleep > 500 ms for energytrace | Daniel Friesel | -10/+24 | |
2020-07-11 | bin/Proof_of_Concept_PELT.py: Vereinheitlichen der Zustandsbezeichner für ↵ | jfalkenhagen | -22/+76 | |
eine Paramkonfig funktioniert jetzt sehr gut. | ||||
2020-07-11 | Removed black from gitlab-ci for the moment | jfalkenhagen | -7/+0 | |
2020-07-10 | bin/Proof_Of_Concept_PELT: exits haben jetzt errorcodes. Anfang für ↵ | jfalkenhagen | -25/+64 | |
Vereinheitlichung der Labels ist gemacht | ||||
2020-07-10 | bin/Proof_Of_Concept_PELT.py: Calculation of raw_states is now parallelized. | jfalkenhagen | -42/+79 | |
2020-07-10 | Proof_Of-Concept_PELT: Fixed Typo | jfalkenhagen | -0/+1 | |
2020-07-09 | parameters: documentation, remove unused dict key | Daniel Friesel | -1/+2 | |
2020-07-09 | Remove unimplemented discard-outliers options | Daniel Friesel | -36/+4 | |
2020-07-09 | code style: two newlines before classes | Daniel Friesel | -0/+1 | |
2020-07-09 | OnboardTimerHarness: Log state duration as well | Daniel Friesel | -30/+93 | |
2020-07-08 | bin/Proof_Of_Concept_PELT: Trennen von Penalty-Berechnung und PELT -> Pro ↵ | jfalkenhagen | -54/+139 | |
Messreihe/Paramkonig. nur noch einmaliges bestimmen der Penalty. Bestimmen der Penalty über KNEEDLE Ab Kneepoint dann suche nach Plateau -> Wahl der Mitte des Plateaus. Automatisches Clustern funktioniert jetzt auch scheinbar für alle Messreihen aus TX.json. Mit anderen nicht getestet. | ||||
2020-07-08 | Add dummy loader for EnergyTraceWithLogicAnalyzer. | Daniel Friesel | -4/+133 | |
Data is not analyzed. Instead, everything takes as long as planned and everything costs 23 mW | ||||
2020-07-08 | Merge branch 'master' into lennart | Daniel Friesel | -5/+15 | |
2020-07-08 | RawData: load ptalog if available | Daniel Friesel | -7/+15 | |
2020-07-08 | analyze-archive: show EnergyTrace sync mode | Daniel Friesel | -1/+3 | |
2020-07-08 | bin/Proof_Of_Concept_PELT: Small bit of refactoring. Fixed some pylint ↵ | jfalkenhagen | -105/+117 | |
violations | ||||
2020-07-08 | Add harness.energytrace_sync="led" for LA / Timing based sync | Daniel Friesel | -1/+11 | |
2020-07-08 | prepare for Logic Analyzer and Timing based EnergyTrace sync | Daniel Friesel | -3/+25 | |
2020-07-08 | generate-dfa-benchmark documentation | Daniel Friesel | -0/+85 | |
2020-07-08 | Fix incomplete raw_output in generate-dfa-benchmark output | Daniel Friesel | -6/+16 | |
2020-07-08 | generate-dfa-benchmark: less confusing output | Daniel Friesel | -3/+3 | |
2020-07-06 | bin/Proof_Of_Concept_PELT: Added initial clustering via sklearn ↵ | jfalkenhagen | -14/+97 | |
AgglomerativeClustering with affinity euclidean and ward linkage. added pen_modifier option, with which the penalty can be manipulated. e.g. Doubled, halved or otherwise modified | ||||
2020-07-06 | MIMOSA loader: Remove legacy sub-state detection code | Daniel Friesel | -71/+0 | |
2020-07-06 | blacken more code | Daniel Friesel | -73/+95 | |
2020-07-06 | Rename dfatool.dfatool to dfatool.loader | Daniel Friesel | -14/+14 | |
2020-07-06 | remove unused mean_or_none function | Daniel Friesel | -11/+0 | |
2020-07-06 | move gplearn_to_function to functions module | Daniel Friesel | -50/+44 | |
2020-07-06 | derp much | Daniel Friesel | -1/+1 | |
2020-07-06 | Remove co-dependent parameter detection code | Daniel Friesel | -252/+0 | |
It doesn't work and is not methodically sound. Decision/Regression Trees seem to be the way to go | ||||
2020-07-06 | dfatool: EnergyTraceLog: Log error if zbar is not available | Daniel Friesel | -0/+1 | |
2020-07-06 | analyze-timing: Add --log-level option | Daniel Friesel | -0/+9 | |
2020-07-06 | Move keysightdlog to bin | Daniel Friesel | -0/+0 | |
2020-07-06 | dfatool: Remove unused imports | Daniel Friesel | -8/+1 | |
2020-07-06 | Move ParamFit, PTAModel, AnalyticModel to model.py module | Daniel Friesel | -1242/+1310 | |
2020-07-06 | Move CrossValidator to a separate validation module | Daniel Friesel | -269/+264 | |
2020-07-06 | make test_parameters work with NumPy <= 1.16 | Daniel Friesel | -5/+10 | |
The RNG has been introduced in NumPy 1.17, which is not yet available in DebianStable | ||||
2020-07-05 | bin/: Auf einmal funktioniert auch der UNIX Symlink für Windows... Nehm ich ↵ | jfalkenhagen | -2/+1 | |
wohl. Aber wieso nicht gleich so? | ||||
2020-07-05 | save unixsymlink | jfalkenhagen | -0/+1 | |