bestPoint
Best point in a Bayesian optimization according to a criterion
Syntax
Description
modifies the best point using name-value arguments.x = bestPoint(results,Name=Value)
[, for any previous syntax, also returns the value
of the criterion at x,CriterionValue]
= bestPoint(___)x.
[ also returns the iteration number at which the
best point was returned. This output argument applies only when the
x,CriterionValue,iteration]
= bestPoint(___)Criterion name-value argument is
"min-observed", "min-visited-mean", or
"min-visited-upper-confidence-interval" (the default).

