Skip to content

Commit 6ae01c4

Browse files
demos with evaluated cells
1 parent 1c1ae60 commit 6ae01c4

11 files changed

Lines changed: 996 additions & 1009 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ test/__pycache__/test_set_de_bounds.cpython-310-pytest-7.1.3.pyc
1717
test/__pycache__/test_show_progress.cpython-310-pytest-7.1.3.pyc
1818
test/__pycache__/test_suggest_new_X.cpython-310-pytest-7.1.3.pyc
1919
test/__pycache__/test_update_surrogate.cpython-310-pytest-7.1.3.pyc
20+
spotPython.code-workspace

notebooks/00_spot_doc.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
{
268268
"data": {
269269
"text/plain": [
270-
"<spotPython.spot.spot.Spot at 0x14b2b79d0>"
270+
"<spotPython.spot.spot.Spot at 0x29b73bb50>"
271271
]
272272
},
273273
"execution_count": 5,

notebooks/01_spot_intro.ipynb

Lines changed: 2 additions & 2 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 0x29343bd30>"
144+
"<spotPython.spot.spot.Spot at 0x2917b7c40>"
145145
]
146146
},
147147
"execution_count": 5,
@@ -243,7 +243,7 @@
243243
{
244244
"data": {
245245
"text/plain": [
246-
"<spotPython.spot.spot.Spot at 0x293732740>"
246+
"<spotPython.spot.spot.Spot at 0x291aae7d0>"
247247
]
248248
},
249249
"execution_count": 9,

notebooks/02_spot_multidim.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
{
104104
"data": {
105105
"text/plain": [
106-
"<spotPython.spot.spot.Spot at 0x14e3b7820>"
106+
"<spotPython.spot.spot.Spot at 0x137a6b9d0>"
107107
]
108108
},
109109
"execution_count": 3,

notebooks/03_spot_anisotropic.ipynb

Lines changed: 2 additions & 2 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 0x1772335e0>"
86+
"<spotPython.spot.spot.Spot at 0x287767850>"
8787
]
8888
},
8989
"execution_count": 3,
@@ -173,7 +173,7 @@
173173
{
174174
"data": {
175175
"text/plain": [
176-
"<spotPython.spot.spot.Spot at 0x177679900>"
176+
"<spotPython.spot.spot.Spot at 0x287a85a80>"
177177
]
178178
},
179179
"execution_count": 6,

notebooks/04_spot_sklearn_surrogate.ipynb

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

notebooks/05_spot_sklearn_optimizers.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
{
125125
"data": {
126126
"text/plain": [
127-
"<spotPython.spot.spot.Spot at 0x29b257d30>"
127+
"<spotPython.spot.spot.Spot at 0x106c8bb80>"
128128
]
129129
},
130130
"execution_count": 4,

notebooks/06_spot_gaussian.ipynb

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

notebooks/07_spot_ei.ipynb

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

notebooks/08_spot_noisy.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
{
169169
"data": {
170170
"text/plain": [
171-
"<spotPython.spot.spot.Spot at 0x16b17de70>"
171+
"<spotPython.spot.spot.Spot at 0x28af6e260>"
172172
]
173173
},
174174
"execution_count": 5,

0 commit comments

Comments
 (0)