diff --git a/docs/assets/page_12.svg b/docs/src/assets/page_12.svg similarity index 100% rename from docs/assets/page_12.svg rename to docs/src/assets/page_12.svg diff --git a/docs/assets/page_13.svg b/docs/src/assets/page_13.svg similarity index 100% rename from docs/assets/page_13.svg rename to docs/src/assets/page_13.svg diff --git a/docs/assets/page_14.svg b/docs/src/assets/page_14.svg similarity index 100% rename from docs/assets/page_14.svg rename to docs/src/assets/page_14.svg diff --git a/docs/assets/page_15.svg b/docs/src/assets/page_15.svg similarity index 100% rename from docs/assets/page_15.svg rename to docs/src/assets/page_15.svg diff --git a/docs/assets/page_16.svg b/docs/src/assets/page_16.svg similarity index 100% rename from docs/assets/page_16.svg rename to docs/src/assets/page_16.svg diff --git a/docs/assets/page_17.svg b/docs/src/assets/page_17.svg similarity index 100% rename from docs/assets/page_17.svg rename to docs/src/assets/page_17.svg diff --git a/docs/assets/page_18.svg b/docs/src/assets/page_18.svg similarity index 100% rename from docs/assets/page_18.svg rename to docs/src/assets/page_18.svg diff --git a/docs/assets/page_19.svg b/docs/src/assets/page_19.svg similarity index 100% rename from docs/assets/page_19.svg rename to docs/src/assets/page_19.svg diff --git a/docs/assets/page_20.svg b/docs/src/assets/page_20.svg similarity index 100% rename from docs/assets/page_20.svg rename to docs/src/assets/page_20.svg diff --git a/docs/assets/page_21.svg b/docs/src/assets/page_21.svg similarity index 100% rename from docs/assets/page_21.svg rename to docs/src/assets/page_21.svg diff --git a/docs/assets/page_22.svg b/docs/src/assets/page_22.svg similarity index 100% rename from docs/assets/page_22.svg rename to docs/src/assets/page_22.svg diff --git a/docs/assets/page_23.svg b/docs/src/assets/page_23.svg similarity index 100% rename from docs/assets/page_23.svg rename to docs/src/assets/page_23.svg diff --git a/docs/assets/page_24.svg b/docs/src/assets/page_24.svg similarity index 100% rename from docs/assets/page_24.svg rename to docs/src/assets/page_24.svg diff --git a/docs/src/visualization.md b/docs/src/visualization.md index 8119809..4e9520f 100644 --- a/docs/src/visualization.md +++ b/docs/src/visualization.md @@ -10,7 +10,7 @@ The left contour plot shows the Lipschitz lower bound using five function evalua --- -![Image 12](../assets/image_12.svg) +![Image 12](./assets/image_12.svg) 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. @@ -18,41 +18,41 @@ The Lipschitz lower bound for different Lipschitz constants (`l`). The estimated --- -![Image 13](../assets/image_13.svg) +![Image 13](./assets/image_13.svg) 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. --- -![Image 21](../assets/image_21.svg) +![Image 21](./assets/image_21.svg) Center-point sampling using the DIRECT scheme, which divides intervals into thirds. --- -![Image 21](../assets/image_21.svg) +![Image 21](./assets/image_21.svg) Center-point sampling using the DIRECT scheme, which divides intervals into thirds. --- -![Image 18](../assets/image_18.svg) +![Image 18](./assets/image_18.svg) 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. --- -![Image 20](../assets/image_20.svg) +![Image 20](./assets/image_20.svg) The potentially optimal intervals for the DIRECT method form a piecewise boundary that encloses all intervals along the lower-right. --- -![Image 17](../assets/image_17.svg) +![Image 17](./assets/image_17.svg) 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. \ No newline at end of file