mailr21676 - /trunk/test_suite/system_tests/scripts/n_state_model/populations.py


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

Header


Content

Posted by edward on November 27, 2013 - 14:36:
Author: bugman
Date: Wed Nov 27 14:36:33 2013
New Revision: 21676

URL: http://svn.gna.org/viewcvs/relax?rev=21676&view=rev
Log:
Increased the speed of the N_state_model.test_populations system test again.

The maximum number of iterations for the minimise user function is now set to 
500.


Modified:
    trunk/test_suite/system_tests/scripts/n_state_model/populations.py

Modified: trunk/test_suite/system_tests/scripts/n_state_model/populations.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/n_state_model/populations.py?rev=21676&r1=21675&r2=21676&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/n_state_model/populations.py 
(original)
+++ trunk/test_suite/system_tests/scripts/n_state_model/populations.py Wed 
Nov 27 14:36:33 2013
@@ -112,7 +112,7 @@
 self._execute_uf(uf_name='value.set', val=0.6005, param='p1')
 
 # Minimisation.
-self._execute_uf(uf_name='minimise', min_algor='bfgs', max_iter=2000)
+self._execute_uf(uf_name='minimise', min_algor='bfgs', max_iter=500)
 
 # Write out a results file.
 self._execute_uf(uf_name='results.write', file='devnull', force=True)




Related Messages


Powered by MHonArc, Updated Wed Nov 27 14:40:01 2013