launch_optuna_dashboard
Launch the Optuna dashboard to visualize and analyze hyperparameter optimization results, enabling interactive exploration via the Optuna MCP Server.
Instructions
Launch the Optuna dashboard
Input Schema
Name | Required | Description | Default |
---|---|---|---|
port | No |
Input Schema (JSON Schema)
{
"properties": {
"port": {
"default": 58080,
"title": "Port",
"type": "integer"
}
},
"title": "launch_optuna_dashboardArguments",
"type": "object"
}