R/bibentries.R

#' @importFrom utils bibentry
bibentries = c(
    li_2018 = bibentry("article",
      key     = "li_2018",
      author  = "Lisha Li and Kevin Jamieson and Giulia DeSalvo and Afshin Rostamizadeh and Ameet Talwalkar",
      title   = "Hyperband: A Novel Bandit-Based Approach to Hyperparameter Optimization",
      journal = "Journal of Machine Learning Research",
      year    = "2018",
      volume  = "18",
      number  = "185",
      pages   = "1-52",
      url     = "https://jmlr.org/papers/v18/16-558.html"
  ),

    jamieson_2016 = bibentry("InProceedings",
      key       =    "jamieson_2016",
      title     = 	 "Non-stochastic Best Arm Identification and Hyperparameter Optimization",
      author    = 	 "Kevin Jamieson and Ameet Talwalkar",
      booktitle =    "Proceedings of the 19th International Conference on Artificial Intelligence and Statistics",
      pages     = 	 "240-248",
      year      = 	 "2016",
      editor    = 	 "Arthur Gretton and Christian C. Robert",
      volume    = 	 "51",
      series    = 	 "Proceedings of Machine Learning Research",
      address   = 	 "Cadiz, Spain",
      publisher =    "PMLR",
      url       = "http://proceedings.mlr.press/v51/jamieson16.html"),

    li_2020 = bibentry("InProceedings",
      key       = "li_2020",
      title     = "A System for Massively Parallel Hyperparameter Tuning",
      author    = "Liam Li and Kevin Jamieson and Afshin Rostamizadeh and Ekaterina Gonina and Jonathan Ben-tzur and Moritz Hardt and Benjamin Recht and Ameet Talwalkar",
      booktitle = "Proceedings of Machine Learning and Systems",
      editor    = "I. Dhillon and D. Papailiopoulos and V. Sze",
      pages     = "230--246",
      volume    = "2",
      year      = "2020",
      url       = "https://proceedings.mlsys.org/paper_files/paper/2020/hash/a06f20b349c6cf09a6b171c71b88bbfc-Abstract.html")
)
mlr-org/mlr3hyperband documentation built on Feb. 12, 2025, 5:33 p.m.