mailr10196 - /branches/multi_processor_merge/specific_fns/model_free/multi_processor_commands.py


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

Header


Content

Posted by edward on January 13, 2010 - 14:06:
Author: bugman
Date: Wed Jan 13 14:06:11 2010
New Revision: 10196

URL: http://svn.gna.org/viewcvs/relax?rev=10196&view=rev
Log:
Removed unused code from MF_result_command.run().

The minimisation stats don't need to be placed into the memo!


Modified:
    
branches/multi_processor_merge/specific_fns/model_free/multi_processor_commands.py

Modified: 
branches/multi_processor_merge/specific_fns/model_free/multi_processor_commands.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_processor_merge/specific_fns/model_free/multi_processor_commands.py?rev=10196&r1=10195&r2=10196&view=diff
==============================================================================
--- 
branches/multi_processor_merge/specific_fns/model_free/multi_processor_commands.py
 (original)
+++ 
branches/multi_processor_merge/specific_fns/model_free/multi_processor_commands.py
 Wed Jan 13 14:06:11 2010
@@ -321,12 +321,6 @@
         @type memo:         memo
         """
 
-        # Initialise the iteration counter and function, gradient, and 
Hessian call counters.
-        memo.model_free.iter_count = 0
-        memo.model_free.f_count = 0
-        memo.model_free.g_count = 0
-        memo.model_free.h_count = 0
-
         # Disassemble the results.
         memo.model_free._disassemble_result(param_vector=self.param_vector, 
func=self.func, iter=self.iter, fc=self.fc, gc=self.gc, hc=self.hc, 
warning=self.warning, spin=memo.spin, sim_index=memo.sim_index, 
model_type=memo.model_type, scaling=memo.scaling, 
scaling_matrix=memo.scaling_matrix)
 




Related Messages


Powered by MHonArc, Updated Wed Jan 13 15:20:05 2010