WLJS LogoWLJS Notebook

BayesianMaximizationObject

BayesianMaximizationObject[...] represents the result of a Bayesian maximization process.

Examples

Perform Bayesian maximization:

result = BayesianMaximization[-#^2 &, {-10, 10}]
(* BayesianMaximizationObject[...] *)

Extract the maximum:

result["MaximumConfiguration"]

Please visit the official Wolfram Language Reference for more details.

On this page