Sorry, @Mariana_Aguilar . I didnt read your comment properly. I was looking at 3 mixture factors. With 4 mixture factors the run numbers obviously get bigger: Min = 15, Recommended = 20.
DOE(
Custom Design,
{Add Response( Maximize, "Y", ., ., . ), Add Factor( Mixture, 0, 1, "Mix1", 0 ),
Add Factor( Mixture, 0, 1, "Mix2", 0 ), Add Factor( Mixture, 0, 1, "Mix3", 0 ),
Add Factor( Mixture, 0, 1, "Mix4", 0 ),
Add Factor( Continuous, -1, 1, "Process1", 0 ), Set Random Seed( 4216334 ),
Add Term( {1, 1} ), Add Term( {2, 1} ), Add Term( {3, 1} ), Add Term( {4, 1} ),
Add Term( {1, 1}, {2, 1} ), Add Term( {1, 1}, {3, 1} ),
Add Term( {1, 1}, {4, 1} ), Add Term( {1, 1}, {5, 1} ),
Add Term( {2, 1}, {3, 1} ), Add Term( {2, 1}, {4, 1} ),
Add Term( {2, 1}, {5, 1} ), Add Term( {3, 1}, {4, 1} ),
Add Term( {3, 1}, {5, 1} ), Add Term( {4, 1}, {5, 1} ), Add Term( {5, 2} ),
Set Sample Size( 20 ), Simulate Responses( 0 ), Save X Matrix( 0 )}
);