Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2018-01-25 | print model data, assess model quality | Daniel Friesel | -10/+14 | |
2018-01-25 | Re-implement basic state/transition-based analysis | Daniel Friesel | -3/+12 | |
2018-01-22 | Implement preprocessing without perl script hackery | Daniel Friesel | -0/+17 | |
2017-09-06 | Add support for custom baud rates | Daniel Friesel | -0/+2 | |
2017-05-30 | calculate Spearman rank-order correlation coefficient | Daniel Friesel | -2/+18 | |
2017-05-17 | Use JSON models instead of XML | Daniel Friesel | -10/+10 | |
JSON is easier to (de)serialize and the manual editing possibilities of XML don't matter after the switch to model file autogeneration using attributes and aspects | ||||
2017-05-16 | autogenerate simple models (without args or parameters) from AC++ attributes | Daniel Friesel | -0/+6 | |
2017-05-15 | perltidy | Daniel Friesel | -9/+7 | |
2017-04-28 | support name suffixes | Daniel Friesel | -0/+2 | |
2017-04-21 | allow setting static params via LUT | Daniel Friesel | -1/+9 | |
2017-04-20 | remove 'dfatool validate' support | Daniel Friesel | -110/+2 | |
2017-04-19 | fix crossvalidation output | Daniel Friesel | -10/+10 | |
2017-04-13 | save voltage(s) in model files | Daniel Friesel | -1/+11 | |
2017-04-13 | initial voltage support (a bit) | Daniel Friesel | -10/+23 | |
2017-04-11 | lut support | Daniel Friesel | -0/+51 | |
2017-04-07 | simplify argfunction handling | Daniel Friesel | -3/+2 | |
2017-04-06 | refactoring, no more special treatment for timeout (mostly) | Daniel Friesel | -9/+6 | |
2017-04-06 | clarify plot_param_fit yaxis label | Daniel Friesel | -11/+11 | |
2017-04-06 | define, optimize, assess and plot arg-dependent functions | Daniel Friesel | -21/+65 | |
2017-04-06 | dfatool: fix 'show' for next/prev relative energy values | Daniel Friesel | -1/+1 | |
2017-04-05 | start work on argument-based function support | Daniel Friesel | -28/+186 | |
needs some refactoring before continuing | ||||
2017-04-04 | more refactoring | Daniel Friesel | -47/+17 | |
2017-04-04 | refactoring | Daniel Friesel | -52/+17 | |
2017-04-04 | split up rel_energy inte relative energy to previous state and to next state | Daniel Friesel | -53/+94 | |
2017-04-03 | initial commit | Daniel Friesel | -0/+1786 | |