(bayesian-optimization
f
{:keys [warm-up init-points bounds utility-function-type utility-param kernel
kscale jitter noise optimizer normalize?]
:or {kscale 1.0
kernel (k/kernel :mattern-52)
warm-up (* (count bounds) 1000)
init-points 3
utility-function-type :ucb
utility-param (if (#{:ei :poi} utility-function-type) 0.001 2.576)
jitter 0.25
normalize? true}})
(optimizer method
f
{:keys [max-evals max-iters goal bounds stats? population-size
bounded? gradient-h]
:as config})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close