Hi,
I use JMP Pro 17 for response surface design. I have 13 design variables. First I perform a Screening Design to decide on which 8 parameters are the most effective on the response, then I vary those 8 parameters to conduct a Response Surface Design. (8 is the maximum number of variables JMP accepts for Response Surface Design.) I conduct 33 experiments (with 1 center point) for Screening Design and 81 experiments (with 1 center point) for Response Surface Design.
The optimization has three goals with equal importance.
1. Minimize A
2. Minimize B
3. Match a target value of 0 for (C-D) (I want C=D, therefore (C-D)^2 should be zero.)
I (will) have the values of A, B, C and D for all 33 and 81 experiments.
For both Screening Design and Response Surface Design, I have thought of two different options to work on the response of the problem.
- Option 1: Defining a single response (Option1_singleresponse.JPG) as:
Y = A/A_centerpoint + B/B_centerpoint + (C-D)^2/(C_centerpoint-D_centerpoint)^2
In this option, I non-dimensionalized three terms with respect to their center point values. However, I am still not sure if I reflect the mathematics of the problem correctly. I want three goals to have equal importance on Y, but the terms A/A_centerpoint, B/B_centerpoint and C-D)^2/(C_centerpoint-D_centerpoint)^2 have different order of magnitudes. (For example; 0.1<A<1.3 and 2000<B<50000.) Also minimizing (C-D)^2/(C_centerpoint-D_centerpoint)^2 would not be enough since I want C to be equal to D.
- Option 2: Defining multiple responses (Option2_multiresponse_3minimize.JPG or Option2_multiresponse_2minimize_1target.JPG) for three optimization goals and following what is described in this video: Optimizing Multiple Responses .
Which option would work better for me?
If I continue with Option 2, do you think Option2_multiresponse_3minimize.JPG and Option2_multiresponse_2minimize_1target.JPG would make a difference?
(I would appreciate your time and ideas, @MRB3855 and @statman . I tagged you in order to notify you.)
Thank you so much in advance to anyone who want to contribute!