From b4442c573417372ad759e151ce396f09c0c06e11 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 13 Jun 2022 23:35:59 +0200 Subject: [PATCH] direct: update readme --- direct/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/README.md b/direct/README.md index 161191d..f3aa171 100644 --- a/direct/README.md +++ b/direct/README.md @@ -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/)