SkillAgentSearch skills...

Gpsearch

Bayesian optimization and active learning with likelihood-weighted acquisition functions

Install / Use

/learn @ablancha/Gpsearch
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

gpsearch

Source code for Bayesian optimization and active learning with likelihood-weighted acquisition functions.

Installation

Clone the repo, then create a fresh conda environment from the requirements file and install using pip.

git clone https://github.com/ablancha/gpsearch.git
cd gpsearch
conda create --name myenv --file requirements.txt -c conda-forge -c dmentipl
conda activate myenv
pip install .

Notes

The acquisition functions available in gpsearch are compatible with 1.9.9 of GPy. Beware of this issue if you decide to use a different version.

Benchmarks

The following benchmarks are included:

  • stochastic oscillator (used here)
  • extreme-event precursor (used here and here)
  • borehole function (used here)
  • synthetic test functions (used here)
  • brachistochrone problem (unpublished)

References

Related Skills

View on GitHub
GitHub Stars15
CategoryEducation
Updated1mo ago
Forks9

Languages

Python

Security Score

90/100

Audited on Feb 3, 2026

No findings