You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,6 +184,7 @@ Since MCP clients know the list of tools and the details of each tool, users do
184
184
-[Starting the Optuna dashboard and analyzing optimization results](#starting-the-optuna-dashboard-and-analyzing-optimization-results)
185
185
-[Optimizing the FFmpeg encoding parameters](#optimizing-the-ffmpeg-encoding-parameters)
186
186
-[Optimizing the Cookie Recipe](#optimizing-the-cookie-recipe)
187
+
-[Optimizing the Matplotlib Configuration](#optimizing-the-matplotlib-configuration)
187
188
188
189
### Optimizing the 2D-Sphere Function
189
190
@@ -218,15 +219,29 @@ Optuna dashboard provides various visualizations to analyze the optimization res
218
219
219
220
This demo showcases how to use the Optuna MCP server to automatically find optimal FFmpeg encoding parameters. It optimizes x264 encoding options to maximize video quality (measured by the SSIM score) while keeping encoding time reasonable.
220
221
221
-
Check out [examples/ffmpeg.md](https://raw.githubusercontent.com/optuna/optuna-mcp/main/examples/ffmpeg/ffmpeg.md) for details.
222
+
Check out [examples/ffmpeg.md](https://github.com/optuna/optuna-mcp/tree/main/examples/ffmpeg/ffmpeg.md) for details.
In this example, we will optimize a cookie recipe, referencing the paper titled "[Bayesian Optimization for a Better Dessert](https://research.google/pubs/bayesian-optimization-for-a-better-dessert/)".
228
229
229
-
Check out [examples/cookie-recipe](https://raw.githubusercontent.com/optuna/optuna-mcp/main/examples/cookie-recipe/README.md) for details.
230
+
Check out [examples/cookie-recipe](https://github.com/optuna/optuna-mcp/tree/main/examples/cookie-recipe/README.md) for details.
231
+
232
+
### Optimizing the Matplotlib Configuration
233
+
234
+
<table>
235
+
<caption>Default and optimized figures by Optuna MCP.</caption>
0 commit comments