Menu

SVN archive Commit Log


Commit Date  
[r25997] by bugman

The RDC only optimisation now defaults to the *_qrint() frame order target functions.

This restores the earlier behaviour prior to the restoration of the SciPy quadratic integration.

2014-09-24 08:29:31 Tree
[r25996] by bugman

Fix for r25994 - the cdp.quad_int flag was not passed into the target function properly.

2014-09-24 08:26:09 Tree
[r25995] by bugman

Fixes for the missing cdp.quad_int flag.

If the cdp.quad_int flag is missing, this is now set to False before setting up the target function
class. The previous behaviour was that the frame_order.quad_int user function must be called prior
to optimisation. Now it is optional for turning this flag on and off.

2014-09-24 08:25:13 Tree
[r25994] by bugman

The cdp.quad_int flag is now passed into the target function for the frame order calculate() method.

This is for the minimise.calculate user function backend.

2014-09-24 08:16:53 Tree
[r25993] by bugman

The quad_int argument for the frame order target function class now defaults to False.

This is so that quasi-random Sobol' numerical integration will be used by default.

2014-09-24 08:14:53 Tree
[r25992] by bugman

Removed the call to the frame_order.quad_int user function in the auto-analysis.

This was the result of a bad restoring merger of an old commit.

2014-09-24 08:01:07 Tree
[r25991] by bugman

Fixes for the recent commit restorations for the SciPy quadratic integration.

The cdp.quad_int flag is now passed into the specific_analyses.frame_order.optimisation
multiprocessor command objects which then pass it into the target function.

2014-09-24 07:57:17 Tree
[r25990] by bugman

Reverted r23309, the deletion of the frame_order.quad_int user function and the rest of the backend.

The command used was:
svn merge -r23309:23308 .

This is part of restoring the SciPy quadratic integration in the frame order target functions.
Although incredibly slow, this will be useful for refining the final results, especially for models
whereby the number of Sobol' points collapses to zero.

.....
r23309 | bugman | 2014-05-21 17:06:17 +0200 (Wed, 21 May 2014) | 4 lines
Changed paths:
M /branches/frame_order_cleanup/auto_analyses/frame_order.py
M /branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py
M /branches/frame_order_cleanup/specific_analyses/frame_order/uf.py
M /branches/frame_order_cleanup/target_functions/frame_order.py
M /branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/free_rotor/frame_order.py
M /branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/free_rotor2/frame_order.py
M /branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/free_rotor_missing_data/frame_order.py
M /branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/iso_cone/frame_order.py
M /branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/iso_cone_free_rotor/frame_order.py
M /branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/iso_cone_free_rotor2/frame_order.py
M /branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/iso_cone_torsionless/frame_order.py
M /branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/pseudo_ellipse/frame_order.py
M /branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/pseudo_ellipse/multi_processor_test.py
M /branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/pseudo_ellipse2/frame_order.py
M /branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/pseudo_ellipse_free_rotor/frame_order.py
M /branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/pseudo_ellipse_torsionless/frame_order.py
M /branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/rigid/frame_order.py
M /branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/rotor/frame_order.py
M /branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/rotor2/frame_order.py
M /branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/rotor2/pcs_only/frame_order.py
M /branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/rotor_2_state/frame_order.py
M /branches/frame_order_cleanup/user_functions/frame_order.py

Deletion of the frame_order.quad_int user function.

This no longer has a purpose, as the incredibly slow quadratic integration code has been removed
from relax.
.....

2014-09-24 07:52:57 Tree
[r25989] by bugman

Reverted r23199.

The command used was:
svn merge -r23199:23198 .

This is part of restoring the SciPy quadratic integration in the frame order target functions.
Although incredibly slow, this will be useful for refining the final results, especially for models
whereby the number of Sobol' points collapses to zero.

.....
r23199 | bugman | 2014-05-16 14:12:07 +0200 (Fri, 16 May 2014) | 7 lines
Changed paths:
M /branches/frame_order_cleanup/target_functions/frame_order.py

Deletion of half of the frame order target functions.

All of the target functions using Scipy quadratic integration (which cause a frame order analysis to
take over 1,000,000 years to complete) have been deleted. The quasi-random target functions that
replace these have been renamed to remove the '_qrint' ending.
.....

2014-09-24 07:43:32 Tree
[r25988] by bugman

Reverted r23200.

The command used was:
svn merge -r23200:23199 .

This is part of restoring the SciPy quadratic integration in the frame order target functions.
Although incredibly slow, this will be useful for refining the final results, especially for models
whereby the number of Sobol' points collapses to zero.

.....
r23200 | bugman | 2014-05-16 14:14:48 +0200 (Fri, 16 May 2014) | 5 lines
Changed paths:
M /branches/frame_order_cleanup/target_functions/frame_order.py

Import cleanup for the frame order target functions.

The Scipy quadratic integration functions for the PCS have been removed.
.....

2014-09-24 07:33:25 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.