It depends on the optimizer you are using. Optimizers that require the gradient, such as the GradientDescentOptimzier, FRPR etc will call GetValueAndDerivative.<br><br>The simplex optimizers, OnePlusOne, SPSA will invoke just GetValue.<br>
<br><br><div class="gmail_quote">On Thu, May 13, 2010 at 7:49 AM, pinpress <span dir="ltr">&lt;<a href="mailto:sb_ji@yahoo.com">sb_ji@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Hi all,<br>
<br>
I am trying to modify the above class to implement a new image metric for<br>
image registration. There are two functions in the class:<br>
<br>
GetValue()<br>
<br>
and<br>
<br>
GetValueAndDerivative()<br>
<br>
When I connect the metric filter with other filters (e.g., interpolator,<br>
optimizer, transformer filters), and run the registration, I observed that<br>
it&#39;s always the function &quot;GetValueAndDerivative()&quot; is called, but not the<br>
&quot;GetValue()&quot;. Since I am hoping to keep my implementation as simple as<br>
possible, I&#39;d like to just modify the &quot;GetValue()&quot; function. So I wonder how<br>
I can force to use &quot;GetValue()&quot; function to return the similarity metric<br>
instead.<br>
<br>
I suspect it&#39;s just a flag or something like that to control, but I just<br>
wasn&#39;t able to figure out. Can someone help?<br>
--<br>
View this message in context: <a href="http://old.nabble.com/itkOptMattesMutualInformationImageToImageMetric-question-problem-tp28542979p28542979.html" target="_blank">http://old.nabble.com/itkOptMattesMutualInformationImageToImageMetric-question-problem-tp28542979p28542979.html</a><br>

Sent from the ITK - Users mailing list archive at Nabble.com.<br>
<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
</blockquote></div><br><br clear="all"><br>