WLJS LogoWLJS Notebook

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"]

Please visit the official Wolfram Language Reference for more details.

On this page