Liking cljdoc? Tell your friends :D

sicmutils.numerical.minimize


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 observe is supplied, 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
observe is supplied, will be invoked with the iteration count and the
values of x and f(x) at each search step.
raw docstring

multidimensional-minimizeclj/s

(multidimensional-minimize f q)
(multidimensional-minimize f q observe)

Find the minimum of the function f: R^n -> R, given an initial point q ∈ R^n. If observe is supplied, 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^n -> R, given an initial point q ∈ R^n.
If observe is supplied, will be invoked with the iteration count and the values
of X and f(X) at each search step.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close