Skip to content
Latchkey

Hyperparameter Tuning - CI/CD Glossary Definition

Hyperparameter tuning searches over pre-training settings like learning rate to maximize validation performance.

Hyperparameter tuning searches over model configuration values (learning rate, tree depth, regularization) that are set before training to find the combination that maximizes validation performance.

Hyperparameters are the knobs you set before training; tuning automates the search for the best combination.

Search strategies

Grid search tries every combination, random search samples, and Bayesian optimization uses past results to guide the next trial. Each trial is logged via experiment tracking.

Related guides

Run this faster and cheaper on Latchkey managed runners. Start free →