Menu

SVN archive Commit Log


Commit Date  
[r24540] by bugman

Creating a branch for attempting to implement zooming grid searches.

2014-07-16 13:46:11 Tree
[r24539] by bugman

Updated the frame order optimisation results for the CaM missing data free rotor test data.

The optimisation in the frame_order.py is now of higher precision with the number of Sobol' numeric
integration points significantly increased, especially for the Monte Carlo simulations. The new
frame order representation files have been added to the repository, as well as the intermediate
state files.

2014-07-16 13:38:08 Tree
[r24538] by bugman

Updated the frame order optimisation results for the CaM free rotor test data.

The optimisation in the frame_order.py is now of higher precision with the number of Sobol' numeric
integration points significantly increased, especially for the Monte Carlo simulations. The new
frame order representation files have been added to the repository, as well as the intermediate
state files.

2014-07-16 09:32:25 Tree
[r24537] by bugman

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

........
r24535 | bugman | 2014-07-15 12:36:47 +0200 (Tue, 15 Jul 2014) | 5 lines

Created the time user function.

This is just a shortcut for printing out the output of the time.asctime() function.
........
r24536 | bugman | 2014-07-15 12:38:40 +0200 (Tue, 15 Jul 2014) | 3 lines

The time user function now uses the chronometer Oxygen icon in the GUI.
........

2014-07-15 10:42:35 Tree
[r24536] by bugman

The time user function now uses the chronometer Oxygen icon in the GUI.

2014-07-15 10:38:40 Tree
[r24535] by bugman

Created the time user function.

This is just a shortcut for printing out the output of the time.asctime() function.

2014-07-15 10:36:47 Tree
[r24534] by bugman

Updated the frame order optimisation results for the 2nd CaM free rotor test data.

The optimisation in the frame_order.py is now of higher precision with the number of Sobol' numeric
integration points significantly increased, especially for the Monte Carlo simulations. The new
frame order representation files have been added to the repository, as well as the intermediate
state files.

2014-07-15 09:14:39 Tree
[r24533] by bugman

Modified the frame_order_free_start.py script to better mimic the frame order auto-analysis.

2014-07-14 10:17:07 Tree
[r24532] by bugman

Moved the setup of the target function data structures in the frame order analysis.

This is for the grid_search and minimise user functions. The target function data setup function
has been renamed to target_fn_data_setup(). This is now called before the Frame_order_grid_command
and Frame_order_minimise_command multi-processor objects are initialised, and all of the data is now
passed into these functions. Although the code is uglier, this has the benefit that the
target_fn_data_setup() function will only be called once. This data setup requires a lot of time,
so for a large cluster, this can be a large time saving for the grid search.

2014-07-11 15:47:01 Tree
[r24531] by bugman

Improvements for the parallelised grid search for the frame order analysis.

As each grid point can take wildly different numbers of CPU cycles to calculate the chi-squared
value for, the result of subdividing the grid search was that some subdivisions where incredibly
quick while others required much larger amounts of time. To avoid this bad slave management, the
grid points are now randomised. This means that the subdivisions will require about the same amount
of time to optimise.

2014-07-11 15:21:44 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.