From 8f53026d050ff1d05809aa74b5435cd61f4e2bf3 Mon Sep 17 00:00:00 2001
From: Bas Nijholt <basnijholt@gmail.com>
Date: Mon, 23 Sep 2019 13:36:26 +0200
Subject: [PATCH] rm plan.md

---
 plan.md | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 plan.md

diff --git a/plan.md b/plan.md
deleted file mode 100644
index 14c719e..0000000
--- a/plan.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# Adaptive
-
-We propose to use local criteriums for sampling combined with global updates.
-This defines a family of straightforwardly parallelizable algorithms which are useful for intermediary cost simulations.
-
-When your function evaluation is very expensive, full-scale Bayesian sampling will perform better, however, there is a broad class of simulations that are in the right regime for Adaptive to be beneficial.
-
-We can include things like:
-* Asymptotically complexity of algorithms
-* Setting of the problem, which classes of problems can be handled with Adaptive
-* Loss-functions examples (maybe include [Adaptive quantum dots](https://chat.quantumtinkerer.tudelft.nl/chat/channels/adaptive-quantum-dots))
-* Trials, statistics (such as measuring timings)
-* Line simplification algorithm as a general criterium
-* Desirable properties of loss-functions
-* List potential applications
-- 
GitLab