Skip to content

Commit

Permalink
Merge pull request optuna#671 from c-bata/fix-issue-667
Browse files Browse the repository at this point in the history
Fix broken links to the human-in-the-loop optimization tutorial
  • Loading branch information
c-bata authored Oct 26, 2023
2 parents c65b4cd + 29a5833 commit c7ce1bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/preferential-optimization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ What is Preferential Optimization?
----------------------------------

Preferential optimization is a method for optimizing hyperparameters, focusing of human preferences, by determining which trial is superior when comparing a pair.
It differs from `human-in-the-loop optimization utilizing objective form widgets <tutorial-hitl-objective-form-widgets>`_,
It differs from :ref:`human-in-the-loop optimization utilizing objective form widgets <tutorial-hitl-objective-form-widgets>`,
which relies on absolute evaluations, as it significantly reduces fluctuations in evaluators' criteria, thus ensuring more consistent results.

In this tutorial, we'll interactively optimize RGB values to generate a color resembling a "sunset hue",
aligining with the problem setting in `this tutorial <tutorial-hitl-objective-form-widgets>`_.
aligining with the problem setting in :ref:`this tutorial <tutorial-hitl-objective-form-widgets>`.
Familiarity with the tutorial ob objective form widgets may enhance your understanding.

How to Run Preferential Optimization
Expand Down

0 comments on commit c7ce1bd

Please sign in to comment.