キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Discussions

Solve problems, and share tips and tricks with other JMP users.
言語を選択 翻訳バーを非表示
PoissonGopher92
Level III

Optimization with factor constraints

So I want to perform an optimization but I want to include constraints of the factor combinations possible, from which the optimum should be found. So I want T1, T2, T3 as well as D1, D2, D3 to be varied at the same time. So all factors containing T should have the same level and all factors containing D should have the same level at the end of the optimization. So in a sense, the respective factors should be tied together for the optimization (T1 = T2 = T3, D1 = D2 = D3). Sadly I did not find how to do this in JMP. Any help is welcome!

Screenshot 2024-06-20 153437.png

 

1 件の受理された解決策

受理された解決策
MathStatChem
Level VII

Re: Optimization with factor constraints

Create a two new columns in the data table, T and D.   Copy the prediction formula of the model and replace T1, T2, T3 in the model with T, and D1, D2, D3 in the model with D.  The profiler that function and find the optimal setting for T and D.  

元の投稿で解決策を見る

2件の返信2
MathStatChem
Level VII

Re: Optimization with factor constraints

Create a two new columns in the data table, T and D.   Copy the prediction formula of the model and replace T1, T2, T3 in the model with T, and D1, D2, D3 in the model with D.  The profiler that function and find the optimal setting for T and D.  

PoissonGopher92
Level III

Re: Optimization with factor constraints

Works perfectly, thank you very much! 

おすすめの記事