Skip to content

Commit

Permalink
Update index.md - Tim'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 ecccbc4 commit c7035e0
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,7 @@
**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.

---

Example Objective Function:
As an example of an objective function, consider:

```julia
f(x) = dot(coeffs, x)
```
where:
- `x`: represents the variables.
- `coeffs`: represents the coefficients corresponding to each variable.

This is just one possible objective function that could be optimized using the DIRECT algorithm. The algorithm works by dividing the search space into smaller rectangles and evaluating the function at specific points within these rectangles to find the optimal solution.
![page_11](https://github.com/user-attachments/assets/b833bedd-41aa-40c5-a27f-26188a171797)

---

Expand Down

0 comments on commit c7035e0

Please sign in to comment.