Commit | Date | |
---|---|---|
[r24577]
by
bugman
Updated all of the specific API calculate() methods to accept the scaling_matrix argument. The list of per-model scaling matrices is now created independently of the analysis type by the |
2014-07-21 07:07:47 | Tree |
[r24576]
by
bugman
Updated the specific analysis API common methods for the recent model_info argument changes. |
2014-07-21 07:01:54 | Tree |
2014-07-21 06:57:55 | Tree | |
[r24574]
by
bugman
Standardisation of the specific analysis API with respect to the model_loop() and base_data_loop(). The model information arguments for the data returned by model_loop(), and the data arguments for |
2014-07-18 17:43:23 | Tree |
[r24573]
by
bugman
Created the consistency testing specific API method get_param_names(). This is now required for the minimise.calculate user function, specifically for the analysis |
2014-07-18 14:43:39 | Tree |
[r24572]
by
bugman
Converted the relaxation curve-fitting analysis to the new grid bounds and scaling factor design. The parameter object now registers the grid bounds and scaling factors for all of the curve-fitting The specific_analyses.relax_fit.parameters.assemble_scaling_matrix() function has been deleted as As the grid bounds and increments are now handled by the upstream pipe_control.minimise.grid_setup() |
2014-07-18 14:26:29 | Tree |
[r24571]
by
bugman
Changed the order of operations in the minimisation user function backends. The specific analysis API overfit_deselect() method needs to be called before any grid bounds, |
2014-07-18 14:13:11 | Tree |
[r24570]
by
bugman
Modified the analysis specific API optimisation method. The base calculate(), grid_search() and minimise() methods now all accept the scaling_matrix To handle the change, the pipe_control.minimise.assemble_scaling_matrix() function has been created. |
2014-07-18 13:51:10 | Tree |
[r24569]
by
bugman
Created the parameter object infrastructure for registering parameter scalings. The _add() method now accepts the scaling keyword argument, which can be either a value or function. |
2014-07-18 13:03:54 | Tree |
[r24568]
by
bugman
More modifications of the minimise.grid_search user function backend. The grid_bounds() function has been renamed to grid_setup(), and it now accepts and processes the |
2014-07-18 12:43:07 | Tree |