https://deepai.org/machine-learning-glossary-and-terms/hyperparameter
“A hyperparameter is a parameter that is set before the learning process begins. These parameters are tunable and can directly affect how well a model trains.”
There’s a few hyperparameter optimizers:
http://hyperopt.github.io/hyperopt/
(Ended up using Tune, in the Ray framework)