Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2020-09-07 | Merge branch 'master' into decisiontrees | Daniel Friesel | -2/+6 |
2020-07-15 | Allow state-only PTAModel to be converted to JSON without underlying PTA | Daniel Friesel | -2/+6 |
2020-07-10 | working decision tree generation | Daniel Friesel | -0/+67 |
2020-07-09 | recursive descent with... interesting results | Daniel Friesel | -2/+7 |
2020-07-09 | working candidate detection for decision trees | Daniel Friesel | -2/+110 |
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 |