Hi @agiacomo,
Welcome in the Community !
You can read more about Factor Constraints in the article from @Jed_Campbell :Demystifying Factor Constraints
I'm a bit surprised by the complexity of your constraint, as it seems you already have a precise idea about the relationships between factors. What is your objective ? Are you willing to create a useful model, approximating the "true" relationship between factors, or are you more interested in validating a physical equation/model ?
- In the first case, unless runs are not physically feasible without this complex constraint, I would remove this constraint (or simplify it), to have a broader experimental space available which can help model the relationships and increase inference space.
- If you're more interested in validating a physical equation/model, you could create a datatable with the constraint formula, and generate values for the different factors based on the equation and the available range.
You might also be interested in the Candidate Set approach if the Disallowed combinations option doesn't work as you intend to.
Here is presentation by Chris Gotwalt on how to use it :
Using a candidate set approach through these steps could help you respect your constraint:
- Create your candidate set, a datatable for all your factors and formula uniform distributions (with the limits you have set for continuous factors X1 to X5) or random integer (from min to max for your numeric discrete factors) with a large number of rows (1000+ might be a good start).
- Using a data filter on this datatable, exclude points that do not respect your constraint.
- Use the Custom design platform on your candidate set datatable, use "Select Covariate Factors" and select your factors.
- Specify your model and the number of runs in your design. You can check "Allow covariate rows to be repeated" if the runs can be replicated in your experimental setup.
- You should obtain a design that do respect your constraint.
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)