mailr24195 - /branches/disp_spin_speed/test_suite/system_tests/relax_disp.py


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

Header


Content

Posted by tlinnet on June 20, 2014 - 10:54:
Author: tlinnet
Date: Fri Jun 20 10:54:04 2014
New Revision: 24195

URL: http://svn.gna.org/viewcvs/relax?rev=24195&view=rev
Log:
Removed grid search, and lowered number of iterations for systemtest:
test_cpmg_synthetic_b14_to_ns3d_cluster
test_cpmg_synthetic_b14_to_ns_star_cluster

This is to speed them up, since they before took 30 seks.

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion 
models for Clustered analysis.

Modified:
    branches/disp_spin_speed/test_suite/system_tests/relax_disp.py

Modified: branches/disp_spin_speed/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/test_suite/system_tests/relax_disp.py?rev=24195&r1=24194&r2=24195&view=diff
==============================================================================
--- branches/disp_spin_speed/test_suite/system_tests/relax_disp.py      
(original)
+++ branches/disp_spin_speed/test_suite/system_tests/relax_disp.py      Fri 
Jun 20 10:54:04 2014
@@ -1244,18 +1244,18 @@
         ds.insignificance = 0.0
 
         # The grid search size (the number of increments per dimension).
-        ds.GRID_INC = 8
+        ds.GRID_INC = None
 
         # The do clustering.
         ds.do_cluster = True
 
         # The function tolerance.  This is used to terminate minimisation 
once the function value between iterations is less than the tolerance.
         # The default value is 1e-25.
-        ds.set_func_tol = 1e-8
+        ds.set_func_tol = 1e-1
 
         # The maximum number of iterations.
         # The default value is 1e7.
-        ds.set_max_iter = 10000
+        ds.set_max_iter = 1000
 
         # The verbosity level.
         ds.verbosity = 1
@@ -1390,18 +1390,18 @@
         ds.insignificance = 0.0
 
         # The grid search size (the number of increments per dimension).
-        ds.GRID_INC = 8
+        ds.GRID_INC = None
 
         # The do clustering.
         ds.do_cluster = True
 
         # The function tolerance.  This is used to terminate minimisation 
once the function value between iterations is less than the tolerance.
         # The default value is 1e-25.
-        ds.set_func_tol = 1e-8
+        ds.set_func_tol = 1e-1
 
         # The maximum number of iterations.
         # The default value is 1e7.
-        ds.set_max_iter = 10000
+        ds.set_max_iter = 1000
 
         # The verbosity level.
         ds.verbosity = 1




Related Messages


Powered by MHonArc, Updated Fri Jun 20 11:00:03 2014