This page explains how to tune your strategy by finding the optimal parameters, a process called hyperparameter optimization. The bot uses algorithms included in the scikit-optimize package to ...
Hyperopt is a tool designed for hyperparameter optimisation in machine learning, utilising Bayesian optimisation techniques. It distinguishes itself by allowing users to describe the search space more ...
Hyperopt is a Python library for serial and parallel optimization over awkward search spaces, which may include real-valued, discrete, and conditional dimensions. Create an account on GitHub if you do ...