Skip to content

Commit dfc19f8

Browse files
Update user-guide.rst
1 parent d7a9358 commit dfc19f8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/sphinx/source/user-guide.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,19 @@ hyper-parameters):
159159
>>> print(f"SCEM: {results['n_function_evaluations']}, {results['best_so_far_y']}")
160160
SCEM: 1000000, 10.328016143160333
161161
162+
Please refer to e.g., the following books or papers as some of
163+
representative *references* to **Hyper-Parameter Optimization (HPO)**:
164+
165+
* Hutter, et al., 2019. [Automated machine learning: Methods, systems,
166+
challenges](https://www.automl.org/wp-content/uploads/2019/05/AutoML_Book.pdf).
167+
Springer.
168+
* Bergstra and Bengio, 2012. [Random search for hyper-parameter
169+
optimization](https://www.jmlr.org/papers/v13/bergstra12a.html).
170+
JMLR, 3(10), pp.281-305.
171+
* Hoos, 2011. [Automated algorithm configuration and parameter
172+
tuning](https://link.springer.com/chapter/10.1007/978-3-642-21434-9_3).
173+
In Autonomous Search (pp. 37-71). Springer.
174+
162175
Result Analysis
163176
---------------
164177

0 commit comments

Comments
 (0)