Is it possible to use dataclasses for ray tune search space definition

Currently ray tune uses dictionaris to define the search space configuration

If it possible to also use dataclasses or similar “strongly typed” definitions?

Hey @Ophir_Yoktan,

This isn’t natively supported today, but is certainly possible - this is currently being done for one dataclass.

If this is something you’re interested in, could you create a feature request?

1 Like