mailr18281 - /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 January 23, 2013 - 21:09:
Author: bugman
Date: Wed Jan 23 21:09:49 2013
New Revision: 18281

URL: http://svn.gna.org/viewcvs/relax?rev=18281&view=rev
Log:
Modified the populations.py N-state model system test script to better test 
optimisation.

The probability of the 2nd state has been slightly shifted to make sure the 
original value can be
found.


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=18281&r1=18280&r2=18281&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 
Jan 23 21:09:49 2013
@@ -109,8 +109,11 @@
 # The population model opt.
 ###########################
 
+# Change a probability
+self._execute_uf(uf_name='value.set', val=0.6005, param='p1')
+
 # Minimisation.
-self._execute_uf(uf_name='minimise', min_algor='sd', func_tol=1e-2)
+self._execute_uf(uf_name='minimise', min_algor='bfgs')
 
 # Write out a results file.
 self._execute_uf(uf_name='results.write', file='devnull', force=True)




Related Messages


Powered by MHonArc, Updated Wed Jan 23 21:40:02 2013