Skip to content

Commit c7035e0

Browse files
authored
Update index.md - Tim's Requested Changes
1 parent ecccbc4 commit c7035e0

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

docs/src/index.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,7 @@
1010
**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.
1111

1212
---
13-
14-
Example Objective Function:
15-
As an example of an objective function, consider:
16-
17-
```julia
18-
f(x) = dot(coeffs, x)
19-
```
20-
where:
21-
- `x`: represents the variables.
22-
- `coeffs`: represents the coefficients corresponding to each variable.
23-
24-
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.
13+
![page_11](https://github.com/user-attachments/assets/b833bedd-41aa-40c5-a27f-26188a171797)
2514

2615
---
2716

0 commit comments

Comments
 (0)