We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01bffda commit ba037d7Copy full SHA for ba037d7
docs/sphinx/source/bbo.rst
@@ -81,6 +81,10 @@ Some of common problem characteristics of BBO are presented below:
81
82
* `[Li et al., 2023, NeurIPS] <https://openreview.net/forum?id=VhbV56AJNt>`_.
83
84
+* needle-in-a-haystack
85
+
86
+ * `[De Jong, 2006] <https://mitpress.mit.edu/9780262529600/evolutionary-computation/>`_
87
88
In a nutshell, for **black-box** problems the only information accessible to the algorithm is via *sampling
89
evaluation*, which can be freely selected by the algorithm, leading to Black-Box Optimization (BBO) or
90
Zeroth-Order Optimization (ZOO) or Derivative-Free Optimization (DFO) or Gradient-Free Optimization (GFO)
0 commit comments