<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">All,
<div><br>
</div>
<div>I'm trying to use the OnePlusOneEvolutionaryOptimizer to solve registraiton problems as is done in Examples/Registraiton/ImageRegistration11.cxx.&nbsp;</div>
<div><br>
</div>
<div>It seems to me like the output of GetStopConditionDescription is incorrect when the reason for convergence is that Epsilon has been reached. When convergence has occurred, the GetStopConditionDescription reports that the MaximumNumberOfIterations has been
 reached, which is misleading.</div>
<div><br>
</div>
<div>If you just modify ITK/Examples/Regsitration/ImageRegistration11.cxx and make Epsilon really really large (4000000000000000), convergence should occur immediately, yet you still receive:</div>
<div><br>
</div>
<div>
<div>Optimizer stop condition: OnePlusOneEvolutionaryOptimizer: Maximum number of iterations (40000000) exceeded.&nbsp;</div>
</div>
<div>
<div><br>
</div>
</div>
<div>As the output of:</div>
<div><br>
</div>
<div>registration-&gt;GetOptimizer()-&gt;GetStopConditionDescription()</div>
<div><br>
</div>
<div>Does anyone know how to get an accurate StopConditionDescription from the optimizer?</div>
<div><br>
</div>
<div>Am I incorrect in thinking that the StopConditionDescription is wrong? I set the maximum number of iterations to be large so that I could verify that&nbsp;40000000 iterations couldn't possibly have really happened, since the algorithm stops immediately.</div>
<div><br>
</div>
<div>I've included the .cxx file that reproduces this issue as an attachment.</div>
<div><br>
</div>
<div>-Alex.</div>
</div>
</body>
</html>