direct: update readme
This commit is contained in:
parent
5ec8485b0f
commit
b4442c5734
1 changed files with 1 additions and 1 deletions
|
@ -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/)
|
||||
|
|
Loading…
Add table
Reference in a new issue