Bayesian Optimization

Use this skill when the Blue Team needs to tune a small set of numeric hyperparameters (chunk size, top-k, rrf_k, top-n for reranker, generation temperature) and the eval call is expensive enough that random or grid search would burn the budget. Bayesian Optimization uses a probabilistic surrogate (Gaussian Process or Tree-structured Parzen Estimator) to propose the next point most worth evaluating.

AllanWessels f729261 3.3 KB Updated

File contents

AllanWessels/Bratan/tree/main/skills/bayesian-optimization commit f729261fbd

Frequently asked questions

npx skillmds@latest add allanwessels/bayesian-optimization