set_sampler
Configure the sampler for optimization studies on the Optuna MCP Server. Choose from TPESampler, NSGAIISampler, RandomSampler, or GPSampler to define the sampling strategy based on study objectives.
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 |