From 941a165581bb15677a145c70a7db301eff8ddba2 Mon Sep 17 00:00:00 2001 From: Aero-Spec Date: Sun, 22 Sep 2024 14:38:25 -0400 Subject: [PATCH] Update algorithm.md --- docs/src/algorithm.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/algorithm.md b/docs/src/algorithm.md index e1f6850..b29c710 100644 --- a/docs/src/algorithm.md +++ b/docs/src/algorithm.md @@ -11,7 +11,9 @@ Additionally, by not requiring the Lipschitz constant, the DIRECT algorithm is a - The figure below shows the DIRECT method after 16 iterations on the Branin function. The cells are much denser around the minima of the Branin function because the DIRECT method is designed to increase its resolution in promising regions. ![page_11](https://github.com/user-attachments/assets/b833bedd-41aa-40c5-a27f-26188a171797) + --- + ### Key Concepts of the DIRECT Algorithm 1. **Search Space**: