Skip to content

Commit

Permalink
add more partly nonlocal links in the overview and
Browse files Browse the repository at this point in the history
polish getting started
  • Loading branch information
nikohansen committed Dec 2, 2024
1 parent 9cd40d3 commit a36f44f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ website:
href: index.qmd
- text: Get Started
href: getting-started/index.qmd
contents:
- text: experiment
href: getting-started/index.qmd#experiment
- text: postprocess or display
href: getting-started/index.qmd#postprocess
- section: Test Suites
contents:
- section: bbob
Expand Down Expand Up @@ -108,8 +113,11 @@ website:
- section: Development
contents:
- text: coco-experiment
href: https://github.com/numbbo/coco-experiment
- text: coco-postprocess
- text: coco-viz
href: https://github.com/numbbo/coco-postprocess
- text: coco-visualize
href: https://github.com/numbbo/coco-visualize
page-footer:
center:
- imprint.qmd
Expand Down
2 changes: 1 addition & 1 deletion getting-started/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Specifically,
```sh
python -m cocopp 22/cma-es-pycma 09/nelderdoerr 20/slsqp-11
```
displays, for example, these runtime profiles (which are, broadly speaking, empirical runtime distributions, see @hansen2022anytime) for three algorithms for all [`bbob`-functions](testbeds/bbob) (left) and for `bbob`-functions 6 and 14 (middle and right) in 20-D.
generates [this page](https://numbbo.github.io/cocopp-playground/ppdata-getting-started-1/CMA-E_NELDE_SLSQP_cac6) displaying, for example, the below runtime profiles (which are, broadly speaking, empirical runtime distributions, see @hansen2022anytime) for three algorithms over all [`bbob`-functions](testbeds/bbob) (left) and for `bbob`-functions 6 and 14 (middle and right, all in 20-D).
::::{.grid}
Expand Down

0 comments on commit a36f44f

Please sign in to comment.