set_sampler
Configure the sampler for hyperparameter optimization studies in Optuna, selecting from TPESampler, NSGAIISampler, RandomSampler, or GPSampler based on optimization needs.
Instructions
Set the sampler for the study. The sampler must be one of the following: - TPESampler - NSGAIISampler - RandomSampler - GPSampler
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes |