mlr-org/bbotk
Black-box optimization framework for R.
This tool helps you find the best settings for any R function or model, even when you can't see its internal workings. You provide your function and define the range for its inputs, and the tool outputs the combination of inputs that yields the best result. It's designed for anyone working with R who needs to optimize complex processes or models without direct access to their source code.
Use this if you need to systematically find optimal parameters for a black-box R function or model to maximize or minimize a specific outcome.
Not ideal if you already have a clear understanding of your function's internal mechanics and prefer to use gradient-based optimization methods.
Stars
26
Forks
10
Language
R
License
LGPL-3.0
Category
Last pushed
Mar 19, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/mlr-org/bbotk"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
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.