BayesianOptimization
A Python implementation of global optimization with gaussian processes.
A Python library for finding the best input settings for a slow or expensive function without brute-force search. It uses Bayesian optimization with a Gaussian process model to intelligently decide where to test next, minimizing the number of runs needed.
Python
★ 8.7k
3d ago
Explain →