From bf1dbd2985cd807db3169af73daa71f4c9bd0110 Mon Sep 17 00:00:00 2001 From: Albert Alonso Date: Sun, 25 Feb 2024 13:02:25 +0000 Subject: [PATCH] docs: add note asking for contributions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e57c07b..6d8905c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Bayex: Minimal Bayesian Optimization in JAX [![tests](https://github.com/alonfnt/bayex/actions/workflows/tests.yml/badge.svg)](https://github.com/alonfnt/bayex/actions/workflows/tests.yml) - +>[!NOTE] +>Bayex is currently a minimal, personally developed implementation that requires further development for broader application. If you're interested in engaging with Jax and enhancing Bayex, your contributions would be highly welcomed and appreciated.

@@ -11,6 +12,8 @@ | [**Contributing**](#contributing) | [**License**](#license) + + Bayex is a lightweight Bayesian optimization library designed for efficiency and flexibility, leveraging the power of JAX for high-performance numerical computations. This library aims to provide an easy-to-use interface for optimizing expensive-to-evaluate functions through Gaussian Process (GP) models and various acquisition functions. Whether you're maximizing or minimizing your objective function, Bayex offers a simple yet powerful set of tools to guide your search for optimal parameters.