https://en.wikipedia.org/wiki/Sobol_sequence Used to gridsearch efficiently without getting fancy.
https://en.wikipedia.org/wiki/Sobol_sequence Used to gridsearch efficiently without getting fancy.
(exp item-range)
Exponential exploration of the space.
Exponential exploration of the space.
(exp-long item-range)
Exponential exploration of the space.
Exponential exploration of the space.
(gridsearch option-map & [gridsearch-start-index])
Given an option map return an infinite sequence of maps. Values in the map that are fn? are considered valid options for the gridsearch.
Given an option map return an infinite sequence of maps. Values in the map that are fn? are considered valid options for the gridsearch.
(linear item-range)
Linear search through the area.
Linear search through the area.
(linear-long item-range)
Linear search through the area.
Linear search through the area.
(map->path-value-seq data-map)
Given a map, return a path-value seq where each path is the sequence of keys to get the value.
Given a map, return a path-value seq where each path is the sequence of keys to get the value.
(nominative label-vec)
Non-numeric data. Vector of options.
Non-numeric data. Vector of options.
(sobol-seq n-dims gridsearch-start-index)
Given a dimension count and optional start index, return an infinite sequence of points in the unit hypercube with coordinates in range [0-1]. :start-index - starting index. Constant time to start at any index. Returns sequence of double arrays of length n-dim.
Given a dimension count and optional start index, return an infinite sequence of points in the unit hypercube with coordinates in range [0-1]. :start-index - starting index. Constant time to start at any index. Returns sequence of double arrays of length n-dim.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close