Commit | Date | |
---|---|---|
[r24524]
by
bugman
Added a script for testing out the parameter nesting abilities of the frame order auto-analysis. This script attempts to find the dynamics solution without knowing where the pivot is located. |
2014-07-11 13:38:59 | Tree |
[r24523]
by
bugman
Fixes for the parallelised grid search for the frame order analysis. A chi-squared value check was added to the Frame_order_result_command.run() method to check if the |
2014-07-11 10:01:20 | Tree |
[r24522]
by
bugman
Parallelised the frame order grid search to run on clusters or multi-core systems via OpenMPI. This involved the creation of the Frame_order_grid_command class which is the multi-processor For the subdivision of the grid search, the new minfx grid.grid_split_array() function is used in |
2014-07-11 08:46:21 | Tree |
[r24521]
by
bugman
Updated the minfx version in the release checklist document to 1.0.8. This version has not been released yet, but it will include important fixes and additions for |
2014-07-11 08:39:52 | Tree |
[r24520]
by
bugman
Improvements for the printout at the start of optimisation of the frame order models. This is in the target_fn_setup() frame order method. All the printouts are now in one place and |
2014-07-11 08:33:48 | Tree |
[r24519]
by
bugman
The frame order linear_constraints() function now returns None if no constraints are present. This allows the code using this to be simplified with respect to turning off the constraints. |
2014-07-11 08:14:45 | Tree |
[r24518]
by
bugman
Reverted r24495 as this is rubbish. The pivot point needs to be initially guessed to centre the grid search for the pivot to a The command used was: ..... |
2014-07-11 07:07:01 | Tree |
[r24517]
by
bugman
Parallelised the frame order optimisation code to run on clusters or multi-core systems via OpenMPI. The optimisation code has been split into the three standard parts of the multi-processor: - Frame_order_memo is the new Memo object used to store data on the master for use when data is - Frame_order_minimise_command is the Slave_command which stored all required data for the - Frame_order_result_command is the Result_command initialised by the Slave_command on the slave for To avoid pickling the target function class, which is not possible, the store_bc_data() and This parallelisation currently only allows the Monte Carlo simulations to be run on slave |
2014-07-10 17:04:37 | Tree |
[r24516]
by
bugman
Constraints are now properly turned off in the minimise user function for the frame order analysis. The A and b matrices from linear_constraints() are now set to None if they are returned as empty |
2014-07-10 16:27:10 | Tree |
[r24515]
by
bugman
Turned on the optimisation flag for the Frame_order.test_cam_free_rotor system test. This is to activate code paths currently not tested by the test suite. |
2014-07-10 16:13:09 | Tree |