Commit | Date | |
---|---|---|
[r19371]
by
bugman
Fix for the func_exp_fit() relaxation dispersion target function. The parameter index was not correctly calculated. |
2013-04-04 15:47:21 | Tree |
[r19370]
by
bugman
Fix for the relaxation dispersion specific _assemble_scaling_matrix() method. The values were all inverted - the matrix should hold values on the same order as the parameter |
2013-04-04 15:26:32 | Tree |
[r19369]
by
bugman
The relaxation dispersion func_exp_fit() target function now uses exponential_2param_neg(). This is from the lib.curve_fit.exponential module. |
2013-04-04 15:17:57 | Tree |
[r19368]
by
bugman
Typo fix for the new lib.curve_fit.exponential.exponential_2param_neg() function. |
2013-04-04 15:17:10 | Tree |
[r19367]
by
bugman
Created the new lib.curve_fit.exponential module for exponential curve-fitting. This contains the single exponential_2param_neg() function which will be used for the relaxation |
2013-04-04 15:15:33 | Tree |
[r19366]
by
bugman
Created the lib.curve_fit package and associated unit tests. This will be used for holding modules such as for exponential curve-fitting required for the |
2013-04-04 14:40:15 | Tree |
2013-04-04 14:36:33 | Tree | |
[r19364]
by
bugman
The scaling flag is now initialised in the relaxation dispersion target function class. |
2013-04-04 14:30:01 | Tree |
[r19363]
by
bugman
The relax_disp function _grid_search_setup() now operates in the same way as the relax_fit code. This function originates from the 'relax_fit' specific analysis code, but that code has since |
2013-04-04 14:28:42 | Tree |
[r19362]
by
bugman
The specific_analyses.relax_disp module is now using minfx correctly. The minfx grid search is no longer part of generic_minimise() and must be called separately. |
2013-04-04 14:19:05 | Tree |