Reinmax Profile

class confopt.profile.ReinMaxProfile(searchspace_type: str | SearchSpaceType, epochs: int, tau_min: float = 0.1, tau_max: float = 10, **kwargs: Any)

Bases: GDASProfile

Train Profile class for ReinMax (Multi-objective Differentiable Neural Architecture Search). It inherits from the GDASProfile class and sets the sampler config for ReinMax sampler.