mailr11295 - /1.3/specific_fns/n_state_model.py


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

Header


Content

Posted by edward on July 08, 2010 - 13:49:
Author: bugman
Date: Thu Jul  8 13:49:04 2010
New Revision: 11295

URL: http://svn.gna.org/viewcvs/relax?rev=11295&view=rev
Log:
Changed the alignment tensor parameter scaling back to 1 as this was slowing 
down the optimisation.


Modified:
    1.3/specific_fns/n_state_model.py

Modified: 1.3/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/n_state_model.py?rev=11295&r1=11294&r2=11295&view=diff
==============================================================================
--- 1.3/specific_fns/n_state_model.py (original)
+++ 1.3/specific_fns/n_state_model.py Thu Jul  8 13:49:04 2010
@@ -178,7 +178,7 @@
 
             # The alignment parameters.
             for i in range(5*len(cdp.align_ids)):
-                scaling_matrix[i, i] = 1e-4
+                scaling_matrix[i, i] = 1.0
 
         # Loop over the populations, and set the scaling factor.
         if cdp.model in ['2-domain', 'population']:




Related Messages


Powered by MHonArc, Updated Thu Jul 08 15:40:01 2010