mailr24731 - /branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/rotor/frame_order_free_start.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on July 24, 2014 - 18:53:
Author: bugman
Date: Thu Jul 24 18:53:53 2014
New Revision: 24731

URL: http://svn.gna.org/viewcvs/relax?rev=24731&view=rev
Log:
Converted the frame_order_free_start.py script to use the zooming grid search.


Modified:
    
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/rotor/frame_order_free_start.py

Modified: 
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/rotor/frame_order_free_start.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/rotor/frame_order_free_start.py?rev=24731&r1=24730&r2=24731&view=diff
==============================================================================
--- 
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/rotor/frame_order_free_start.py
 (original)
+++ 
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/rotor/frame_order_free_start.py
 Thu Jul 24 18:53:53 2014
@@ -78,9 +78,12 @@
 # Free the pivot, and set it to the CoM of both domains which is far enough 
away from the real pivot.
 frame_order.pivot([ 34.721619683345111,  -2.63891199102997 ,  
12.941974078087899], fix=False)
 
-# Grid search (low quality for speed).
-frame_order.num_int_pts(num=500)
-minimise.grid_search(inc=[21, 21, 21, None, None, None, None, None, None, 
21, 21])
+# Zooming grid search (low quality for speed).
+frame_order.num_int_pts(num=1000)
+incs = 11
+for i in range(5):
+    minimise.grid_zoom(i)
+    minimise.grid_search(inc=[incs, incs, incs, None, None, None, None, 
None, None, incs, incs], skip_preset=False)
 
 # Iterative optimisation with increasing precision.
 num_int_pts = [500, 1000]




Related Messages


Powered by MHonArc, Updated Thu Jul 24 19:20:01 2014