-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
198 lines (194 loc) · 7.55 KB
/
_quarto.yml
File metadata and controls
198 lines (194 loc) · 7.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
project:
type: website
output-dir: _site
preview:
port: 4204
browser: false
resources:
- env.yaml
- "*.ipynb"
render:
- "*.qmd"
- "*.ipynb"
- "!scripts/"
- "!README.md"
- "env.yaml"
bibliography: references.bib
csl: style.csl
lang: en
website:
title: "<b>CO</b>mparing <b>C</b>ontinuous <b>O</b>ptimizers"
open-graph: true
sidebar:
logo: assets/images/coco-logo.svg
style: floating
search: true
collapse-level: 2
contents:
- text: Home
href: index.qmd
- text: Motivation
href: motivation.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
href: testsuites/bbob/overview.qmd
contents:
- text: Problem Visualizations
href: testsuites/bbob/viz.qmd
- section: Function Definitions
contents:
- href: testsuites/bbob/functions/f01.qmd
- href: testsuites/bbob/functions/f02.qmd
- href: testsuites/bbob/functions/f03.qmd
- href: testsuites/bbob/functions/f04.qmd
- href: testsuites/bbob/functions/f05.qmd
- href: testsuites/bbob/functions/f06.qmd
- href: testsuites/bbob/functions/f07.qmd
- href: testsuites/bbob/functions/f08.qmd
- href: testsuites/bbob/functions/f09.qmd
- href: testsuites/bbob/functions/f10.qmd
- href: testsuites/bbob/functions/f11.qmd
- href: testsuites/bbob/functions/f12.qmd
- href: testsuites/bbob/functions/f13.qmd
- href: testsuites/bbob/functions/f14.qmd
- href: testsuites/bbob/functions/f15.qmd
- href: testsuites/bbob/functions/f16.qmd
- href: testsuites/bbob/functions/f17.qmd
- href: testsuites/bbob/functions/f18.qmd
- href: testsuites/bbob/functions/f19.qmd
- href: testsuites/bbob/functions/f20.qmd
- href: testsuites/bbob/functions/f21.qmd
- href: testsuites/bbob/functions/f22.qmd
- href: testsuites/bbob/functions/f23.qmd
- href: testsuites/bbob/functions/f24.qmd
- text: Performance Comparison
href: testsuites/bbob/performancecomparisons.qmd
- text: Data Archive
href: testsuites/bbob/data-archive.qmd
- section: bbob-biobj
href: testsuites/bbob-biobj/overview.qmd
contents:
- text: Problem Visualizations
href: testsuites/bbob-biobj/viz.qmd
- text: Function Definitions
href: testsuites/bbob-biobj/def.qmd
- text: Gradient Angle Plots
href: testsuites/bbob-biobj/ecdfs.qmd
- text: Performance Comparison
href: testsuites/bbob-biobj/performancecomparisons.qmd
- text: Data Archive
href: testsuites/bbob-biobj/data-archive.qmd
- section: bbob-biobj-mixint
- section: bbob-boxed
contents:
- text: Performance Comparison
href: testsuites/bbob-boxed/performancecomparisons.qmd
- text: Data Archive
href: testsuites/bbob-boxed/data-archive.qmd
- section: bbob-constrained
href: testsuites/bbob-constrained/test-suite.qmd
contents:
- text: Function Definitions
href: http://numbbo.github.io/coco-doc/bbob-constrained/functions.pdf
- text: Performance Comparison
href: testsuites/bbob-constrained/performancecomparisons.qmd
- text: Data Archive
href: testsuites/bbob-constrained/data-archive.qmd
- section: bbob-largescale
href: testsuites/bbob-largescale/test-suite.qmd
contents:
- text: Function Definitions
href: https://arxiv.org/pdf/1903.06396
- text: Performance Comparison
href: testsuites/bbob-largescale/performancecomparisons.qmd
- text: Data Archive
href: testsuites/bbob-largescale/data-archive.qmd
- section: bbob-mixint
contents:
# - text: Problem Visualizations # seem not to display the correct functions
# href: https://numbbo.github.io/temp-doc-bbob/bbob-mixint/vis.html
- text: Function Definitions
href: https://numbbo.github.io/temp-doc-bbob/bbob-mixint/def.html
- text: Further suite information/links
href: testsuites/bbob-mixint/test-suite.qmd
- text: Performance Comparison
href: testsuites/bbob-mixint/performancecomparisons.qmd
- text: Data Archive
href: testsuites/bbob-mixint/data-archive.qmd
- section: bbob-noisy
href: testsuites/bbob-noisy/overview.qmd
contents:
- text: Problem Visualizations
href: https://numbbo.github.io/temp-doc-bbob/bbob-noisy/vis.html
- text: Function Definitions
href: https://numbbo.github.io/temp-doc-bbob/bbob-noisy/def.html
- text: Performance Comparison
href: testsuites/bbob-noisy/performancecomparisons.qmd
- text: Data Archive
href: testsuites/bbob-noisy/data-archive.qmd
- text: "Publish Results"
href: howto-publish.qmd
- section: Reference
contents:
- text: cocopp Python API
href: http://numbbo.github.io/coco-doc/apidocs/cocopp
- text: cocoex Python API
href: http://numbbo.github.io/coco-doc/apidocs/cocoex
- text: Core cocoex C API
href: http://numbbo.github.io/coco-doc/C
- section: Workshops
href: workshops/workshops.qmd
contents:
- text: Latest (BBOB-2025)
href: workshops/bbob2025.qmd
- text: Previous
href: workshops/previous.qmd
- section: Development
contents:
- text: coco-experiment
href: https://github.com/numbbo/coco-experiment
- text: coco-postprocess
href: https://github.com/numbbo/coco-postprocess
- text: coco-visualize
href: https://github.com/numbbo/coco-visualize
- text: Code sprints
href: development/sprints.qmd
- section: Misc
contents:
- text: No Free Lunch
href: misc/no-free-lunch.qmd
- text: Critiques and Rebuttals
href: misc/critiques.qmd
search:
type: textbox
format:
html:
toc: true
theme:
- cosmo
- coco.scss
html-math-method: katex
code-copy: true
code-overflow: wrap
link-external-icon: true
link-external-newwindow: true
anchor-sections: true
css: /assets/css/data-table.css
include-in-header:
text: |
<link rel="icon" type="image/png" href="/assets/images/coco-logo-16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/assets/images/coco-logo-32.png" sizes="32x32">
<link rel="icon" type="image/svg+xml" href="/assets/images/coco-logo.svg">
<link rel="icon" type="image/svg+xml" href="/assets/images/coco-logo.svg">
<link rel="shortcut icon" type="image/png" href="/assets/images/coco-logo-192.png">
<link rel="shortcut icon" sizes="192x192" href="/assets/images/coco-logo-192.png">
<link rel="apple-touch-icon" href="/assets/images/coco-logo-192.png">
<script defer src="https://umami.0x200.net/script.js" data-website-id="d3bf2497-9b15-4f22-829f-e54590c461aa"></script>