Using the Disallowed Combination Script to define factor constraints in DOE
Hello,I would like to set a RSM DOE using factors A1, D1, A2 and D2:But excluding all combination of factors that give a value of (A2/A1)*(B1/B2) lower than 0.1 and higher than 10.I inserted the following line as a Disallowed Combinations Expression: However, I still get 0.01 and 100 for the (A2/A1)*(B1/B2) in the proposed experiment set: Where is the problem in the script? Why doesn’t it work the...