Age | Commit message (Expand) | Author | Lines |
2019-03-05 | working benchmark generation | Daniel Friesel | -6/+32 |
2019-03-05 | DFA benchmarks: Add missing boilerplate code | Daniel Friesel | -0/+13 |
2019-03-05 | read instance name from PTA/DFA yaml file | Daniel Friesel | -4/+7 |
2019-03-04 | generate PTA from YAML model, support several types of test harness | Daniel Friesel | -10/+19 |
2019-03-01 | move tests to separate directory | Daniel Friesel | -616/+0 |
2019-03-01 | add tests fore accepting states and get_transition_id | Daniel Friesel | -0/+33 |
2019-02-22 | add ptalog to dfa benchmark generation | Daniel Friesel | -0/+8 |
2019-02-21 | add support for accepting states | Daniel Friesel | -0/+1 |
2019-02-21 | dfs: always return tuples | Daniel Friesel | -4/+4 |
2019-02-21 | generate-dfa-benchmark: Add sleep statements, handle interrupts | Daniel Friesel | -4/+15 |
2019-02-21 | PTA trace: Return transition objects, not just names | Daniel Friesel | -9/+14 |
2019-02-21 | add generate-dfa-benchmark: trace-based benchmark generation | Daniel Friesel | -0/+46 |
2019-02-21 | PTA: Add argument support in trace generation | Daniel Friesel | -0/+13 |
2019-02-21 | automata: .states -> .state (it's a dict) | Daniel Friesel | -5/+5 |
2019-02-14 | update tests for get_param_lut fallback parameter | Daniel Friesel | -1/+3 |
2019-02-14 | improved cross-validation in analyze-archive; fallback for param_lut_model | Daniel Friesel | -10/+21 |
2019-02-13 | add generic monte carlo cross validation | Daniel Friesel | -14/+34 |
2019-02-11 | document analyze-archive | Daniel Friesel | -0/+58 |
2019-02-08 | fix eval-outlier-removal to account for not-so-recent PTAModel.assess changes | Daniel Friesel | -4/+6 |
2019-02-08 | Convert PTAModel to EnergyModel signature | Daniel Friesel | -11/+272 |
2019-02-07 | Rename EnergyModel to PTAModel | Daniel Friesel | -9/+9 |
2019-02-01 | move parameter influence detection to newly introduced ParamStat class | Daniel Friesel | -24/+24 |
2019-01-30 | mimplot: Add export feature | Daniel Friesel | -13/+47 |
2019-01-28 | fix mimplot | Daniel Friesel | -1/+1 |
2018-08-15 | Keysight -> KeysightCSV | Daniel Friesel | -2/+2 |
2018-06-29 | add more plotting functions | Daniel Friesel | -4/+30 |
2018-05-07 | support ignored trace indexes in model assessment as well | Daniel Friesel | -1/+1 |
2018-05-04 | add summary evaluation of model without transition energy | Daniel Friesel | -0/+6 |
2018-04-26 | Support compact PTA json with multiple origin states per transition | Daniel Friesel | -7/+8 |
2018-04-26 | refactor function code into separate file to solve circular import | Daniel Friesel | -2/+19 |
2018-04-25 | PTA: Support unconditional param setters (e.g. initialization functions) | Daniel Friesel | -0/+23 |
2018-04-24 | Support PTA construction from json | Daniel Friesel | -84/+96 |
2018-04-24 | Support arg_to_param_map (dict instead of function) | Daniel Friesel | -1/+25 |
2018-04-24 | PTA: Use parameter dictionary internally | Daniel Friesel | -0/+265 |
2018-04-19 | analyze-archive: use new model accessor functions | Daniel Friesel | -4/+4 |
2018-04-19 | also evaluate relative transition energy | Daniel Friesel | -0/+6 |
2018-04-17 | add model quality summary (considering all traces in measurements) | Daniel Friesel | -37/+72 |
2018-04-17 | Properly toggle safe functions feature from analyze-archive.py | Daniel Friesel | -4/+9 |
2018-04-10 | add support for safe division/log/sqrt | Daniel Friesel | -0/+1 |
2018-03-28 | export plot data for pgfplots (experimental and ugly) | Daniel Friesel | -4/+6 |
2018-03-28 | support plotting of raw and parameterized data + custom functions | Daniel Friesel | -3/+20 |
2018-03-22 | add tex output for pgfplotstable | Daniel Friesel | -12/+37 |
2018-03-16 | Allow silencing of warning and debug messages | Daniel Friesel | -6/+6 |
2018-03-15 | allow inferred functions to be overridden manually | Daniel Friesel | -2/+9 |
2018-03-12 | optional outlier handling... not sure if useful yet | Daniel Friesel | -2/+8 |
2018-03-01 | re-add argument support, starting with --ignored-trace-indexes | Daniel Friesel | -4/+28 |
2018-02-19 | Include function arguments (if any) in LUT keys | Daniel Friesel | -17/+21 |
2018-02-14 | move quality result printout to analyze-archive.py | Daniel Friesel | -14/+43 |
2018-02-14 | proper paramfuncton support (no crossvalidation yet for assessment) | Daniel Friesel | -0/+3 |
2018-02-12 | determine functions for parameter-dependent model attributes | Daniel Friesel | -24/+69 |