Hi @SerialFox537,
Can you be more specific about the platform you use for the design generation, the factors (only A and B ?) and factors type, as well as the assumed model ?
With the Space-Filling example or with a Custom Design, I have no design generation problem with these settings :
![Victor_G_0-1702310552082.png Victor_G_0-1702310552082.png](https://community.jmp.com/t5/image/serverpage/image-id/59526i37529DF7E77E2CB9/image-size/medium?v=v2&px=400)
![Victor_G_2-1702310627046.png Victor_G_2-1702310627046.png](https://community.jmp.com/t5/image/serverpage/image-id/59528iFD83A5A15B6087B6/image-size/medium?v=v2&px=400)
![Victor_G_5-1702310924190.png Victor_G_5-1702310924190.png](https://community.jmp.com/t5/image/serverpage/image-id/59531i0516F45FF51A0861/image-size/medium?v=v2&px=400)
![Victor_G_4-1702310897491.png Victor_G_4-1702310897491.png](https://community.jmp.com/t5/image/serverpage/image-id/59530iD260146ED9AEC344/image-size/medium?v=v2&px=400)
Here is the script as an example to regenerate the 12-runs D-Optimal design :
DOE(
Custom Design,
{Add Response( Maximize, "Y", ., ., . ),
Add Factor( Continuous, 0.5, 20, "A", 0 ),
Add Factor( Continuous, 5, 125, "B", 0 ), Set Random Seed( 360253698 ),
Number of Starts( 9706 ), Add Term( {1, 0} ), Add Term( {1, 1} ),
Add Term( {2, 1} ), Add Term( {1, 1}, {2, 1} ), Add Term( {1, 2} ),
Add Term( {2, 2} ), Set Sample Size( 12 ),
Disallowed Combinations( B > 500 * A ^ (-1) ), Simulate Responses( 0 ),
Save X Matrix( 0 ), Make Design, Set Run Order( Randomize ), Make Table}
)
And datatable is attached.
Hope this answer will help you,
Victor GUILLER
"It is not unusual for a well-designed experiment to analyze itself" (Box, Hunter and Hunter)