mailr14106 - /branches/gui_testing/gui/analyses/auto_rx_base.py


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

Header


Content

Posted by edward on August 04, 2011 - 11:26:
Author: bugman
Date: Thu Aug  4 11:26:19 2011
New Revision: 14106

URL: http://svn.gna.org/viewcvs/relax?rev=14106&view=rev
Log:
The grid search increments default to 21 now in the rx fitting auto-analysis 
tab.

The MC sim tooltip now also recommends a min of 500 sims.


Modified:
    branches/gui_testing/gui/analyses/auto_rx_base.py

Modified: branches/gui_testing/gui/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_rx_base.py?rev=14106&r1=14105&r2=14106&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_rx_base.py (original)
+++ branches/gui_testing/gui/analyses/auto_rx_base.py Thu Aug  4 11:26:19 2011
@@ -199,8 +199,8 @@
         box.AddSpacer(10)
 
         # The optimisation settings.
-        self.grid_inc = self.add_spin_element(box, self, text="Grid search 
increments:", default=11, min=1, max=100, tooltip="This is the number of 
increments per dimension of the grid search performed prior to numerical 
optimisation.")
-        self.mc_sim_num = self.add_spin_element(box, self, text="Monte Carlo 
simulation number:", default=500, min=1, max=100000, tooltip="This is the 
number of Monte Carlo simulations performed for error propagation and 
analysis.")
+        self.grid_inc = self.add_spin_element(box, self, text="Grid search 
increments:", default=21, min=1, max=100, tooltip="This is the number of 
increments per dimension of the grid search performed prior to numerical 
optimisation.")
+        self.mc_sim_num = self.add_spin_element(box, self, text="Monte Carlo 
simulation number:", default=500, min=1, max=100000, tooltip="This is the 
number of Monte Carlo simulations performed for error propagation and 
analysis.  For best results, at least 500 is recommended.")
 
         # Stretchable spacing (with a minimal space).
         box.AddSpacer(30)




Related Messages


Powered by MHonArc, Updated Thu Aug 04 11:40:01 2011