Skip to content

Commit

Permalink
Update README.md - Added Mykel's Requested Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aero-Spec authored Sep 22, 2024
1 parent 941a165 commit 4bb7244
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

**DividedRectangles.jl** provides an implementation of the DIRECT (DIvided RECTangles) [algorithm for global optimization](https://scholar.google.com/scholar?hl=en&as_sdt=0%2C5&q=Lipschitzian+optimization+without+the+Lipschitz+constant&btnG=). The DIRECT algorithm is particularly useful for optimizing functions where the Lipschitz constant is unknown. This package allows users to perform both univariate and multivariate optimization efficiently.

---
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)

---

This documentation provides detailed usage examples, theoretical background, and advanced customization options to help you get the most out of `DividedRectangles.jl`.

Expand All @@ -32,7 +32,6 @@ To use the `DividedRectangles` module, start your code with:
```julia
using DividedRectangles
```
---

## Core Functions

Expand Down Expand Up @@ -67,7 +66,6 @@ println("Best design found: ", result)

**Returns:**
- The best design 𝑥 found by DIRECT.
---

## Credits

Expand Down

0 comments on commit 4bb7244

Please sign in to comment.