class finch.util.Config

Base class for configuration classes. Classes inheriting from this class must be dataclasses (with the @dataclass decorator).

Methods

classmethod list_configs(**kwargs: Any) list

Returns a list of run configurations, which is the euclidean product between the given lists of individual configurations.