<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: OPTMODEL :  Blackbox Solver in Mathematical Optimization, Discrete-Event Simulation, and OR</title>
    <link>https://communities.sas.com/t5/Mathematical-Optimization/OPTMODEL-Blackbox-Solver/m-p/704285#M3245</link>
    <description>&lt;P&gt;There are some strategies that might help find feasible solutions in this case. It would be much easier to know which strategies might help if I could see your code and understand exactly what type of problem you're trying to solve.&amp;nbsp;Is there any way you could share your code?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In any case, the black-box solver should always attempt to find feasible solutions before trying to improve the objective value. It seems as if it was never able to find any feasible solutions in your case. But again, it's hard to really know what's going on without more specific information about your setup.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Dec 2020 21:12:58 GMT</pubDate>
    <dc:creator>StevenGardner</dc:creator>
    <dc:date>2020-12-07T21:12:58Z</dc:date>
    <item>
      <title>OPTMODEL :  Blackbox Solver</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/OPTMODEL-Blackbox-Solver/m-p/704090#M3241</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the first time in my life I used the new Blackbox Solver on a moderately non-linear problem.&lt;/P&gt;
&lt;P&gt;I started&amp;nbsp; between&amp;nbsp; 10&amp;nbsp; and&amp;nbsp; 20&amp;nbsp; GAs.&lt;/P&gt;
&lt;P&gt;In any attempt the result was&amp;nbsp; Failed&amp;nbsp; with numbers for&amp;nbsp; Infeasibility&amp;nbsp; which seemed rapidly&amp;nbsp; going in a kind of stalling.&lt;/P&gt;
&lt;P&gt;Also I could not detect a result of the&amp;nbsp; say&amp;nbsp; 10&amp;nbsp; global GAs whence I had expected to somehow "see"&amp;nbsp; different partial results from differing&amp;nbsp; global GAs as e.g.&amp;nbsp; a kind of&amp;nbsp; jumping in the values of&amp;nbsp; Infeasibilty.&lt;/P&gt;
&lt;P&gt;I got not one single feasible solution.&lt;/P&gt;
&lt;P&gt;It appeared that all the&amp;nbsp; GAs&amp;nbsp; searched in a false region of the search space.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to throw out the&amp;nbsp; GAs&amp;nbsp; into a wider range of the search space ?&lt;/P&gt;
&lt;P&gt;If you have some vague idea where a good solution could be how can I use that info as kind of starting values for some variables (which I teach since ages are very important in solving non-linear problems) ?&lt;/P&gt;
&lt;P&gt;Is there a hidden option to the end to tell the solver please find me just a feasible solution ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was a bit disappointed when comparing&amp;nbsp; GAMS&amp;nbsp; with a&amp;nbsp; MINLP-solver&amp;nbsp; with&amp;nbsp; Blackbox.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Odenwald.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 09:20:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/OPTMODEL-Blackbox-Solver/m-p/704090#M3241</guid>
      <dc:creator>ODENWALD</dc:creator>
      <dc:date>2020-12-07T09:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: OPTMODEL :  Blackbox Solver</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/OPTMODEL-Blackbox-Solver/m-p/704285#M3245</link>
      <description>&lt;P&gt;There are some strategies that might help find feasible solutions in this case. It would be much easier to know which strategies might help if I could see your code and understand exactly what type of problem you're trying to solve.&amp;nbsp;Is there any way you could share your code?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In any case, the black-box solver should always attempt to find feasible solutions before trying to improve the objective value. It seems as if it was never able to find any feasible solutions in your case. But again, it's hard to really know what's going on without more specific information about your setup.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 21:12:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/OPTMODEL-Blackbox-Solver/m-p/704285#M3245</guid>
      <dc:creator>StevenGardner</dc:creator>
      <dc:date>2020-12-07T21:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: OPTMODEL :  Blackbox Solver</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/OPTMODEL-Blackbox-Solver/m-p/704388#M3246</link>
      <description>&lt;P&gt;Hi Steven :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately I cannot present the code publicly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are working on linearization , seems to work ; we get solutions that are worth being discussed, albeit very wide bounds.&lt;/P&gt;
&lt;P&gt;We hope to get forward.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I ran the more or less toy examples that come with Blackbox. That worked.&amp;nbsp; I tried 3 real ones and in any case obtained "Failed" in all variants that I tried. I'm far from saying that my cases are the world but SAS publishing more advice on how to effectively use Blackbox&amp;nbsp; could be helpful.&lt;/P&gt;
&lt;P&gt;Rob Pratt recently remarked that some kind of automatic linearization would be coming soon (soon is my formulation).&lt;/P&gt;
&lt;P&gt;In the&amp;nbsp; 1990s&amp;nbsp; SAS has written quite some procedures to attack or solve non-linear statistical problems that used an exact or approximate linearization to get&amp;nbsp; a.&amp;nbsp; feasible points&amp;nbsp;&amp;nbsp; and/or &amp;nbsp; b.&amp;nbsp; good starting points&amp;nbsp; for non-linear iterations.&lt;/P&gt;
&lt;P&gt;It would be great if that strategy could be implemented for&amp;nbsp; Blackbox, too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Odenwald .&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 11:15:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/OPTMODEL-Blackbox-Solver/m-p/704388#M3246</guid>
      <dc:creator>ODENWALD</dc:creator>
      <dc:date>2020-12-08T11:15:04Z</dc:date>
    </item>
  </channel>
</rss>

