Menu

SVN archive Commit Log


Commit Date  
[r23645] by bugman

Added one more iteration for the zooming optimisation of the frame order auto-analysis.

This is to improve the speed of optimisation when all RDC and PCS data is being used. The previous
iterations where with [100, 1000, 200000] Sobol' integration points and [1e-2, 1e-3, 1e-4] function
tolerances. This has been increased to [100, 1000, 10000, 100000] and [1e-2, 1e-3, 5e-3, 1e-4].
The final number of points has been decreased as that level of accuracy does not appear to be
necessary. These are also only default values that the user can change for themselves.

2014-06-05 08:28:34 Tree
[r23644] by bugman

Expanded the CaM pseudo-ellipse test data frame_order.py optimisation script.

The optimisation is now implemented as in the auto-analysis, with an iterative increase in accuracy
of the quasi-random numerical integration together with an decrease of the function tolerance cutoff
for optimisation. The accuracy of the initial chi-squared calculation is now much higher. And the
accuracy of the initial grid search and the Monte Carlo simulations is now much lower.

The results of the new optimisation are included.

2014-06-05 06:51:23 Tree
[r23643] by bugman

Expanded the CaM rotor test data frame_order.py optimisation script.

The optimisation is now implemented as in the auto-analysis, with an iterative increase in accuracy
of the quasi-random numerical integration together with an decrease of the function tolerance cutoff
for optimisation. The accuracy of the initial chi-squared calculation is now much higher. And the
accuracy of the initial grid search and the Monte Carlo simulations is now much lower.

The results of the new optimisation are included.

2014-06-05 06:36:47 Tree
[r23642] by bugman

Constraints are now implemented in the frame order grid search.

This is useful for the pseudo-elliptic models as the cone theta_x < theta_y constraint halves the
optimisation space.

2014-06-04 17:36:43 Tree
[r23641] by bugman

Removed a terrible hack for handling the frame order analysis without constraints.

This is no longer needed as the log-barrier method is now used to constrain the optimisation, so
that the torsion angle can no longer be negative.

2014-06-04 17:21:24 Tree
[r23640] by bugman

Merged revisions 23637-23639 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r23637 | bugman | 2014-06-04 16:56:17 +0200 (Wed, 04 Jun 2014) | 9 lines

Expanded and improved the docstring for the relax_disp.r20_from_min_r2eff user function.

This follows from http://thread.gmane.org/gmane.science.nmr.relax.devel/5957.

The documentation now covers a number of the uses for this user function. The text has also been
lightly edited. To fit all the text into the GUI user function window, the size of the dialog and
the text high settings have been changed.
........
r23638 | bugman | 2014-06-04 18:05:35 +0200 (Wed, 04 Jun 2014) | 12 lines

Large improvements for the detection of cross-compilation on Mac OS X systems.

The tests for different architecture support now follows the ideas discussed in the post
http://thread.gmane.org/gmane.science.nmr.relax.devel/5785/focus=5820.

In summary, for each architecture a simple C file is created, compiled with 'gcc -arch xyz', and the
resultant binary file tested. To support 64-bit compilation on 32-bit systems, all previously
successful architectures are also included in the gcc command.

The change allows the 'ppc64' architecture to be reintroduced.
........
r23639 | bugman | 2014-06-04 18:21:30 +0200 (Wed, 04 Jun 2014) | 5 lines

Fixed the docstring for the det_arch() method of the sconstruct script.

This is for the true cross-compilation detection on Mac OS X.
........

2014-06-04 16:39:16 Tree
[r23639] by bugman

Fixed the docstring for the det_arch() method of the sconstruct script.

This is for the true cross-compilation detection on Mac OS X.

2014-06-04 16:21:30 Tree
[r23638] by bugman

Large improvements for the detection of cross-compilation on Mac OS X systems.

The tests for different architecture support now follows the ideas discussed in the post
http://thread.gmane.org/gmane.science.nmr.relax.devel/5785/focus=5820.

In summary, for each architecture a simple C file is created, compiled with 'gcc -arch xyz', and the
resultant binary file tested. To support 64-bit compilation on 32-bit systems, all previously
successful architectures are also included in the gcc command.

The change allows the 'ppc64' architecture to be reintroduced.

2014-06-04 16:05:35 Tree
[r23637] by bugman

Expanded and improved the docstring for the relax_disp.r20_from_min_r2eff user function.

This follows from http://thread.gmane.org/gmane.science.nmr.relax.devel/5957.

The documentation now covers a number of the uses for this user function. The text has also been
lightly edited. To fit all the text into the GUI user function window, the size of the dialog and
the text high settings have been changed.

2014-06-04 14:56:17 Tree
[r23636] by bugman

Merged revisions 23631 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r23631 | bugman | 2014-06-04 10:33:20 +0200 (Wed, 04 Jun 2014) | 3 lines

Removal of the docstring text wrapping in the lib.io module.
........

2014-06-04 11:58:55 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.