Skip to content

Commit

Permalink
build based on 2596518
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Mar 6, 2024
1 parent b308e45 commit 7de30a2
Show file tree
Hide file tree
Showing 6 changed files with 6,500 additions and 6,492 deletions.
2 changes: 1 addition & 1 deletion previews/PR5/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-03-06T15:37:51","documenter_version":"1.3.0"}}
{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-03-06T16:27:30","documenter_version":"1.3.0"}}
4 changes: 2 additions & 2 deletions previews/PR5/examples/0-mauna-loa/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,8 @@ version = "0.6.8"

[[deps.EasyGPs]]
deps = ["AbstractGPs", "ApproximateGPs", "Distributions", "Enzyme", "GPLikelihoods", "KernelFunctions", "LinearAlgebra", "Optimization", "OptimizationOptimJL", "ParameterHandling", "Reexport", "TemporalGPs", "Zygote"]
git-tree-sha1 = "8b4fb04053e6dfcb7e195fa151f11350b065bf54"
repo-rev = "0fce35e740415ae14b1e2d0c3eafbe024e5e0aa6"
git-tree-sha1 = "89287882446acbc24ddd23af7950d0d579ae95ba"
repo-rev = "25965184de7101ed215b5a6cf2f4e5d3acc85dcc"
repo-url = "/home/runner/work/EasyGPs.jl/EasyGPs.jl"
uuid = "dcfb08e9-329b-4987-96a2-39b8bd2240d0"
version = "0.1.0"
Expand Down
4,342 changes: 2,173 additions & 2,169 deletions previews/PR5/examples/0-mauna-loa/index.html

Large diffs are not rendered by default.

8,640 changes: 4,322 additions & 4,318 deletions previews/PR5/examples/0-mauna-loa/notebook.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion previews/PR5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
gp = with_gaussian_noise(GP(0.0, kernel), 0.1)
x = 0:0.1:10
y = sin.(x) .+ 0.1 .* randn(length(x))
fitted_gp = EasyGPs.fit(gp, x, y)</code></pre><p>Under the hood, this will recognize the parameters (mean, variance, lengthscale) of the <code>GP</code> you defined and automatically construct a parameterized model. It will then choose a cost function, optimizer, and AD backend, and determine the optimal parameters.</p></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="examples/0-mauna-loa/">Mauna Loa time series example »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.3.0 on <span class="colophon-date" title="Wednesday 6 March 2024 15:37">Wednesday 6 March 2024</span>. Using Julia version 1.10.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
fitted_gp = EasyGPs.fit(gp, x, y)</code></pre><p>Under the hood, this will recognize the parameters (mean, variance, lengthscale) of the <code>GP</code> you defined and automatically construct a parameterized model. It will then choose a cost function, optimizer, and AD backend, and determine the optimal parameters.</p></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="examples/0-mauna-loa/">Mauna Loa time series example »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.3.0 on <span class="colophon-date" title="Wednesday 6 March 2024 16:27">Wednesday 6 March 2024</span>. Using Julia version 1.10.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion previews/PR5/search_index.js

Large diffs are not rendered by default.

0 comments on commit 7de30a2

Please sign in to comment.