mailr23726 - /branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_cr72.py


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

Header


Content

Posted by tlinnet on June 07, 2014 - 23:18:
Author: tlinnet
Date: Sat Jun  7 23:18:15 2014
New Revision: 23726

URL: http://svn.gna.org/viewcvs/relax?rev=23726&view=rev
Log:
Added print out of chi2 to profile script.

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion 
models for Clustered analysis.

Modified:
    
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_cr72.py

Modified: 
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_cr72.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_cr72.py?rev=23726&r1=23725&r2=23726&view=diff
==============================================================================
--- 
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_cr72.py
      (original)
+++ 
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_cr72.py
      Sat Jun  7 23:18:15 2014
@@ -373,6 +373,7 @@
     # Repeat the function call, to simulate minimisation.
     for i in xrange(iter):
         chi2 = C1.calc(params)
+    print("chi2 single:", chi2)
 
 
 def cluster(num_spins=100, model=MODEL_CR72_FULL, iter=None):
@@ -397,6 +398,7 @@
     # Repeat the function call, to simulate minimisation.
     for i in xrange(iter):
         chi2 = C1.calc(params)
+    print("chi2 cluster:", chi2)
 
 
 # Execute main function.




Related Messages


Powered by MHonArc, Updated Sat Jun 07 23:20:02 2014