BayesianMinimizationObject
BayesianMinimizationObject[…] represents the result of a Bayesian minimization process.
Examples
Perform Bayesian minimization:
result = BayesianMinimization[#^2 &, {-10, 10}]
(* BayesianMinimizationObject[...] *)Extract the minimum:
result["MinimumConfiguration"]Something isn't working? Report an issue.
Please visit the official Wolfram Language Reference for more details.