Tune parameters. Not infrastructure.
Hyperparameter optimization (HPO) automatically finds the best settings for your trading strategy, ML model, or simulation — testing hundreds of combinations so you don't have to. Bring your Docker container. We handle the rest.
| # | params | sharpe | max dd |
|---|---|---|---|
| 1 | lookback=50, atr=1.8 | 2.31 | 0.08 |
| 2 | lookback=30, atr=2.0 | 1.94 | 0.11 |
| 3 | lookback=20, atr=1.5 | 1.85 | 0.13 |
| 4 | lookback=100, atr=1.2 | 1.62 | 0.09 |
10 free beta spots
Be among the first to try managed hyperparameter optimization. No credit card, no commitment — just sign up and start optimizing.
Why HyperOptimizer?
Focus on strategy. We handle the search.
Smarter than brute force
Bayesian optimization learns from each trial result, focusing the next candidates on regions where performance peaks. Better configurations in fewer runs — not just random guessing.
As simple as print("Hello World!")
No clusters to provision, no job queues, no teardown scripts. Push a Docker image, configure parameter ranges in the dashboard, and we handle everything else.
Your strategy stays private
Containers run in full isolation. We only ever see the metric lines you explicitly print to stdout. Zero access to your source code, trading logic, or data.
Results you can read
Leaderboard ranked by any metric, convergence plots showing how the optimizer is progressing, and Pareto frontiers for multi-objective experiments. Visual clarity, not a CSV dump.
How it works
Two changes to your code. We do the rest.
No SDK, no client library, no lock-in. Dockerize once, and we run hundreds of trials for you.
Parse our args, run your code
We inject --hpo-* flags at runtime. Parse them with argparse or any CLI library — no dependency on any SDK of ours.
Print metrics to stdout
After your backtest finishes, emit metrics with the hpo.metrics. prefix. We collect them automatically — no SDK required.
View results in the dashboard
5 trials run in parallel by default. The optimizer suggests the next parameter set as results come in — view the live leaderboard as your experiment runs.
Questions & Answers
Join the private beta
We're opening 10 free spots for teams who want to optimize smarter. Try the platform, share your feedback, and help shape the product. Want us to support your framework or stack? Let us know.