<?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: Optimizing a Mixture of maximum 3 Ingredients, with 5 ingredients to be Evaluated. in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Optimizing-a-Mixture-of-maximum-3-Ingredients-with-5-ingredients/m-p/875033#M103860</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/69224"&gt;@LambdaCanary630&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Welcome in the Community !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think of (at least) 2 options to get the Mixture design you want with the constraints on the number of ingredients. Here are the options (from easiest to most difficult) :&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The repartition of points in any design is influenced by the model you assume in the &lt;A href="https://www.jmp.com/support/help/en/18.1/#page/jmp/define-factor-constraints.shtml#" target="_self"&gt;Model&lt;/A&gt; panel. If your assumed model contains only effects up to 3rd order, you'll have only runs with up to 3 components in your Mixture design. &lt;BR /&gt;Example here with a Custom D-Optimal design with 45 runs, assuming Scheffe Cubic model :&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_0-1747814030929.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/76051i0A8988697F6376DE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1747814030929.png" alt="Victor_G_0-1747814030929.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;If you have supposed a more complex model and/or using a &lt;A href="https://www.jmp.com/support/help/en/18.1/#page/jmp/spacefilling-designs.shtml#" target="_blank" rel="noopener"&gt;Space-Filling Design&lt;/A&gt; approach, one option is to use a &lt;A href="https://community.jmp.com/t5/Abstracts/Candidate-Set-Designs-Tailoring-DOE-Constraints-to-the-Problem/ec-p/756629#M478" target="_self"&gt;Candidate Set&lt;/A&gt; approach : you generate a large list of different experiments through Custom Design, Simulator, or any other (DoE) platform, and you delete/filter the runs involving 4+ components. &lt;BR /&gt;To do this filtering, you can add "binary" indicator formula columns for each of your mixture factors (if X1&amp;gt;0, then Indicator1=1, else 0) :&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;If(:X1 &amp;gt; 0, 1, 0)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and use these indicator columns in a sum, where you can use a local data filter : Sum(Indicator1+Indicator2+...+Indicator5) ≤ 3 :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Current Data Table() &amp;lt;&amp;lt; Data Filter(
	Location( {388, 388} ),
	Add Filter(
		columns( :"Indicator1+Indicator2+Indicator3+Indicator4+Indicator5"n ),
		Where( :"Indicator1+Indicator2+Indicator3+Indicator4+Indicator5"n &amp;lt;= 3 )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The filtered remaining rows will respect your components number constraints.&lt;BR /&gt;Then, you can use the Custom Design platform from your candidate runs table and click on the option "Select Covariate Factors", and then select the corresponding factors, to build a design only using possible runs from your candidate runs table :&amp;nbsp;&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_1-1747814292166.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/76052i71ED772C42F00E38/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_1-1747814292166.png" alt="Victor_G_1-1747814292166.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There might be other ways, but these 2 options look the most straightforward to me.&lt;BR /&gt;Hope this will help you,&lt;/P&gt;</description>
    <pubDate>Wed, 21 May 2025 11:15:21 GMT</pubDate>
    <dc:creator>Victor_G</dc:creator>
    <dc:date>2025-05-21T11:15:21Z</dc:date>
    <item>
      <title>Optimizing a Mixture of maximum 3 Ingredients, with 5 ingredients to be Evaluated.</title>
      <link>https://community.jmp.com/t5/Discussions/Optimizing-a-Mixture-of-maximum-3-Ingredients-with-5-ingredients/m-p/874968#M103851</link>
      <description>I am fairly new to DOE and I have a classical mixture problem. I want to have a mixture of maximum 3 ingredients and optimize towards a specific response, but I have 5 ingredients which could possible fit. So my constraint would be that only 3 out of 5 should be used in one mix maximum. Which Design would work best? All can Carry from 0 to 1. is a D optimal Design needed because if my Special constraint?&lt;BR /&gt;&lt;BR /&gt;Thanks for helping me out!</description>
      <pubDate>Tue, 20 May 2025 20:04:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Optimizing-a-Mixture-of-maximum-3-Ingredients-with-5-ingredients/m-p/874968#M103851</guid>
      <dc:creator>LambdaCanary630</dc:creator>
      <dc:date>2025-05-20T20:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Optimizing a Mixture of maximum 3 Ingredients, with 5 ingredients to be Evaluated.</title>
      <link>https://community.jmp.com/t5/Discussions/Optimizing-a-Mixture-of-maximum-3-Ingredients-with-5-ingredients/m-p/875033#M103860</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/69224"&gt;@LambdaCanary630&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Welcome in the Community !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think of (at least) 2 options to get the Mixture design you want with the constraints on the number of ingredients. Here are the options (from easiest to most difficult) :&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The repartition of points in any design is influenced by the model you assume in the &lt;A href="https://www.jmp.com/support/help/en/18.1/#page/jmp/define-factor-constraints.shtml#" target="_self"&gt;Model&lt;/A&gt; panel. If your assumed model contains only effects up to 3rd order, you'll have only runs with up to 3 components in your Mixture design. &lt;BR /&gt;Example here with a Custom D-Optimal design with 45 runs, assuming Scheffe Cubic model :&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_0-1747814030929.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/76051i0A8988697F6376DE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1747814030929.png" alt="Victor_G_0-1747814030929.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;If you have supposed a more complex model and/or using a &lt;A href="https://www.jmp.com/support/help/en/18.1/#page/jmp/spacefilling-designs.shtml#" target="_blank" rel="noopener"&gt;Space-Filling Design&lt;/A&gt; approach, one option is to use a &lt;A href="https://community.jmp.com/t5/Abstracts/Candidate-Set-Designs-Tailoring-DOE-Constraints-to-the-Problem/ec-p/756629#M478" target="_self"&gt;Candidate Set&lt;/A&gt; approach : you generate a large list of different experiments through Custom Design, Simulator, or any other (DoE) platform, and you delete/filter the runs involving 4+ components. &lt;BR /&gt;To do this filtering, you can add "binary" indicator formula columns for each of your mixture factors (if X1&amp;gt;0, then Indicator1=1, else 0) :&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;If(:X1 &amp;gt; 0, 1, 0)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and use these indicator columns in a sum, where you can use a local data filter : Sum(Indicator1+Indicator2+...+Indicator5) ≤ 3 :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Current Data Table() &amp;lt;&amp;lt; Data Filter(
	Location( {388, 388} ),
	Add Filter(
		columns( :"Indicator1+Indicator2+Indicator3+Indicator4+Indicator5"n ),
		Where( :"Indicator1+Indicator2+Indicator3+Indicator4+Indicator5"n &amp;lt;= 3 )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The filtered remaining rows will respect your components number constraints.&lt;BR /&gt;Then, you can use the Custom Design platform from your candidate runs table and click on the option "Select Covariate Factors", and then select the corresponding factors, to build a design only using possible runs from your candidate runs table :&amp;nbsp;&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_1-1747814292166.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/76052i71ED772C42F00E38/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_1-1747814292166.png" alt="Victor_G_1-1747814292166.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There might be other ways, but these 2 options look the most straightforward to me.&lt;BR /&gt;Hope this will help you,&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 11:15:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Optimizing-a-Mixture-of-maximum-3-Ingredients-with-5-ingredients/m-p/875033#M103860</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2025-05-21T11:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Optimizing a Mixture of maximum 3 Ingredients, with 5 ingredients to be Evaluated.</title>
      <link>https://community.jmp.com/t5/Discussions/Optimizing-a-Mixture-of-maximum-3-Ingredients-with-5-ingredients/m-p/875066#M103864</link>
      <description>Thank you Victor!&lt;BR /&gt;&lt;BR /&gt;I was Not sure if restricting the Model to the 3rd Order would precluce combination of more than 3. from a logical Point of view it totally makes Sense.&lt;BR /&gt;&lt;BR /&gt;When I want to add a process Parameter, so either prepare a mixture in melt or in Solution, i would Need a combined Design, Right? But the Rest Stays the Same? So 3rd Order Model and d-optimal Design, but now combined? I also know That at least the pure components Are partly only possible to process in melt or solution, so this can be another constraint.</description>
      <pubDate>Wed, 21 May 2025 11:03:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Optimizing-a-Mixture-of-maximum-3-Ingredients-with-5-ingredients/m-p/875066#M103864</guid>
      <dc:creator>LambdaCanary630</dc:creator>
      <dc:date>2025-05-21T11:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Optimizing a Mixture of maximum 3 Ingredients, with 5 ingredients to be Evaluated.</title>
      <link>https://community.jmp.com/t5/Discussions/Optimizing-a-Mixture-of-maximum-3-Ingredients-with-5-ingredients/m-p/875070#M103866</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/69224"&gt;@LambdaCanary630&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Technically, any runs involving 3+ components could help in determining 3rd order effects. But the most informative runs will be the ones involving 3 components, hence the optimal design generated by the platform.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to add a process parameter, I would recommend introducing this factor directly in the design with the mixture factors :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_0-1747826481685.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/76055i34AF6FF1D5582419/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1747826481685.png" alt="Victor_G_0-1747826481685.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You could use the "Disallowed Combinations Filter" if you have some impossible combinations between mixture ratios and process parameter. For example here, I have specified that ratio for mixture components between 0,6 and 1 can't be used when process is "Solution" :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_1-1747826603268.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/76056i94CE834AEA63AF64/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_1-1747826603268.png" alt="Victor_G_1-1747826603268.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For explanations on factors constraints and how to use/apply them, I highly recommend the article&amp;nbsp;&lt;LI-MESSAGE title="Demystifying Factor Constraints" uid="619898" url="https://community.jmp.com/t5/JMP-Blog/Demystifying-Factor-Constraints/m-p/619898#U619898" 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;by&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/610"&gt;@Jed_Campbell&lt;/a&gt;. The Candidate Set approach can also be a solution if the previous constraints definitions are not possible or if the constraint is to complex to define with the previous options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this answer will help you,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 11:25:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Optimizing-a-Mixture-of-maximum-3-Ingredients-with-5-ingredients/m-p/875070#M103866</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2025-05-21T11:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Optimizing a Mixture of maximum 3 Ingredients, with 5 ingredients to be Evaluated.</title>
      <link>https://community.jmp.com/t5/Discussions/Optimizing-a-Mixture-of-maximum-3-Ingredients-with-5-ingredients/m-p/875157#M103874</link>
      <description>Thank you for the clarification. &lt;BR /&gt;&lt;BR /&gt;I tried to set the disallowed combination Filter, but it actually led to an error, because the Factor constraints Are Not usable with mixture factors. Is this because of my Academic license or in General?</description>
      <pubDate>Wed, 21 May 2025 14:55:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Optimizing-a-Mixture-of-maximum-3-Ingredients-with-5-ingredients/m-p/875157#M103874</guid>
      <dc:creator>LambdaCanary630</dc:creator>
      <dc:date>2025-05-21T14:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Optimizing a Mixture of maximum 3 Ingredients, with 5 ingredients to be Evaluated.</title>
      <link>https://community.jmp.com/t5/Discussions/Optimizing-a-Mixture-of-maximum-3-Ingredients-with-5-ingredients/m-p/875158#M103875</link>
      <description>&lt;P&gt;It's in general, blocking factors also prevent from using disallowed combinations.&lt;BR /&gt;It would be perhaps easier to use the Candidate Set approach in case of disallowed combinations for the mixture factors.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 15:02:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Optimizing-a-Mixture-of-maximum-3-Ingredients-with-5-ingredients/m-p/875158#M103875</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2025-05-21T15:02:23Z</dc:date>
    </item>
  </channel>
</rss>

