Hi @kjwx109prime,
Indeed, lowering the setpoint for the study so that all maximum values (coded +1) are feasible in the project could be an idea, but depending on the selected solvants used and their boiling points differences, some large experimental area between the maximum value of the design +1 and the boiling points of each solvant may not be explored.
A more practical and flexible way to deal with these differences could be to use the disallowed combinations filter in the Custom Design platform. Here is a small DoE as an example, dealing with 2 factors :
- A categorical 2-levels factor, the choice of solvent : Methanol or Propanol.
- A continuous factor, Temperature (°C).
As the boiling point of Methanol is around 65°C and the one of Propanol is around 97°C, I want to define disallowed combinations in my experimental plan : no experiments should be run above 60°C when using Methanol, and no experiments should be run above 95°C when using Propanol. I can define this constraint using "Disallowed Combinations Filter" :
Or using the following script in the "Disallowed Combinations Filter script" :
Solvent == "Methanol" & Temperature >= 60 | Solvent == "Propanol" & Temperature >=
95
After specifying my model, I can check than my experimental constraint has been considered in my design :
I can highly recommend reading the blog post by @Jed_Campbell who clearly explains the use of constraint and how to set them up in DoE : Demystifying Factor Constraints
Attached you will find the datatable used for this example to check the construction of the constraint and resulting design.
I hope this answer will help you,
Victor GUILLER
L'Oréal Data & Analytics
"It is not unusual for a well-designed experiment to analyze itself" (Box, Hunter and Hunter)