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_runRunConfigattributeaxesdict[str, list[Any]]= Field(default_factory=dict)attributename_templatestr | None= NoneOptional template for run names. Uses {key} for axis values + {base}.