mailr24479 - /branches/frame_order_cleanup/specific_analyses/frame_order/api.py


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

Header


Content

Posted by edward on July 08, 2014 - 12:17:
Author: bugman
Date: Tue Jul  8 12:17:48 2014
New Revision: 24479

URL: http://svn.gna.org/viewcvs/relax?rev=24479&view=rev
Log:
Changed the grid search pivot displacement frame order parameter.

Instead of searching from 0 to 50 Angstroms, the search is now from 10 to 50. 
 This is to avoid the
edge case of pivot_disp = 0.0 from which the optimisation cannot escape.


Modified:
    branches/frame_order_cleanup/specific_analyses/frame_order/api.py

Modified: branches/frame_order_cleanup/specific_analyses/frame_order/api.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/api.py?rev=24479&r1=24478&r2=24479&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/api.py   
(original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/api.py   Tue 
Jul  8 12:17:48 2014
@@ -392,7 +392,7 @@
             # The pivot displacement.
             if cdp.params[i] == 'pivot_disp':
                 val = getattr(cdp, cdp.params[i])
-                lower = 0.0
+                lower = 10.0
                 upper = 50.0
 
             # Average domain position translation (in a +/- 5 Angstrom box).




Related Messages


Powered by MHonArc, Updated Tue Jul 08 14:40:02 2014