Papers › A System for Massively Parallel Hyperparameter Tuning

A System for Massively Parallel Hyperparameter Tuning

13 Oct 2018ICLR 2018 1arXiv:1810.05934archive 2025-07-28

Liam Li, Kevin Jamieson, Afshin Rostamizadeh, Ekaterina Gonina, Moritz Hardt, Benjamin Recht, Ameet Talwalkar

Modern learning models are characterized by large hyperparameter spaces and long training times. These properties, coupled with the rise of parallel computing and the growing demand to productionize machine learning workloads, motivate the need to develop mature hyperparameter optimization functionality in distributed computing settings. We address this challenge by first introducing a simple and robust hyperparameter optimization algorithm called ASHA, which exploits parallelism and aggressive early-stopping to tackle large-scale hyperparameter optimization problems. Our extensive empirical results show that ASHA outperforms existing state-of-the-art hyperparameter optimization methods; scales linearly with the number of workers in distributed settings; and is suitable for massive parallelism, as demonstrated on a task with 500 workers. We then describe several design decisions we encountered, along with our associated solutions, when integrating ASHA in Determined AI's end-to-end production-quality machine learning system that offers hyperparameter tuning as a service.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1810.05934")

Code

Syntology Ran 0 of 15 code samples harvested from 1 repository linked to this paper; 15 have no recorded run.

By repository: community (archive-listed): 15 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

liamcli/darts_asha officialmentioned in papermentioned on GitHubpytorch report
Joshua-Ogbebor/hyper_param-optim mentioned on GitHubpytorch report
awslabs/syne-tune mentioned on GitHubpytorchApache-2.0 report
c-bata/goptuna mentioned on GitHubMIT report
lukashedegaard/ride mentioned on GitHubpytorchApache-2.0 report
optuna/kurobako mentioned on GitHubMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 0 ran; 0 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

15unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from lukashedegaard/ride. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

apply_init_args lukashedegaard/ride/ride/core.py community (archive-listed) unverified Apache-2.0 (permissive) · 8b642ae98586389c · report
cat_steps lukashedegaard/ride/ride/lifecycle.py community (archive-listed) unverified Apache-2.0 (permissive) · e2db25de373de572 · report
detach_to_cpu lukashedegaard/ride/ride/lifecycle.py community (archive-listed) unverified Apache-2.0 (permissive) · 3a77b599b00adde4 · report
discounted_steps_per_epoch lukashedegaard/ride/ride/optimizers.py community (archive-listed) unverified Apache-2.0 (permissive) · c07ed198a634bd89 · report
fig2img lukashedegaard/ride/ride/logging.py community (archive-listed) unverified Apache-2.0 (permissive) · 1ac34a74721355dc · report
get_log_dir lukashedegaard/ride/ride/logging.py community (archive-listed) unverified Apache-2.0 (permissive) · 9170c3ab64f34ec1 · report
get_modules_to_unfreeze lukashedegaard/ride/ride/unfreeze.py community (archive-listed) unverified Apache-2.0 (permissive) · 0a139178de9f1bb5 · report
linear_unfreeze_schedule lukashedegaard/ride/ride/unfreeze.py community (archive-listed) unverified Apache-2.0 (permissive) · 416813b50c6c11a1 · report
prefix_keys lukashedegaard/ride/ride/lifecycle.py community (archive-listed) unverified Apache-2.0 (permissive) · 1a777ae82c0e6442 · report
scatter_plot lukashedegaard/ride/ride/feature_visualisation.py community (archive-listed) unverified Apache-2.0 (permissive) · 0539e693642efec3 · report
sort_out_figures lukashedegaard/ride/ride/metrics.py community (archive-listed) unverified Apache-2.0 (permissive) · 684a9bda1377854e · report
topks_correct lukashedegaard/ride/ride/metrics.py community (archive-listed) unverified Apache-2.0 (permissive) · a3813ef3bc3516ed · report
try_pickle_load lukashedegaard/ride/ride/finetune.py community (archive-listed) unverified Apache-2.0 (permissive) · 6d14d68c20596b92 · report
try_pyth_load lukashedegaard/ride/ride/finetune.py community (archive-listed) unverified Apache-2.0 (permissive) · dc96d15db03f89da · report
unfreeze_from_end lukashedegaard/ride/ride/unfreeze.py community (archive-listed) unverified Apache-2.0 (permissive) · 4915f88063dd9ab4 · report

Tasks

BIG-bench Machine LearningDistributed ComputingHyperparameter Optimization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections