Commit | Date | |
---|---|---|
[r25322]
by
tlinnet
Modified estimate R2eff module, to use C-code. But systemtest Relax_disp.test_estimate_r2eff_error shows that the Jacobian is not correctly implemented |
2014-08-27 07:19:45 | Tree |
[r25321]
by
tlinnet
Modified profiling script, but it seems that the dfunc from target_functions.relax_fit does not work. task #7822(https://gna.org/task/index.php?7822): Implement user function to estimate R2eff and associated errors for exponential curve fitting. |
2014-08-27 06:50:56 | Tree |
[r25320]
by
bugman
Merged revisions 25289-25298,25302-25316 via svnmerge from ........ |
2014-08-26 19:51:35 | Tree |
[r25319]
by
bugman
Implemented two unit tests to check the Hessian of the target_functions.relax_fit.d2func() function. This compares the calculated Hessian to the numerically integrated values from the |
2014-08-26 17:51:12 | Tree |
[r25318]
by
bugman
Fixes for the Hessian.py script for numerical integrating the Hessian for an exponential curve. |
2014-08-26 17:49:36 | Tree |
[r25317]
by
bugman
Added a script and log file for calculating the numerical gradient for an exponential curve. This uses the data at http://thread.gmane.org/gmane.science.nmr.relax.devel/6807/focus=6840 and |
2014-08-26 17:38:01 | Tree |
[r25316]
by
bugman
Switched the optimisation algorithm in test_suite/system_tests/scripts/relax_fit.py. This script, used by the Relax_fit.test_curve_fitting_height and Relax_fit.test_curve_fitting_volume |
2014-08-26 17:22:26 | Tree |
[r25315]
by
bugman
Implemented the specific_analyses.relax_fit.optimisation.d2func_wrapper() function. This converts the numpy parameter array into a Python list, calls the |
2014-08-26 17:20:48 | Tree |
[r25314]
by
bugman
The square() function macro is now defined for the target_functions/exponential.c file. This is defined in the header, and now the exponential.h is included in the C file to access it. |
2014-08-26 17:18:24 | Tree |
[r25313]
by
bugman
Implemented the exponential curve second partial derivative C functions. These are declared in the exponential.h header file and are now used by the Python function |
2014-08-26 17:13:59 | Tree |