Tunny Icon
Tunnydocs

The next-gen Grasshopper optimization tool.

Visualize Tab

image

Values that can be set and their meanings are as follows.

Open Optuna-Dashboard

image
  • Run Real-time Web Dashboard for handling optimization results.
    • Unlike other optimization components, Tunny does not automatically launch a window to check the optimization status when optimization is performed
    • The "5s" in the upper right corner of the above dashboard screen indicates the update frequency. If you want to check the results in real time, please set this to the desired level.
  • You can more easily check results or even see results in real time.
  • Each time you press the button, the Dashboard server starts up.
    • Please be sure to close the server when you are done using it, as multiple servers may not load results properly if more than one server is started.

Target Study (new in v0.6)

  • Select the Study to be visualized.

Visualize type

  • The following types of graphing are supported. See the Optuna.visualization page below for more information.
    1. contour
    2. EDF
    3. intermediate values
    4. optimization history
    5. parallel coordinate
    6. param importance
    7. pareto front
    8. slice
    9. hypervolume (Tunny only)
    10. clustering (Tunny only)

Target Objective & Variable (new in v0.6)

  • You can select the Objective and Variable to be visualized.
  • The number of items that can be visualized differs for each Visualize type.

Show & Save

  • The show button displays the optimization results in the browser.
  • The save button saves the optimization results. (new in v0.6)

Number of cluster

  • Cluster the results of the Pareto front when performing multi-objective optimization.Any number of clusters can be specified.
  • The k-means method uses random for clustering.
    • The rough outline is not expected to change, but please understand that the results may vary from clustering to clustering.

Include dominated trials in pareto front (new in v0.6)

  • If checked, the dominated trials will also be displayed when ParetoFront is visualized.