Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 805 Bytes

File metadata and controls

15 lines (10 loc) · 805 Bytes

SAIAYN

This repository contains a collection of Python modules for the paper Rethinking Exploration in Asynchronous Bayesian Optimization: Standard Acquisition is All You Need at the First Exploration in AI Today Workshop at ICML (EXAIT at ICML 2025).

📦 Contents

File Description
main.py Main script to run BO experiments.
BO.py Core Bayesian Optimization classes and logic.
acquisition.py Acquisition functions used in BO.
tasks/ Objective function implementations.
utils.py Utility functions and helpers.