(->lbfgsb)
(->lbfgsb params)
Create lbfgsb object
(grad-function f goal)
(grad-function f goal tol)
(lbfgsb-fn f {:keys [goal bounds bounded? gradient-f gradient-h stats?] :or {bounded? true} :as config})
(maximize f options)
(minimize f options)
cljdoc is a website building & hosting documentation for Clojure/Script libraries