Skip to content

Commit

Permalink
build based on e0316e2
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Mar 9, 2024
1 parent d0dd827 commit 8b3c1be
Show file tree
Hide file tree
Showing 6 changed files with 6,463 additions and 6,463 deletions.
2 changes: 1 addition & 1 deletion dev/.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-08T20:16:42","documenter_version":"1.3.0"}}
{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-03-09T14:17:52","documenter_version":"1.3.0"}}
14 changes: 7 additions & 7 deletions dev/examples/0-mauna-loa/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ weakdeps = ["ChainRulesCore", "Test"]

[[deps.AbstractGPs]]
deps = ["ChainRulesCore", "Distributions", "FillArrays", "IrrationalConstants", "KernelFunctions", "LinearAlgebra", "PDMats", "Random", "RecipesBase", "Reexport", "Statistics", "StatsBase", "Test"]
git-tree-sha1 = "6e5e13c57dbfdedddbc3ef727586d8ee0703d50a"
git-tree-sha1 = "88d7ea1e3b58d999c7460ef70b0221a1f2f8828c"
uuid = "99985d1d-32ba-4be9-9821-2ec096f28918"
version = "0.5.19"
version = "0.5.20"

[[deps.AbstractTrees]]
git-tree-sha1 = "2d9c9a55f9c93e8887ad391fbae72f8ef55e1177"
Expand Down Expand Up @@ -353,7 +353,7 @@ version = "0.6.8"

[[deps.EasyGPs]]
deps = ["AbstractGPs", "ApproximateGPs", "Distributions", "Enzyme", "GPLikelihoods", "KernelFunctions", "LinearAlgebra", "Optimization", "OptimizationOptimJL", "ParameterHandling", "Reexport", "TemporalGPs", "Zygote"]
git-tree-sha1 = "afc9625d740e56a259f019ea22e483d4686bab26"
git-tree-sha1 = "3b55afa4d96f2c649918bb152019fdd52a3a5303"
repo-rev = "master"
repo-url = "/home/runner/work/EasyGPs.jl/EasyGPs.jl"
uuid = "dcfb08e9-329b-4987-96a2-39b8bd2240d0"
Expand Down Expand Up @@ -1129,9 +1129,9 @@ version = "0.2.4"

[[deps.PrecompileTools]]
deps = ["Preferences"]
git-tree-sha1 = "03b4c25b43cb84cee5c90aa9b5ea0a78fd848d2f"
git-tree-sha1 = "5aa36f7049a63a1528fe8f7c3f2113413ffd4e1f"
uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
version = "1.2.0"
version = "1.2.1"

[[deps.Preferences]]
deps = ["TOML"]
Expand Down Expand Up @@ -1444,9 +1444,9 @@ uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c"
version = "7.2.1+1"

[[deps.SymbolicIndexingInterface]]
git-tree-sha1 = "7303000b4a1d5348c8c26fc4c856f5f4982885b1"
git-tree-sha1 = "306960ba551858403f60267fabd76da7e79093d7"
uuid = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
version = "0.3.9"
version = "0.3.10"

[[deps.TOML]]
deps = ["Dates"]
Expand Down
4,304 changes: 2,152 additions & 2,152 deletions dev/examples/0-mauna-loa/index.html

Large diffs are not rendered by default.

8,602 changes: 4,301 additions & 4,301 deletions dev/examples/0-mauna-loa/notebook.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/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="Friday 8 March 2024 20:16">Friday 8 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="Saturday 9 March 2024 14:17">Saturday 9 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 dev/search_index.js

Large diffs are not rendered by default.

0 comments on commit 8b3c1be

Please sign in to comment.