d4l3k/go-bayesopt
A library for doing Bayesian Optimization using Gaussian Processes (blackbox optimizer) in Go/Golang.
This is a tool for developers building applications in Go (Golang). It helps you find the best settings for a complex system or algorithm quickly, even if testing each setting is time-consuming. You input a function that evaluates how 'good' a set of parameters is, and it outputs the optimal parameters and the best 'score' found. This is for Go developers who need to optimize black-box functions efficiently.
No commits in the last 6 months.
Use this if you are a Go developer building an application where you need to find the optimal configuration for a complex system, and each evaluation of that system is computationally expensive.
Not ideal if you are not a Go developer or if you have a simple function that can be optimized quickly through other methods like grid search or gradient descent.
Stars
51
Forks
8
Language
Go
License
MIT
Category
Last pushed
May 31, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/d4l3k/go-bayesopt"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SimonBlanke/Gradient-Free-Optimizers
Lightweight optimization with local, global, population-based and sequential techniques across...
Gurobi/gurobi-machinelearning
Formulate trained predictors in Gurobi models
emdgroup/baybe
Bayesian Optimization and Design of Experiments
heal-research/pyoperon
Python bindings and scikit-learn interface for the Operon library for symbolic regression.
simon-hirsch/ondil
A package for online distributional learning.