Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2021-08-19 | ParallelParamFit -> ParamFit, optionally without parallelism | Daniel Friesel | -3/+3 |
2021-02-25 | Adjust ParamStats interface in preparation for decision-tree models | Daniel Friesel | -9/+9 |
2021-02-18 | refactor model generation from Analytic/PTAModel into ModelAttribute class | Daniel Friesel | -26/+41 |
2020-07-06 | Move ParamFit, PTAModel, AnalyticModel to model.py module | Daniel Friesel | -3/+3 |
2020-07-06 | make test_parameters work with NumPy <= 1.16 | Daniel Friesel | -5/+10 |
2020-07-03 | Add param test for inter-param dependency | Daniel Friesel | -16/+18 |
2020-07-03 | Add more complex parameter modeling tests | Daniel Friesel | -0/+127 |
2020-07-03 | AnalyticFunction: Remove _ prefix from public attributes | Daniel Friesel | -1/+1 |
2020-07-03 | test_parameters: Test function generation | Daniel Friesel | -2/+44 |
2020-07-03 | move get_fit_result to ParamFit class | Daniel Friesel | -1/+1 |
2020-07-03 | add a linear ParamFit test | Daniel Friesel | -0/+52 |