vthorey/benderopt
Black-box optimization library
This tool helps you quickly find the best settings for systems where evaluating options takes a lot of time or resources, like optimizing a machine learning model or a marketing campaign. You provide a range of possible values for each setting and a way to measure how well each combination performs. It then intelligently suggests new settings to try, aiming to get to the best outcome in the fewest possible attempts. It's designed for data scientists, machine learning engineers, and business analysts who need to fine-tune complex systems efficiently.
No commits in the last 6 months.
Use this if you need to find optimal parameters for a function or system where each evaluation is costly and you cannot easily calculate its gradient.
Not ideal if your function has easily calculable gradients or if you have unlimited resources for evaluations.
Stars
87
Forks
6
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Aug 16, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/vthorey/benderopt"
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.