<div dir="ltr">Hi Andreas,<div><br></div><div>Yes it looks like a bug that the reason is never set, but the line should still terminate. Is the problem you are having with the line search itself, or is it failing because you are checking this ls->reason directly?</div><div><br></div><div>Jason Sarich</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 11, 2015 at 9:53 AM, Andreas Mang <span dir="ltr"><<a href="mailto:andreas@ices.utexas.edu" target="_blank">andreas@ices.utexas.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi guys:<br>
<br>
I have a problem with the TAO Armijo line search (petsc-3.5.4). My algorithm works if I use the More & Thuente line search (default). I have numerically checked the gradient of my objective. It’s correct. I am happy to write a small snippet of code and do an easy test if you guys disagree, but from what I’ve seen in the line search code it seems obvious to me that there is a bug. Am I missing something or are you not setting<br>
<br>
ls->reason<br>
<br>
to<br>
<br>
TAOLINESEARCH_SUCCESS<br>
<br>
if the Armijo condition is fulfilled (TaoLineSearchApply_Armijo in armijo.c; line 118 - 302)?!<br>
<br>
It seems to me that ls->reason is and will remain to be set to<br>
<br>
TAOLINESEARCH_CONTINUE_ITERATING<br>
<br>
if everything works (i.e. I don’t hit one of the exceptions). Does this make sense? If not I’ll invest the time and put together a simple test case and, if that works, continue to check my code.<br>
<span class="HOEnZb"><font color="#888888"><br>
/Andreas<br>
<br>
<br>
</font></span></blockquote></div><br></div>