RankShortcuts.mjs |
For each input places GUID, report if it is currently open
note there is a < 30 second delay between a guid opening and this function
registering that change
@param {string[]} guids Array of guid stirngs
@returns {Promise<object>} Map of guid -> is open
|
27578 |
RankShortcuts.worker.mjs |
|
827 |
RankShortcutsWorkerClass.mjs |
Linear interpolation of values in histogram, wraps from end to beginning
@param {number[]} hist Defines histogram of counts
@param {number} t Time/Index we are interpolating to
@returns {normed: number} Normalized number
|
15913 |
ThomSample.mjs |
This module has utility functions for doing thompson sampling and ranking
|
4585 |