Skip to content

Commit 3a5b6fe

Browse files
v0.0.12
1 parent b736bbf commit 3a5b6fe

12 files changed

Lines changed: 1185 additions & 1028 deletions

notebooks/00_spot_doc.ipynb

Lines changed: 154 additions & 27 deletions
Large diffs are not rendered by default.

notebooks/01_spot_intro.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
{
142142
"data": {
143143
"text/plain": [
144-
"<spotPython.spot.spot.Spot at 0x16b45aaa0>"
144+
"<spotPython.spot.spot.Spot at 0x28b72bd30>"
145145
]
146146
},
147147
"execution_count": 5,
@@ -243,7 +243,7 @@
243243
{
244244
"data": {
245245
"text/plain": [
246-
"<spotPython.spot.spot.Spot at 0x16b84c610>"
246+
"<spotPython.spot.spot.Spot at 0x28c3fc550>"
247247
]
248248
},
249249
"execution_count": 9,
@@ -298,7 +298,7 @@
298298
},
299299
{
300300
"cell_type": "code",
301-
"execution_count": 12,
301+
"execution_count": 11,
302302
"metadata": {},
303303
"outputs": [
304304
{

notebooks/02_spot_multidim.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
{
112112
"data": {
113113
"text/plain": [
114-
"<spotPython.spot.spot.Spot at 0x1578379d0>"
114+
"<spotPython.spot.spot.Spot at 0x16b7fb9a0>"
115115
]
116116
},
117117
"execution_count": 3,

notebooks/03_spot_anisotropic.ipynb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
{
8484
"data": {
8585
"text/plain": [
86-
"<spotPython.spot.spot.Spot at 0x287767850>"
86+
"<spotPython.spot.spot.Spot at 0x17f39b6a0>"
8787
]
8888
},
8989
"execution_count": 3,
@@ -117,7 +117,8 @@
117117
"output_type": "stream",
118118
"text": [
119119
"min y: 1.8750731199649933e-05\n",
120-
"min X: [[0.00151305 0.00405727]]\n"
120+
"x0: 0.0015130475553084242\n",
121+
"x1: 0.0040572673433020325\n"
121122
]
122123
}
123124
],
@@ -173,7 +174,7 @@
173174
{
174175
"data": {
175176
"text/plain": [
176-
"<spotPython.spot.spot.Spot at 0x287a85a80>"
177+
"<spotPython.spot.spot.Spot at 0x17f885960>"
177178
]
178179
},
179180
"execution_count": 6,
@@ -292,7 +293,8 @@
292293
"output_type": "stream",
293294
"text": [
294295
"min y: 5.68261952864018e-06\n",
295-
"min X: [[-0.00213704 -0.00105626]]\n"
296+
"x0: -0.002137037687426695\n",
297+
"x1: -0.0010562620182313395\n"
296298
]
297299
}
298300
],

notebooks/04_spot_sklearn_surrogate.ipynb

Lines changed: 24 additions & 20 deletions
Large diffs are not rendered by default.

notebooks/05_spot_sklearn_optimizers.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
{
125125
"data": {
126126
"text/plain": [
127-
"<spotPython.spot.spot.Spot at 0x106c8bb80>"
127+
"<spotPython.spot.spot.Spot at 0x104e8b2b0>"
128128
]
129129
},
130130
"execution_count": 4,
@@ -167,7 +167,8 @@
167167
"output_type": "stream",
168168
"text": [
169169
"min y: 0.39969164980122684\n",
170-
"min X: [[-3.15822445 12.29318228]]\n"
170+
"x0: -3.158224446089584\n",
171+
"x1: 12.293182279400076\n"
171172
]
172173
}
173174
],

notebooks/06_spot_gaussian.ipynb

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

notebooks/07_spot_ei.ipynb

Lines changed: 982 additions & 961 deletions
Large diffs are not rendered by default.

notebooks/08_spot_noisy.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
{
169169
"data": {
170170
"text/plain": [
171-
"<spotPython.spot.spot.Spot at 0x28af6e260>"
171+
"<spotPython.spot.spot.Spot at 0x29404e860>"
172172
]
173173
},
174174
"execution_count": 5,
@@ -198,9 +198,9 @@
198198
"output_type": "stream",
199199
"text": [
200200
"min y: -0.06415721592502649\n",
201-
"min X: [[0.18642671]]\n",
201+
"x0: 0.18642671243617048\n",
202202
"min mean y: -0.033090480981028104\n",
203-
"min mean X: [[0.18642671]]\n"
203+
"x0: 0.18642671243617048\n"
204204
]
205205
}
206206
],

notebooks/09_spot_ocba.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
{
302302
"data": {
303303
"text/plain": [
304-
"<spotPython.spot.spot.Spot at 0x13b6d6260>"
304+
"<spotPython.spot.spot.Spot at 0x29197ffa0>"
305305
]
306306
},
307307
"execution_count": 5,
@@ -331,9 +331,9 @@
331331
"output_type": "stream",
332332
"text": [
333333
"min y: -0.08106318979737473\n",
334-
"min X: [[0.13359994]]\n",
334+
"x0: 0.13359994475077583\n",
335335
"min mean y: -0.06294830660664306\n",
336-
"min mean X: [[0.13359994]]\n"
336+
"x0: 0.13359994475077583\n"
337337
]
338338
}
339339
],

0 commit comments

Comments
 (0)