|
38 | 38 | //! The implementation relies on [Mixture of Experts](egobox_moe).
|
39 | 39 | //!
|
40 | 40 | //!
|
41 |
| -//! ## Mixed-integer optmization |
| 41 | +//! ## Mixed-integer optimization |
42 | 42 | //!
|
43 | 43 | //! While [Egor] optimizer works with continuous data (i.e floats), the optimizer
|
44 | 44 | //! allows to make basic mixed-integer optimization. The configuration of the Optimizer
|
|
181 | 181 | //! (2019). [A python surrogate modeling framework with derivatives](https://doi.org/10.1016/j.advengsoft.2019.03.005).
|
182 | 182 | //! Advances in Engineering Software, 102662.
|
183 | 183 | //!
|
184 |
| -//! Dubreuil, S., Bartoli, N., Gogu, C., & Lefebvre, T. (2020). (Towards an efficient global multi- |
185 |
| -//! disciplinary design optimization algorithm)[https://doi.org/10.1007/s00158-020-02514-6]. |
| 184 | +//! Dubreuil, S., Bartoli, N., Gogu, C., & Lefebvre, T. (2020). [Towards an efficient global multi- |
| 185 | +//! disciplinary design optimization algorithm](https://doi.org/10.1007/s00158-020-02514-6). |
186 | 186 | //! Structural and Multidisciplinary Optimization, 62(4), 1739–1765.
|
187 | 187 | //!
|
188 | 188 | //! Jones, D. R., Schonlau, M., & Welch, W. J. (1998). Efficient global optimization of expensive
|
189 | 189 | //! black-box functions. Journal of Global Optimization, 13(4), 455–492.
|
190 | 190 | //!
|
191 |
| -//! \[<a id="Diouane2023">Diouane(2023)</a>\]: Diouane, Youssef, et al. "TREGO: a trust-region framework for efficient global optimization." |
| 191 | +//! \[<a id="Diouane2023">Diouane(2023)</a>\]: Diouane, Youssef, et al. |
| 192 | +//! [TREGO: a trust-region framework for efficient global optimization](https://arxiv.org/pdf/2101.06808) |
192 | 193 | //! Journal of Global Optimization 86.1 (2023): 1-23.
|
193 | 194 | //!
|
194 | 195 | //! smtorg. (2018). Surrogate modeling toolbox. In [GitHub repository](https://github.com/SMTOrg/smt)
|
|
0 commit comments