adaptive.utils module

adaptive.utils.cache_latest(f)[source]

Cache the latest return value of the function and add it as ‘self._cache[f.__name__]’.

adaptive.utils.copy_docstring_from(other)[source]
adaptive.utils.load(fname, compress=True)[source]
adaptive.utils.named_product(**items)[source]
adaptive.utils.restore(*learners)[source]
adaptive.utils.save(fname, data, compress=True)[source]