1.2 KiB
1.2 KiB
Playbook — DOE (Phase 1 Landscape)
Scope
Design of Experiments for Hydrotech Beam: baseline + LHS samples to map design space.
Standard flow
- Prepare clean state (archive previous results if needed)
- Run DOE with explicit backend
- Validate outputs
- Evaluate gate criteria
- Decide next phase (rerun bounds/constraints or move to TPE)
Commands
Real engineering DOE
python .\run_doe.py --backend nxopen --model-dir "<PATH_TO_NX_MODELS>" --clean --study-name hydrotech_beam_doe_phase1_real
Debug DOE only (synthetic)
python .\run_doe.py --backend stub --clean --study-name hydrotech_beam_doe_phase1_stub
Interpretation checklist
geo_infeasiblehigh: geometry bounds/checks may be too broad or too strictfully_feasible = 0: constraints may be too strict for current design space- Very low runtime and suspiciously smooth outputs: likely stub execution
Decision branch
- If gate passed: proceed to TPE seeded by feasible points
- If gate failed:
- adjust constraints and/or DV bounds
- rerun clean DOE
Documentation requirement
After each DOE run, update:
- run record
- decision and rationale
- next action owner