Commit | Date | |
---|---|---|
[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 |
[r24567]
by
bugman
Implemented infrastructure in the grid_search user function in preparation for the zooming grid. The grid search backend now calls the new grid_bounds() function. This takes the lower and upper |
2014-07-18 11:47:59 | Tree |
[r24566]
by
bugman
Modified the specific analysis parameter object grid_lower() and grid_upper() methods. These now accept the model information from the model_loop() API method and send that into an grid |
2014-07-18 09:51:54 | Tree |
[r24565]
by
bugman
Created the parameter object infrastructure for adding the grid search lower and upper bounds. The _add() method now accepts the grid_lower and grid_upper keyword arguments, which can be either |
2014-07-18 09:05:51 | Tree |