From 9d978dc3184c7f316f903cd583aa0b6d80e37cb7 Mon Sep 17 00:00:00 2001 From: Bas Nijholt <basnijholt@gmail.com> Date: Mon, 23 Sep 2019 20:38:56 +0200 Subject: [PATCH] mentiod raw data and plotting data --- paper.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/paper.md b/paper.md index effba5e..2ddf429 100755 --- a/paper.md +++ b/paper.md @@ -78,6 +78,8 @@ Most of our algorithms allow for a customizable loss function with which one can It integrates with the Jupyter notebook environment as well as popular parallel computation frameworks such as `ipyparallel`, `mpi4py`, and `dask.distributed`. It provides auxiliary functionality such as live-plotting, inspecting the data as the calculation is in progress, and automatically saving and loading of the data. +The raw data and source code that produces all plots in this paper is available at [@papercode]. + # Review of adaptive sampling Optimal sampling and planning based on data is a mature field with different communities providing their own context, restrictions, and algorithms to solve their problems. -- GitLab