<div dir="ltr"><div>Dear community,<br></div><div><br></div><div>I observe that the solver does not try to achieve feasibility as long as an improvement in the cost function can be made. However, at some point I want so say "I am happy without optimality in the 10th digit of my cost function, so now stop and make it feasible.".</div><div>So what I tried first of all was the option options.ipopt.acceptable_obj_change_tol = 1 and hoped the solver would directly from the first iter only go for feasibility in order to stop as soon as possible. However, it still solves until a few dozens of iterations and only eventually decreases the primal infeasibility.</div><div><br></div><div>So my questions are:</div><ul><li>May it be that the option acceptable_obj_change_tol does not have any effect at all in Matlab Ipopt 3.12.3 ?</li><li>How can I force Ipopt into only finding a feasible point from my current guess as quickly as possible without increasing the current cost function value? So I want to do early what Ipopt would do in the few very last iterations where it refines the feasibility.<br></li></ul><div>Cheers,</div><div>Martin<span></span></div></div>