direct: update readme

This commit is contained in:
Connor Olding 2022-06-13 23:35:59 +02:00
parent 5ec8485b0f
commit b4442c5734

View File

@ -15,7 +15,7 @@ there's a couple other devils in the details, but that's the gist of it.
behaving somewhat similar to BIRECT (K=2), DIRECT (K=3), and beyond.
SOO stands for **S**imultaneous **O**ptimistic **O**ptimization.
SOO is typically not as efficient as the other algorithms,
but it is simpler to implement, specially when K is fixed to a constant.
but it is simpler to implement, especially when K is fixed to a constant.
curiously, SOO is not covered in the aforementioned article, so please refer to
["Optimistic Optimization of a Deterministic Function
without the Knowledge of its Smoothness."](https://team.inria.fr/sequel/software/soo/)