Registry Catalog: axis_type
Parent: Layer 0
Current:
axis_type
axis_type is registry metadata. It is not a user-facing Layer 0 recipe axis
and should not be set in new recipes.
The catalog exists so registry entries can describe how an axis behaves in the larger design system.
Values
Value |
Meaning |
|---|---|
|
axis is normally fixed within one study path |
|
axis is normally swept across multiple values |
|
axis participates in nested sweep designs |
|
axis is activated only after another choice |
|
axis is derived from other recipe state |
How This Differs From Layer 0 User Axes
Concept |
User Sets It In Recipe? |
Purpose |
|---|---|---|
|
yes or compiler-derived |
study shape |
|
yes |
failure behavior |
|
yes |
seed policy |
|
yes |
execution scheduling |
|
no |
registry taxonomy |
Invalid YAML
Do not write:
0_meta:
fixed_axes:
axis_type: fixed
axis_type belongs to registry definitions, not recipe instances.
Notes
List layers use
fixed_axesand, where supported, sweep structures.Graph layers use explicit
nodesandsinks.L0 public axes are fixed setup choices and are not sweepable.