<br clear="all">Hi, everyone<div><br><div>There is no SetMaximumNumberOfIterations() in itkConjugateGradientOptimizer and I write it to set maximum number of iterations, the code is :</div><div><div>void&nbsp;</div><div>ConjugateGradientOptimizer</div>
<div>::SetMaximumNumberOfIterations( unsigned int n )</div><div>{&nbsp;</div><div>&nbsp;&nbsp;if( m_MaximumNumberOfIterations == n )</div><div>&nbsp;&nbsp;{</div><div>&nbsp;&nbsp; &nbsp; &nbsp;return;</div><div>&nbsp;&nbsp;}</div><div>&nbsp;&nbsp; &nbsp;m_MaximumNumberOfIterations = n;</div>
<div>&nbsp;&nbsp;if( m_OptimizerInitialized )</div><div>&nbsp;&nbsp;{</div><div><span class="Apple-tab-span" style="white-space:pre">        </span> &nbsp;m_vnlOptimizer-&gt;set_max_function_evals( &nbsp; m_MaximumNumberOfIterations );</div><div>&nbsp;&nbsp;}</div><div>
&nbsp;&nbsp;this-&gt;Modified();</div><div>}</div><div><br></div><div>This is similar with the method used in itkLBFGSBOptimizer.cxx&nbsp;</div><div><br></div><div>My problem is &nbsp;&nbsp;</div><div>1.m_MaximumNumberOfIterations has not been allocated &nbsp;as a member of the optimizer I have created using New() method.&nbsp;</div>
<div>2. When I debugging, it shows that &quot;The source file is different from when the module was built&quot; <font class="Apple-style-span" face="Arial, &#39;Microsoft Yahei&#39;, Simsun, sans-serif" size="3"><span class="Apple-style-span" style="font-size: 13px; white-space: nowrap;">&nbsp;though I have rebuilt the program many times.</span></font></div>
<div><font class="Apple-style-span" face="Arial, &#39;Microsoft Yahei&#39;, Simsun, sans-serif" size="3"><span class="Apple-style-span" style="font-size: 13px; white-space: nowrap;"><br></span></font></div><div><font class="Apple-style-span" face="Arial, &#39;Microsoft Yahei&#39;, Simsun, sans-serif" size="3"><span class="Apple-style-span" style="font-size: 13px; white-space: nowrap;">Thanks in advance.</span></font></div>
-- <br>Best Regards<br>&nbsp; &nbsp; 李&nbsp; 莹<br>北京理工大学<br>信息与电子学院<br>Beijing Institute of Technology<br>School of Information and Electronics<br>
</div></div>