Skip to content
Snippets Groups Projects
Joseph Weston's avatar
Joseph Weston authored
Rearrange the paragraphs so they make logical sense.
Only include pseudocode for the parallel version of the algorithm.
3e95aca3
History

Adaptive

This is the companion paper to the adaptive Python library.

See the latest draft here.

Building the paper

The simplest way to build the paper is with Docker, to make sure that all the necessary dependencies are installed. First build the Docker image:

docker build -t adaptive-paper .

Then run make inside a docker container using the image you just built:

docker run -it --rm -v $(pwd):/work -w /work adaptive-paper make