Skip to content

Commit 6f41f03

Browse files
committed
Docs assets filename fix
1 parent a3fefa4 commit 6f41f03

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Manifest.toml
1+
Manifest.toml
2+
docs/build

docs/src/visualization.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,57 +2,57 @@
22

33
To better understand the optimization process, here are visualizations that represent different stages and aspects of the DIRECT algorithm's progress:
44

5-
![Image 14](../assets/image_14.svg)
5+
![Image 14](assets/page_14.svg)
66

77

88
The left contour plot shows the Lipschitz lower bound using five function evaluations. The right contour plot shows the approximation made by DIRECT, which divides the region into hyper-rectangles—one centered about each design point. Making this assumption allows for the rapid calculation of the minimum of the lower bound.
99

1010
---
1111

1212

13-
![Image 12](./assets/image_12.svg)
13+
![Image 12](assets/page_12.svg)
1414

1515

1616
The Lipschitz lower bound for different Lipschitz constants (`l`). The estimated minimum changes locally as the Lipschitz constant is varied, and the region in which the minimum lies can also vary.
1717

1818
---
1919

2020

21-
![Image 13](./assets/image_13.svg)
21+
![Image 13](assets/page_13.svg)
2222

2323
The DIRECT lower bound for different Lipschitz constants (`l`). The lower bound is not continuous, and while the minimum does not change locally, it can change regionally as the Lipschitz constant changes.
2424

2525
---
2626

2727

28-
![Image 21](./assets/image_21.svg)
28+
![Image 21](assets/page_21.svg)
2929

3030
Center-point sampling using the DIRECT scheme, which divides intervals into thirds.
3131

3232
---
3333

3434

35-
![Image 21](./assets/image_21.svg)
35+
![Image 21](assets/page_21.svg)
3636

3737
Center-point sampling using the DIRECT scheme, which divides intervals into thirds.
3838

3939
---
4040

4141

42-
![Image 18](./assets/image_18.svg)
42+
![Image 18](assets/page_18.svg)
4343

4444
Potentially-optimal hyper-rectangle identification for a particular Lipschitz constant (`l`). Black dots represent DIRECT hyper-rectangles and their location in `(f(c), r)` space. The potentially optimal hyper-rectangles form a piecewise-linear boundary along the lower-right of this space.
4545

4646
---
4747

4848

49-
![Image 20](./assets/image_20.svg)
49+
![Image 20](assets/page_20.svg)
5050

5151
The potentially optimal intervals for the DIRECT method form a piecewise boundary that encloses all intervals along the lower-right.
5252

5353
---
5454

5555

56-
![Image 17](./assets/image_17.svg)
56+
![Image 17](assets/page_17.svg)
5757

5858
The DIRECT method after 16 iterations on the Branin function. Each cell is bordered by white lines. The cells are much denser around the minima of the Branin function, as the DIRECT method procedurally increases its resolution in those regions.

0 commit comments

Comments
 (0)