You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# $\alpha$-PFN: Fast Entropy Search via In-Context Learning
2
2
3
-
Lightweight package for $\alpha$-PFN, a Prior-Fitted Network for fast entropy search. Supported acquisitions: Predictive Entropy Search (PES), Max Value Entropy Search (MES), Joint-Entropy Search (JES).
[](https://colab.research.google.com/github/automl/AlphaPFN/blob/main/examples/quickstart.ipynb)
4
8
5
-
> To reproduce our ICML paper experiments, see branch
9
+
**$\alpha$-PFN** is a Prior-Fitted Network that amortizes information-theoretic acquisition functions for Bayesian Optimization. It replaces the slow Monte-Carlo sampling used by classical entropy-search methods with a single transformer forward pass — yielding **1.6× – 70× speed-ups** over fully-Bayesian GP entropy search while matching its optimization quality. Drop-in compatible with `botorch.optim.optimize_acqf`. Supported acquisitions: **PES**, **MES**, **JES**.
10
+
11
+
<palign="center">
12
+
<imgsrc="images/hero.gif"alt="Traditional GP-based Entropy Search samples optima via RFF and averages conditional entropies over N MC samples; α-PFN approximates the same acquisition in a single transformer forward pass.">
13
+
</p>
14
+
15
+
> To reproduce our ICML 2026 paper experiments, see branch
0 commit comments