Commit | Date | |
---|---|---|
[r25267]
by
bugman
Changed the argument and variable names in the C code chi-squared gradient function. |
2014-08-26 08:29:38 | Tree |
[r25266]
by
bugman
Clean up of the target function C files (spacing fixes and removal of unused code). |
2014-08-26 08:23:05 | Tree |
[r25265]
by
bugman
Fixes for all of the exponential functions in target_functions/exponential.c. The condition whereby Rx is zero is now setting the value correctly - the exponential will be 1, not |
2014-08-26 07:31:44 | Tree |
2014-08-26 07:25:32 | Tree | |
2014-08-26 07:18:55 | Tree | |
2014-08-26 07:18:02 | Tree | |
[r25261]
by
bugman
Implementation of the specific_analyses.relax_fit.optimisation.dfunc_wrapper() function. This interfaces with the target_functions.relax_fit C module and converts the gradient from a Python |
2014-08-26 07:06:32 | Tree |
[r25260]
by
bugman
Implemented the target_functions.relax_fit.dfunc() gradient function. This is using the Python/C interface to provide a Python function for calculating and returned the |
2014-08-26 07:00:14 | Tree |
[r25259]
by
bugman
Implemented the chi-squared gradient as a C module for the target functions. This simply translates the Python code into C to allow any target function C modules to build its |
2014-08-26 06:58:39 | Tree |
[r25258]
by
tlinnet
Tried to implement with scipy.optimize.fmin_ncg and scipy.optimize.fmin_cg, but cannot get it to work. The matrices are not aligned well. 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 21:00:43 | Tree |