EvSys

MatrixSpec

Cartesian-product expansion of a base run.

Example: matrix: base_run: ... # full RunConfig template axes: algorithm.params.lora_rank: [1, 8] algorithm.params.learning_rate: [1e-4, 5e-5] name_template: "{base}__rank{algorithm.params.lora_rank}__lr{algorithm.params.learning_rate}"

Attributes

attributebase_runRunConfig
attributeaxesdict[str, list[Any]]
= Field(default_factory=dict)
attributename_templatestr | None
= None

Optional template for run names. Uses {key} for axis values + {base}.

On this page