Skip to content

Commit 5b5274d

Browse files
skzhang1“skzhang1”
and
“skzhang1”
authored
Update doc and notebook (microsoft#946)
* update * update doc --------- Co-authored-by: “skzhang1” <“[email protected]”>
1 parent e7b1dac commit 5b5274d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

notebook/tune_lexicographic.ipynb

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"cells": [
33
{
4+
"attachments": {},
45
"cell_type": "markdown",
56
"metadata": {},
67
"source": [
7-
"# Tune neural networks with leicographic preference across objectives\n",
8+
"# Tune neural networks with lexicographic preference across objectives\n",
89
"This example is to tune neural networks model with two objectives \"error_rate\", \"flops\" on FashionMnist dataset. \n",
910
"\n",
1011
"**Requirements.** This notebook requires:"

website/docs/Use-Cases/Tune-User-Defined-Function.md

+12
Original file line numberDiff line numberDiff line change
@@ -662,3 +662,15 @@ For more technical details, please check our papers.
662662
booktitle={ICLR'21},
663663
}
664664
```
665+
666+
* [Targeted Hyperparameter Optimization with Lexicographic Preferences Over Multiple Objectives](https://openreview.net/forum?id=0Ij9_q567Ma). Shaokun Zhang, Feiran Jia, Chi Wang, Qingyun Wu. ICLR 2023 (notable-top-5%).
667+
668+
```bibtex
669+
@inproceedings{zhang2023targeted,
670+
title={Targeted Hyperparameter Optimization with Lexicographic Preferences Over Multiple Objectives},
671+
author={Shaokun Zhang and Feiran Jia and Chi Wang and Qingyun Wu},
672+
booktitle={International Conference on Learning Representations},
673+
year={2023},
674+
url={https://openreview.net/forum?id=0Ij9_q567Ma}
675+
}
676+
```

0 commit comments

Comments
 (0)