Hi,<div>I am not sure if this what you want but you could set a cutoff value to 0.01 (that way Bonmin only looks for solutions better than 0.01 as I understand you don&#39;t care about the others) and then stop at the first solution found.</div>
<div><br></div><div>To do that you would need to set the options:</div><div><br></div><div>bonmin.cutoff 0.01<br>bonmin.solution_limit 1</div><div><br></div><div>in a bonmin.opt file.</div><div>Hope this helps.</div><div>
Pierre<br><div class="gmail_quote">On Wed, Jan 11, 2012 at 10:49 PM, Sprague, Webb (OFM) <span dir="ltr">&lt;<a href="mailto:Webb.Sprague@ofm.wa.gov">Webb.Sprague@ofm.wa.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is there an option in Bonmin to stop searching if the objective is close enough to a known solution?<br>
<br>
I am minimizing a sum of squares thing, so (1) I know that zero is the optimum value for the objective, and (2) I would be happy if this sum-of-squares got below 0.01.<br>
<br>
I am using NEOS and AMPL, if that matters.<br>
<br>
Thanks!<br>
<br>
---<br>
W. Webb Sprague<br>
Forecast Analyst<br>
WA Office of Financial Management, Forecast Division<br>
GA Bldg., 3rd Floor, 318-K<br>
PO Box 43113<br>
Olympia, WA 98504-3113<br>
Tel:  360-902-0634<br>
Fax:  360-725-5174<br>
<a href="mailto:webb.sprague@ofm.wa.gov">webb.sprague@ofm.wa.gov</a><br>
<a href="http://www.ofm.wa.gov/pop/" target="_blank">http://www.ofm.wa.gov/pop/</a><br>
<br>
<br>
<br>
_______________________________________________<br>
Bonmin mailing list<br>
<a href="mailto:Bonmin@list.coin-or.org">Bonmin@list.coin-or.org</a><br>
<a href="http://list.coin-or.org/mailman/listinfo/bonmin" target="_blank">http://list.coin-or.org/mailman/listinfo/bonmin</a><br>
</blockquote></div><br></div>