Skip to main content
Glama

Optuna MCP Server

Official
by optuna

plot_hypervolume_history

Generate a hypervolume history plot to visualize optimization performance based on specified reference points, enabling analysis of multi-objective optimization results.

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