Commit | Date | |
---|---|---|
[r25252]
by
bugman
Merged revisions 25214-25221,25223-25229 via svnmerge from ........ |
2014-08-25 15:57:22 | Tree |
[r25251]
by
bugman
Turned off the optimisation constraints for the 'R2eff' model in the dispersion auto-analysis. This follows from http://thread.gmane.org/gmane.science.nmr.relax.scm/22977/focus=6829. This model does not require constraints at all, and the constraints only cause the optimisation to |
2014-08-25 15:10:57 | Tree |
[r25250]
by
bugman
Fixes for the new target_functions.relax_fit.jacobian() function. The Python list of lists is now correctly created and returned. |
2014-08-25 14:09:16 | Tree |
[r25249]
by
bugman
Implementation of the target_functions.relax_fit.jacobian() function. This follows from the discussions at http://thread.gmane.org/gmane.science.nmr.relax.devel/6807. The function will calculate the Jacobian matrix for the exponential curve-fitting module. The The implementation still needs testing and debugging. |
2014-08-25 13:28:43 | Tree |
[r25248]
by
tlinnet
Removal of unnecessary imports in specific_analyses.relax_disp.optimisation(). task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-25 13:27:51 | Tree |
[r25247]
by
tlinnet
Fix for missing imports. task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-25 13:27:49 | Tree |
[r25246]
by
tlinnet
Implemented first try to minimise with minfx in estimate_r2eff() function. task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-25 13:22:57 | Tree |
[r25245]
by
tlinnet
Split function to minimise with scipy.optimize.leastsq out in estimate_r2eff module. This is to prepare for implementing with minfx. |
2014-08-25 13:22:55 | Tree |
[r25244]
by
tlinnet
Isolated all code related to user function: relax_disp.r2eff_estimate() into independent module file. All has been isolated to: specific_analyses.relax_disp.estimate_r2eff. |
2014-08-25 11:27:43 | Tree |
[r25243]
by
tlinnet
Moved target function for curve fitting with scipy into specific_analyses.relax_disp.estimate_r2eff. This will later include the backend specific_analyses.relax_disp.optimisation.estimate_r2eff() The code in target_functions.relax_disp_curve_fit is a lot more than just a target function, so it doesn't really belong in this package. This is also to isolate this experimental feature. |
2014-08-25 11:27:41 | Tree |