diff --git a/_posts/2025-12-31-adaptive-experimentation.md b/_posts/2025-12-31-adaptive-experimentation.md new file mode 100644 index 0000000..e8604b5 --- /dev/null +++ b/_posts/2025-12-31-adaptive-experimentation.md @@ -0,0 +1,13 @@ +--- +layout: single +title: "Learning Adaptive Experimentation" +date: 2025-12-31 12:00:00 -0600 +published: false +tag: [misc] +toc: true +toc_sticky: true +excerpt: How to move from static A/B/n experimentation framework to a more efficient one. +header: + teaser: assets/images/bandit-logo.png +--- +TODO diff --git a/assets/images/bandit-logo.png b/assets/images/bandit-logo.png new file mode 100644 index 0000000..83ef0b7 Binary files /dev/null and b/assets/images/bandit-logo.png differ