name mode size
adaptive 040000
.gitattributes 100644 29B
.gitignore 100644 1.05kB
LICENSE 100644 1.52kB
README.md 100644 449B
algorithm_4.py 100644 16.78kB
learner.ipynb 100644 21.15kB
requirements.txt 100644 59B
setup.py 100644 733B
test_cquad.py 100644 2.43kB
README.md
# Tools for adaptive parallel evaluation of functions ## Development In order to not pollute the history with the output of the notebooks, please setup the git filter by executing ``` git config filter.nbclearoutput.clean "jupyter nbconvert --to notebook --ClearOutputPreprocessor.enabled=True --ClearOutputPreprocessor.remove_metadata_fields='[\"deletable\", \"editable\", \"collapsed\", \"scrolled\"]' --stdin --stdout" ``` in the repository.