File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,9 @@ Performance plot
4141----------------
4242Perhaps the most useful plot of the two is to see how much we know about which configuration will
4343achieve which **objective ** score. To view this, mousing over the **Incumbent ** will tell you the
44- best configuration found for the given *objective * and *budget *. The **Evaluated Configuration **
44+ best configuration found for the given *objective * and *budget *. For non-deterministic runs (i.e.
45+ multiple seeds evaluated per configuration), only configurations evaluated on the maximum number of
46+ seeds are considered to choose the best configuration from. The **Evaluated Configuration **
4547points will have a true objective score, all be it possibly noisy if the objective is noisy.
4648Using these two kind of points, we can try to infer what the performance for the rest of the
4749configuration space will be.
Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ deviation too.
1313 The configuration spaces of the selected runs should be equal. Otherwise, a good comparison
1414 is not possible. They can, however, still be displayed in the same graph.
1515
16+ .. note ::
17+ For non-deterministic runs (i.e. multiple seeds evaluated per configuration), only
18+ configurations evaluated on the maximum number of seeds are considered to choose the best
19+ configuration at a given time from.
20+
1621This plugin is capable of answering following questions:
1722
1823* Does the optimizer converge?
You can’t perform that action at this time.
0 commit comments