Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Bayesian Optimize
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 459% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 129% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 276% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -7% | 0% |
| case-21 | ✓→✗ | ▼ Worse | -17% | 0% |
<!--
#
#
-->
The Bayesian Optimizer allows agents to efficiently explore a parameter space to maximize a target metric (yield, purity, binding affinity) with minimal experiments. It uses Gaussian Processes to model uncertainty and the Upper Confidence Bound (UCB) acquisition function.
User: "Given these past results, what temperature and pH should I try next?"
Agent Action:
bashpython3 Skills/Mathematics/Probability_Statistics/bayesian_optimization.py \ --history "[[20, 7.0, 0.5], [25, 6.5, 0.6]]" \ --bounds "[[10, 40], [5, 9]]" \ --output next_experiment.json
<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->
Other measured skills in the registry, with their headline benchmark lift.