<div dir="ltr"><div>Scenario: c++ code.<br>Whenever I run my optimization problem with the same inputs, by double clicking the executable twice or more, I get the exact same output every time. That&#39;s logical because the algorithm is deterministic.<br>
<br></div><div><div><div><div><div><div>The weird thing is that if I wrap my code in a loop that solves twice the same exact problem I get two different results. (in terms of number of iterations and value of the figure of merit)<br>
</div><div>I checked and there&#39;s no persistent variable that could hold some result of the previous iteration.<br></div><div><br></div><div>I guess the problem is related to the primal/dual infeasibility problem because, checking the verbose output, I see the divergence of the two solutions start as soon as the P/D infeasibility problem is solved for the first time (first iteration).<br>
<br></div><div>Should this happen or should I double check for some persistent data that is shared between iterations? (I&#39;m pretty sure there&#39;s no such data)<br></div><div><br>Does IpOpt keep in memory something of the previous run? Is there a way to clear this data?<br>
<br></div><div>Thanks for your help.<br></div><div>Roberto.<br>
</div></div></div></div></div></div></div>