Skip to main content
Glama

Optuna MCP Server

Official
by optuna

plot_hypervolume_history

Generate hypervolume history plots as images to track optimization progress, using specified reference points in Optuna's automated hyperparameter tuning framework.

Instructions

Return the hypervolume history plot as an image.

Args: reference_point: A list of reference points to calculate the hypervolume.

Input Schema

NameRequiredDescriptionDefault
reference_pointYes

Input Schema (JSON Schema)

{ "properties": { "reference_point": { "items": { "type": "number" }, "title": "Reference Point", "type": "array" } }, "required": [ "reference_point" ], "title": "plot_hypervolume_historyArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/optuna/optuna-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server