Liking cljdoc? Tell your friends :D

sicmutils.numerical.minimize

Entrypoint for univariate and multivariate minimization routines.

Entrypoint for univariate and multivariate minimization routines.
raw docstring

minimizeclj/s

(minimize f a b)
(minimize f a b observe)

Find the minimum of the function f: R -> R in the interval [a, b].

If an observe function is supplied, it will be invoked with the iteration count and the values of x and f(x) at each search step.

Find the minimum of the function `f: R -> R` in the interval `[a, b]`.

If an `observe` function is supplied, it will be invoked with the iteration
count and the values of x and f(x) at each search step.
sourceraw docstring

multidimensional-minimizeclj/s

(multidimensional-minimize func x0 & {:keys [info?] :as opts})

Entrypoint for multidimensional minimization routines.

See sicmutils.numerical.multimin.nelder-mead/nelder-mead for the only supported option.

Entrypoint for multidimensional minimization routines.

See [[sicmutils.numerical.multimin.nelder-mead/nelder-mead]] for the only
supported option.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close