Wellbore Genius
Help

Latin-hypercube DOE wizard

Generate space-filling design points for probabilistic completion design. Pick the factors, ranges, and sampling scheme — export the design matrix as CSV, or enter objective values per row and train a per-workspace surrogate that the optimizer can call thousands of times per second.

No workspace context — open this wizard from a workspace (Optimization → Train surrogate) to save a trained model.
1. Factors
Engineering-unit factor names, ranges, and (optional) unit label. Names must be unique identifiers.
Uniform over [15, 40] ft — no extra params.
Uniform over [1500, 3500] lb/ft — no extra params.
Uniform over [0.1, 0.3] - — no extra params.
Uniform over [60, 100] bpm — no extra params.
Header: name,min,max,units (units optional). Aliases: factor/parameter, low/high, unit. Comma/semicolon/tab auto-detected.
2. Sampling scheme
LHS = stratified Monte Carlo (best general default). Sobol' = deterministic low-discrepancy. Plackett-Burman = two-level screening; n is determined by factor count.