Menu

SVN archive Commit Log


Commit Date  
[r25269] by bugman

The parameter index is now passed into exponential_dI0() and exponential_dR().

This is for the relaxation curve-fitting C module so that the indices are not hardcoded.

2014-08-26 09:09:30 Tree
[r25268] by bugman

Modified all of the exponential curve functions and gradients in the C target function module.

Instead of passing in the parameter vector, now the I0 and R values are passed in separately. This
is for greater code flexibility as the parameter order does not need to be known.

2014-08-26 09:07:07 Tree
[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
zero, hence the intensity and gradient values should not be zero.

2014-08-26 07:31:44 Tree
[r25264] by bugman

Fixes for the target function chi-squared gradient C function.

2014-08-26 07:25:32 Tree
[r25263] by bugman

Clean up of the end of the target_functions.relax_fit.dfunc() function.

2014-08-26 07:18:55 Tree
[r25262] by bugman

The exponential curve-fitting gradient is now scaled by the scaling matrix.

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
list to a numpy array.

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
chi-squared gradient for the exponential curves.

2014-08-26 07:00:14 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.