deephyper.skopt.sampler.InitialPointGenerator# class deephyper.skopt.sampler.InitialPointGenerator[source]# Bases: object Methods generate set_params Set the parameters of this initial point generator. set_params(**params)[source]# Set the parameters of this initial point generator. Parameters: **params (dict) – Generator parameters. Returns: self – Generator instance. Return type: object