mailr25868 - /branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py


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

Header


Content

Posted by edward on September 17, 2014 - 17:11:
Author: bugman
Date: Wed Sep 17 17:11:21 2014
New Revision: 25868

URL: http://svn.gna.org/viewcvs/relax?rev=25868&view=rev
Log:
The frame_order.count_sobol_points user function now shows more information.

The maximum number and oversampling factors are now also printed out for 
maximum user feedback.

Modified:
    branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py

Modified: 
branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py?rev=25868&r1=25867&r2=25868&view=diff
==============================================================================
--- 
branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py  
(original)
+++ 
branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py  
Wed Sep 17 17:11:21 2014
@@ -158,7 +158,9 @@
     cdp.used_sobol_points = count
 
     # Printout.
-    print("\n%-20s %20s" % ("Total points:", total_num))
+    print("\n%-20s %20s" % ("Maximum number of points:", 
cdp.sobol_max_points))
+    print("%-20s %20s" % ("Oversampling factor:", cdp.sobol_oversample))
+    print("%-20s %20s" % ("Total points:", total_num))
     print("%-20s %20s" % ("Used points:", count))
     percent = "%s" % (float(count)/float(total_num)*100) + '%'
     print("%-20s %20s" % ("Percentage:", percent))




Related Messages


Powered by MHonArc, Updated Wed Sep 17 17:20:03 2014