<?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: Bayesian optimization or similar &amp;quot;one experiment at a time&amp;quot; techniques in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Bayesian-optimization-or-similar-quot-one-experiment-at-a-time/m-p/950496#M109861</link>
    <description>&lt;P&gt;Again thanks Victor for clear answer! Getting stuck and being lost op a sub-optimal hill can be a problem to get lost. I understand there is a risk for ending up in a random walk requiring more runs than if one had simply started an optimal DOE? When you get stuck, is there any direction to go to the real optimum mith minimal #runs?&lt;/P&gt;</description>
    <pubDate>Tue, 26 May 2026 09:28:44 GMT</pubDate>
    <dc:creator>frankderuyck</dc:creator>
    <dc:date>2026-05-26T09:28:44Z</dc:date>
    <item>
      <title>Bayesian optimization or similar "one experiment at a time" techniques</title>
      <link>https://community.jmp.com/t5/Discussions/Bayesian-optimization-or-similar-quot-one-experiment-at-a-time/m-p/949309#M109809</link>
      <description>&lt;P&gt;I'd like to learn more about "Bayesian optimization" or&amp;nbsp;similar "one experiment at a time" techniques available on JMP 18.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, will Bayesian optimization be available on the non-Pro JMP platform sometime?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 19:03:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bayesian-optimization-or-similar-quot-one-experiment-at-a-time/m-p/949309#M109809</guid>
      <dc:creator>JaromW</dc:creator>
      <dc:date>2026-05-19T19:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Bayesian optimization or similar "one experiment at a time" techniques</title>
      <link>https://community.jmp.com/t5/Discussions/Bayesian-optimization-or-similar-quot-one-experiment-at-a-time/m-p/949321#M109810</link>
      <description>&lt;P&gt;The Bayes Op platform relies on some other features in JMP Pro for the heavy lifting. It's likely to remain a Pro feature for the future.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Depending on what you are trying to do, a small main effects DOE with the minimal number of runs might be a useful way to start. Then, later use Augment Design to add higher order terms for active factors to fill out more of the response surface.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 21:20:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bayesian-optimization-or-similar-quot-one-experiment-at-a-time/m-p/949321#M109810</guid>
      <dc:creator>Byron_JMP</dc:creator>
      <dc:date>2026-05-19T21:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Bayesian optimization or similar "one experiment at a time" techniques</title>
      <link>https://community.jmp.com/t5/Discussions/Bayesian-optimization-or-similar-quot-one-experiment-at-a-time/m-p/949430#M109813</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/100626"&gt;@JaromW&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Welcome in the Community !&lt;/P&gt;
&lt;P&gt;Bayesian Optimization is currently a JMP Pro platform. If you want to learn more about Bayesian Optimization in JMP Pro, I can recommend these ressources:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-MESSAGE title="Introducing the Bayesian Optimization platform in JMP Pro" uid="897807" url="https://community.jmp.com/t5/JMPer-Cable/Introducing-the-Bayesian-Optimization-platform-in-JMP-Pro/m-p/897807#U897807" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;LI-MESSAGE title="Developer Tutorial: Bayesian Optimization" uid="894910" url="https://community.jmp.com/t5/Learn-JMP-Events/Developer-Tutorial-Bayesian-Optimization/m-p/894910#U894910" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-occasion-thread lia-fa-icon lia-fa-occasion lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.youtube.com/watch?v=0-41yECrm2M" target="_self"&gt;Bayesian Optimization: A Step-by-step JMP tutorial (Youtube video)&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;You can also get a quick understanding of Bayesian Optimization with this video: &lt;A href="https://www.youtube.com/watch?v=WkZueBgKFYM" target="_self"&gt;Basics of Bayesian Optimization (Youtube video).&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;To get the most of Bayesian Optimization (being able to optimize with very few iterations your product/system), a good starting dataset (with high quality information) is needed to get started. Most people start with historical data, but if you have no prior data, I would recommend starting with DoE, either using small screening designs if you have many factors (to filter out important and active factors for the BO iterations), or using small space filling designs (like Latin Hypercube) if you have few factors to get a representative and high quality starting dataset.&lt;/P&gt;
&lt;P&gt;DoE and BO are complementary, and as pointed out by&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/4386"&gt;@Byron_JMP&lt;/a&gt;, there are also many possibilities in the DoE landscape to learn sequentially with small sized designs.&lt;/P&gt;
&lt;P&gt;Hope this answer will help you,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2026 08:03:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bayesian-optimization-or-similar-quot-one-experiment-at-a-time/m-p/949430#M109813</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2026-05-20T08:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bayesian optimization or similar "one experiment at a time" techniques</title>
      <link>https://community.jmp.com/t5/Discussions/Bayesian-optimization-or-similar-quot-one-experiment-at-a-time/m-p/949714#M109837</link>
      <description>&lt;P&gt;I have two qustions/remarks with regard to bayesian optimisation:&lt;/P&gt;
&lt;P&gt;1. Is there a way to check if the solution is not sub-optimal?&lt;/P&gt;
&lt;P&gt;2. Is there a way to detect a robust optimal solution?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2026 09:21:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bayesian-optimization-or-similar-quot-one-experiment-at-a-time/m-p/949714#M109837</guid>
      <dc:creator>frankderuyck</dc:creator>
      <dc:date>2026-05-21T09:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Bayesian optimization or similar "one experiment at a time" techniques</title>
      <link>https://community.jmp.com/t5/Discussions/Bayesian-optimization-or-similar-quot-one-experiment-at-a-time/m-p/950488#M109860</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/283"&gt;@frankderuyck&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Here are some thoughts about your questions :&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Not automatically. BO can get stuck in a sub-optimal area if the exploration hasn't been done completely, and depending on the difficulty to model the response and the measurement/experimental noise. I just tried an example of this situation using only the "Auto" mode to get new runs added, and very quickly the BO loop got stuck in a local optimum after a few runs, thinking it was the optimum to reach. Therefore it's a good idea to include several MaxPro criterion runs at the beginning of the BO loop to enforce exploration, before trying to reach an optimum.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;Same answer. Profilers like Prediction profiler and Design Space profiler, some of its options (like &lt;A href="https://www.jmp.com/support/help/en/19.1/#page/jmp/prediction-profiler-options.shtml" target="_self"&gt;Sensitivity indicator&lt;/A&gt;), and the other modeling diagnostic tools can help you visualize and understand the possible robustness of your optimum. But if you really want to make sure your optimum is robust enough (and depending against what your optimum needs to be robust), small robustness design studies may be relevant. See this blog series about robust designs from &lt;A href="https://statease.com/blog/achieving-robust-processes-via-three-experiment-design-options-part-1/" target="_blank"&gt;Stat-Ease&lt;/A&gt;.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Hope this answer will help you,&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2026 08:59:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bayesian-optimization-or-similar-quot-one-experiment-at-a-time/m-p/950488#M109860</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2026-05-26T08:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bayesian optimization or similar "one experiment at a time" techniques</title>
      <link>https://community.jmp.com/t5/Discussions/Bayesian-optimization-or-similar-quot-one-experiment-at-a-time/m-p/950496#M109861</link>
      <description>&lt;P&gt;Again thanks Victor for clear answer! Getting stuck and being lost op a sub-optimal hill can be a problem to get lost. I understand there is a risk for ending up in a random walk requiring more runs than if one had simply started an optimal DOE? When you get stuck, is there any direction to go to the real optimum mith minimal #runs?&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2026 09:28:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bayesian-optimization-or-similar-quot-one-experiment-at-a-time/m-p/950496#M109861</guid>
      <dc:creator>frankderuyck</dc:creator>
      <dc:date>2026-05-26T09:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Bayesian optimization or similar "one experiment at a time" techniques</title>
      <link>https://community.jmp.com/t5/Discussions/Bayesian-optimization-or-similar-quot-one-experiment-at-a-time/m-p/950509#M109863</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/283"&gt;@frankderuyck&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's not necessarily a question of number of runs, but also a question of distance between the "true" global optimum you want to achieve and the one you found with BO. &lt;BR /&gt;In my example, I converge quicky to an optimum with an auto mode (4 runs + 1 Replicate Best Training Run added to 3 historical runs), but the optimum found in this auto mode is at 3,5 - 3,6 for the response, while the one found in a "guided" mode (enforcing 4 MaxPro runs at the beginning of the loop, for a total of 8 added runs) found the optimum at 4,5 (expected optimum). So even if the auto mode get to a solution quicker (in fewer runs), this solution doesn't seem to be the global optimum (unlike in the "guided" mode).&lt;/P&gt;
&lt;P&gt;In my opinion, when you get stuck, the best option is to force the exploration of the experimental space, by including runs enforcing the MaxPro criterion.&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2026 09:50:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bayesian-optimization-or-similar-quot-one-experiment-at-a-time/m-p/950509#M109863</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2026-05-26T09:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bayesian optimization or similar "one experiment at a time" techniques</title>
      <link>https://community.jmp.com/t5/Discussions/Bayesian-optimization-or-similar-quot-one-experiment-at-a-time/m-p/950532#M109865</link>
      <description>&lt;P&gt;Just another point of view. If I think of the n-dimensional response surface, there are numerous local maxima, but one global optimum. The local maxima exhibit values in the response that are desired, but the local maxima is peaked (small and narrow). That is, small changes in model factors can move you from those desired values quickly. Global maxima tend to be "plateauish" (flat). This can also be referred to as robust or insensitive to small fluctuations in the model factors (I believe this is scenario II in the blog Victor referenced). In order to "get off" the local, you don't do it by level setting, you do it by finding other factors. Another dimension to "view" the surface. Factor selection moves you most effectively through n-dimensional space. So "playing around with level setting", regardless of the method, in the design space will be less effective than increasing the design space.&lt;/P&gt;
&lt;P&gt;Additionally, my definition of robust is the absence of noise-by factor interactions. In order to develop robustness, this requires the identification and manipulation of noise at least for the duration of the experiment. To most efficiently do robust design, the noise factors must be manipulated during design factor experimentation. This is not sequential. In other words, you can't determine optimum settings for design factors, then introduce noise. It must be done simultaneously so noise-by factor interactions can be estimated. RCBD, and split-plot designs are excellent for this purpose.&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2026 14:07:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bayesian-optimization-or-similar-quot-one-experiment-at-a-time/m-p/950532#M109865</guid>
      <dc:creator>statman</dc:creator>
      <dc:date>2026-05-26T14:07:48Z</dc:date>
    </item>
  </channel>
</rss>

