CREATES STUDY FOR CURVE OPTIMIZER EXPERIMENTS¶
Creates a d3VIEW study scoped to Curve Optimizer experiments, wiring a source simulation, a set of design-point experiments, and a target curve into a single study record. Use this worker to bootstrap the study container before running DOE or optimization sweeps against curve-matching objectives.
When to use¶
Tagged: curve_optimizer, design_exploration, doe, experiments, optimization, study.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| NOTS | study_name | scalar | — | ✓ | Unique name for the new study; must be a valid d3VIEW Studies identifier — used as the human-readable label throughout the platform. |
| DOTS | study_description | text | — | ✓ | Free-text description of the study’s purpose, scope, or objectives; displayed in the study detail view. |
| Simulation | source_simulation_id | remote_lookup | — | ✓ | Reference to the baseline simulation from which the curve optimizer experiments will be derived; select via the platform simulation lookup. |
| Experiments | experiments | dataset | — | ✓ | Dataset defining the design-point experiments (rows = experiment configurations, columns = design variables) to be registered under the study; follow the d3VIEW dataset input schema. |
| Curve Id | curve_id | text | — | Identifier of the target curve (e.g. a channel name or platform curve ID) against which optimizer experiments will be evaluated; leave blank if the curve is resolved downstream. | |
| Run Baseline Only | baseline_only | select | yes | ✓ | Controls whether only the baseline simulation is executed (‘yes’) or the full experiment set is submitted (‘no’); default is ‘yes’ — set to ‘no’ to trigger all DOE runs. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| study | study_id | integer | Integer primary key of the newly created study record in the d3VIEW platform; used as the study reference in downstream workers. |
| simulations | simulations | dataset | Dataset listing all simulation entries (baseline and/or experiments) registered under the created study, with their IDs and status metadata. |
| curves | curves | vector | Vector of curve objects (one per experiment or baseline run) extracted from the study simulations and made available for downstream curve-matching or optimization scoring. |
Disciplines¶
- data.curve.pair
- design_exploration.doe
- design_exploration.optimization
- platform.workflow
Auto-generated from platform schema. Worker id: doe_study_curve_optimizer. Schema hash: cdcfe49b68c1. Hand-curated docs in workerexamples/ override this page when present.