Skip to content

Commit 39d8151

Browse files
docs
1 parent 09780af commit 39d8151

177 files changed

Lines changed: 31694 additions & 29406 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/01_spot_intro.html

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

docs/02_spot_multidim.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ <h3 data-number="2.1.1" class="anchored" data-anchor-id="the-objective-function-
403403
</code></pre>
404404
</div>
405405
<div class="cell-output cell-output-display" data-execution_count="3">
406-
<pre><code>&lt;spotPython.spot.spot.Spot at 0x145c47a90&gt;</code></pre>
406+
<pre><code>&lt;spotPython.spot.spot.Spot at 0x105674a60&gt;</code></pre>
407407
</div>
408408
</div>
409409
</section>

docs/03_spot_anisotropic.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ <h3 data-number="3.1.1" class="anchored" data-anchor-id="the-objective-function-
380380
<span id="cb3-4"><a href="#cb3-4" aria-hidden="true" tabindex="-1"></a></span>
381381
<span id="cb3-5"><a href="#cb3-5" aria-hidden="true" tabindex="-1"></a>spot_2.run()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
382382
<div class="cell-output cell-output-display" data-execution_count="3">
383-
<pre><code>&lt;spotPython.spot.spot.Spot at 0x14a237730&gt;</code></pre>
383+
<pre><code>&lt;spotPython.spot.spot.Spot at 0x17e173b50&gt;</code></pre>
384384
</div>
385385
</div>
386386
</section>
@@ -421,7 +421,7 @@ <h2 data-number="3.2" class="anchored" data-anchor-id="example-with-anisotropic-
421421
<span id="cb9-4"><a href="#cb9-4" aria-hidden="true" tabindex="-1"></a> surrogate_control<span class="op">=</span>{<span class="st">"n_theta"</span>: <span class="dv">2</span>})</span>
422422
<span id="cb9-5"><a href="#cb9-5" aria-hidden="true" tabindex="-1"></a>spot_2_anisotropic.run()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
423423
<div class="cell-output cell-output-display" data-execution_count="6">
424-
<pre><code>&lt;spotPython.spot.spot.Spot at 0x14a452f80&gt;</code></pre>
424+
<pre><code>&lt;spotPython.spot.spot.Spot at 0x17e2b20b0&gt;</code></pre>
425425
</div>
426426
</div>
427427
<section id="taking-a-look-at-the-theta-values" class="level3" data-number="3.2.1">

docs/04_spot_sklearn_surrogate.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ <h3 data-number="4.1.2" class="anchored" data-anchor-id="running-the-surrogate-m
401401
<div class="cell" data-execution_count="5">
402402
<div class="sourceCode cell-code" id="cb7"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb7-1"><a href="#cb7-1" aria-hidden="true" tabindex="-1"></a>spot_2.run()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
403403
<div class="cell-output cell-output-display" data-execution_count="5">
404-
<pre><code>&lt;spotPython.spot.spot.Spot at 0x105374730&gt;</code></pre>
404+
<pre><code>&lt;spotPython.spot.spot.Spot at 0x105e92170&gt;</code></pre>
405405
</div>
406406
</div>
407407
</section>
@@ -507,7 +507,7 @@ <h3 data-number="4.2.1" class="anchored" data-anchor-id="gaussianprocessregresso
507507
<span id="cb22-8"><a href="#cb22-8" aria-hidden="true" tabindex="-1"></a> surrogate <span class="op">=</span> S_GP)</span>
508508
<span id="cb22-9"><a href="#cb22-9" aria-hidden="true" tabindex="-1"></a>spot_2_GP.run()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
509509
<div class="cell-output cell-output-display" data-execution_count="15">
510-
<pre><code>&lt;spotPython.spot.spot.Spot at 0x297ea05b0&gt;</code></pre>
510+
<pre><code>&lt;spotPython.spot.spot.Spot at 0x13b7a0b20&gt;</code></pre>
511511
</div>
512512
</div>
513513
<div class="cell" data-execution_count="16">
@@ -519,12 +519,12 @@ <h3 data-number="4.2.1" class="anchored" data-anchor-id="gaussianprocessregresso
519519
<div class="cell" data-execution_count="17">
520520
<div class="sourceCode cell-code" id="cb25"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb25-1"><a href="#cb25-1" aria-hidden="true" tabindex="-1"></a>spot_2_GP.print_results()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
521521
<div class="cell-output cell-output-stdout">
522-
<pre><code>min y: 0.39807674818137606
523-
x0: 3.14746935165836
524-
x1: 2.275277765679675</code></pre>
522+
<pre><code>min y: 0.3981461047166537
523+
x0: 3.148369249338284
524+
x1: 2.275907620750723</code></pre>
525525
</div>
526526
<div class="cell-output cell-output-display" data-execution_count="17">
527-
<pre><code>[['x0', 3.14746935165836], ['x1', 2.275277765679675]]</code></pre>
527+
<pre><code>[['x0', 3.148369249338284], ['x1', 2.275907620750723]]</code></pre>
528528
</div>
529529
</div>
530530
</section>
@@ -579,7 +579,7 @@ <h1 data-number="5"><span class="header-section-number">5</span> Example: One-di
579579
<p><img src="04_spot_sklearn_surrogate_files/figure-html/cell-20-output-8.png" width="604" height="449"></p>
580580
</div>
581581
<div class="cell-output cell-output-display" data-execution_count="19">
582-
<pre><code>&lt;spotPython.spot.spot.Spot at 0x297ea0820&gt;</code></pre>
582+
<pre><code>&lt;spotPython.spot.spot.Spot at 0x13b7a0310&gt;</code></pre>
583583
</div>
584584
</div>
585585
<section id="results" class="level3" data-number="5.0.1">
@@ -653,17 +653,17 @@ <h2 data-number="5.1" class="anchored" data-anchor-id="example-sklearn-model-gau
653653
<p><img src="04_spot_sklearn_surrogate_files/figure-html/cell-24-output-8.png" width="604" height="449"></p>
654654
</div>
655655
<div class="cell-output cell-output-display" data-execution_count="23">
656-
<pre><code>&lt;spotPython.spot.spot.Spot at 0x297ad0f10&gt;</code></pre>
656+
<pre><code>&lt;spotPython.spot.spot.Spot at 0x13b400760&gt;</code></pre>
657657
</div>
658658
</div>
659659
<div class="cell" data-execution_count="24">
660660
<div class="sourceCode cell-code" id="cb38"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb38-1"><a href="#cb38-1" aria-hidden="true" tabindex="-1"></a>spot_1_GP.print_results()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
661661
<div class="cell-output cell-output-stdout">
662-
<pre><code>min y: 1.5293316405868143e-08
663-
x0: 0.00012366614898939865</code></pre>
662+
<pre><code>min y: 7.6867358756407e-11
663+
x0: -8.767403193443712e-06</code></pre>
664664
</div>
665665
<div class="cell-output cell-output-display" data-execution_count="24">
666-
<pre><code>[['x0', 0.00012366614898939865]]</code></pre>
666+
<pre><code>[['x0', -8.767403193443712e-06]]</code></pre>
667667
</div>
668668
</div>
669669
<div class="cell" data-execution_count="25">
-18 Bytes
Loading
-3.53 KB
Loading
-150 Bytes
Loading
-1.5 KB
Loading
1.14 KB
Loading
1.09 KB
Loading

0 commit comments

Comments
 (0)