Liking cljdoc? Tell your friends :D
Clojure only.

shade.core


runclj

(run population-size dimension min_x max_x evaluate-function max_generation)

optimize (minimize) evaluate-function by SHADE. population-size is population-size. dimension is dimension of solution. min_x is a min domain of the problem (evaluate-function). max_x is a max domain of the problem (evaluate-function). evaluate-function is function which takes continuous values of dimension vector then returns number.

optimize (minimize) `evaluate-function` by SHADE.
`population-size` is population-size.
`dimension` is dimension of solution.
`min_x` is a min domain of the problem (`evaluate-function`).
`max_x` is a max domain of the problem (`evaluate-function`).
`evaluate-function` is function which takes continuous values of `dimension` vector then returns number.
sourceraw docstring

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

× close