Menu

SVN archive Commit Log


Commit Date  
[r26456] by bugman

Added the isotropic cone model frame order matrix simulation graphs for the cone opening angle theta_x.

2014-11-08 11:43:17 Tree
[r26455] by bugman

Changed the frame_order.quad_int user function argument default to True.

This means that calling the user function without arguments will activate the quadratic integration
rather than turning it off.

2014-11-07 17:58:41 Tree
[r26454] by bugman

The frame order auto-analysis summary functions are now more robust.

If the data pipe already exists for some reason, it is deleted prior to the new one being created.

2014-11-07 17:48:31 Tree
[r26453] by bugman

Bug fix for the activation of quadratic integration in the frame order auto-analysis.

The calls to the frame_order.quad_int user function in the optimisation() method did not supply an
argument so the user function was defaulting to False rather than the True value required.

2014-11-07 17:19:46 Tree
[r26452] by bugman

A few Frame_order system test updates for the float64 to float32 memory saving changes.

The chi-squared value of 3 tests was slightly different.

2014-11-07 16:18:52 Tree
[r26451] by bugman

Converted the Sobol' rotation matrices to float32 in the frame order target function.

This is to conserve huge amounts of memory to allow for more Sobol' points to be used. For example
for the models which use 3D Sobol' points (isotropic cone and pseudo-ellipse), a maximum of 50000
Sobol' points requires 50000000 to be created, using about 15 Gb of RAM.

2014-11-07 15:51:22 Tree
[r26450] by bugman

Reverted r24463 as this is needed to conserve memory, especially for a large number of Sobol' points.

The command used was:
svn merge -r24463:r24462 .

.....
r24463 | bugman | 2014-07-05 19:06:09 +0200 (Sat, 05 Jul 2014) | 9 lines
Changed paths:
M /branches/frame_order_cleanup/target_functions/frame_order.py

Converted all frame order target function data structures to float64.

This affects the vector data structures used for the PCS numeric integration. The float32
structures added for speed do not actually increase the speed. For the double rotor model, 10
target function calls took the pcs_pivot_motion_double_rotor() function 44.936 seconds using float32
and 44.105 seconds using all float64. The cumulative time is also longer. This must be because
other parts are float64, and therefore type conversions are happening during target function calls.
.....

2014-11-07 15:44:37 Tree
[r26449] by bugman

Updated all of the pseudo-ellipse 1st degree frame order matrix graphs for the recent fix.

2014-11-07 15:15:11 Tree
[r26448] by bugman

Fix for the pseudo-ellipse 1st degree frame order matrix Daeg22 element.

2014-11-07 15:14:49 Tree
[r26447] by bugman

Recreated all of the simulated pseudo-ellipse frame order matrix element graphs.

These are now in the Kronecker product notation so that they will match the graphs calculated using
the relax lib.frame_order.pseudo_ellipse module.

2014-11-07 14:46:33 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.