Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2020-09-16 | make choice node configurable | Daniel Friesel | -4/+7 |
2020-09-16 | add kconfig model cross validation | Daniel Friesel | -3/+38 |
2020-09-16 | switch to sum of squared residuals as loss function | Daniel Friesel | -33/+47 |
2020-09-16 | documentation | Daniel Friesel | -4/+45 |
2020-09-16 | kconfig model: json import | Daniel Friesel | -36/+152 |
2020-09-14 | configurable maximum stddev for kconfig model | Daniel Friesel | -5/+8 |
2020-09-14 | Fix KConfigModel.to_json | Daniel Friesel | -1/+1 |
2020-09-11 | add analyze-kconfig script | Daniel Friesel | -16/+32 |
2020-09-10 | add kconfig benchmark loader and model generation | Daniel Friesel | -2/+117 |
2020-07-15 | Allow state-only PTAModel to be converted to JSON without underlying PTA | Daniel Friesel | -2/+6 |
2020-07-09 | Remove unimplemented discard-outliers options | Daniel Friesel | -9/+0 |
2020-07-06 | Remove co-dependent parameter detection code | Daniel Friesel | -25/+0 |
2020-07-06 | Move ParamFit, PTAModel, AnalyticModel to model.py module | Daniel Friesel | -0/+1186 |