mailr4814 - /branches/N_state_model/test_suite/system_tests/scripts/5_state_xz.py


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

Header


Content

Posted by edward on January 17, 2008 - 14:33:
Author: bugman
Date: Thu Jan 17 14:33:07 2008
New Revision: 4814

URL: http://svn.gna.org/viewcvs/relax?rev=4814&view=rev
Log:
Removed the grid search from the 5-state xz model system test.

This has been replaced by a call to value.set() as the grid search is too 
expensive.


Modified:
    branches/N_state_model/test_suite/system_tests/scripts/5_state_xz.py

Modified: branches/N_state_model/test_suite/system_tests/scripts/5_state_xz.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/test_suite/system_tests/scripts/5_state_xz.py?rev=4814&r1=4813&r2=4814&view=diff
==============================================================================
--- branches/N_state_model/test_suite/system_tests/scripts/5_state_xz.py 
(original)
+++ branches/N_state_model/test_suite/system_tests/scripts/5_state_xz.py Thu 
Jan 17 14:33:07 2008
@@ -78,11 +78,12 @@
 # Set up the 5-state model.
 n_state_model.model(N=3)
 
-# Grid search.
-grid_search(inc=2)
+# Set the initial parameter values to the defaults (the grid search is too 
expensive).
+value.set()
 
 # Minimise.
-minimise('simplex')
+minimise('simplex', constraints=False, max_iter=200)
 
+raise RelaxError, "It worked!!!"
 # Finish.
 #results.write(file='devnull', force=1)




Related Messages


Powered by MHonArc, Updated Thu Jan 17 15:20:27 2008