Skip to content

Commit

Permalink
build based on 1fd4e1a
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Aug 23, 2024
1 parent 052c5c1 commit 72cf199
Show file tree
Hide file tree
Showing 23 changed files with 76 additions and 76 deletions.
2 changes: 1 addition & 1 deletion previews/PR316/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-08-22T21:18:22","documenter_version":"1.5.0"}}
{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-08-23T00:01:31","documenter_version":"1.5.0"}}
2 changes: 1 addition & 1 deletion previews/PR316/API/CalibrateEmulateSample/index.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions previews/PR316/API/Emulators/index.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions previews/PR316/API/GaussianProcess/index.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions previews/PR316/API/MarkovChainMonteCarlo/index.html

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions previews/PR316/API/RandomFeatures/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion previews/PR316/API/Utilities/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
ekp::EnsembleKalmanProcesses.EnsembleKalmanProcess{FT, IT, P},
train_iterations::Union{AbstractVector{IT}, IT} where IT
) -> EnsembleKalmanProcesses.DataContainers.PairedDataContainer
</code></pre><p>Extract the training points needed to train the Gaussian process regression.</p><ul><li><code>ekp</code> - EnsembleKalmanProcess holding the parameters and the data that were produced during the Ensemble Kalman (EK) process.</li><li><code>train_iterations</code> - Number (or indices) EK layers/iterations to train on.</li></ul></div><a class="docs-sourcelink" target="_blank" href="https://github.com/CliMA/CalibrateEmulateSample.jl/blob/613c5d7205602557458b92357e0da64d35e08efa/src/Utilities.jl#L15">source</a></section></article></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../MarkovChainMonteCarlo/">« MarkovChainMonteCarlo</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><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.5.0 on <span class="colophon-date" title="Thursday 22 August 2024 21:18">Thursday 22 August 2024</span>. Using Julia version 1.10.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
</code></pre><p>Extract the training points needed to train the Gaussian process regression.</p><ul><li><code>ekp</code> - EnsembleKalmanProcess holding the parameters and the data that were produced during the Ensemble Kalman (EK) process.</li><li><code>train_iterations</code> - Number (or indices) EK layers/iterations to train on.</li></ul></div><a class="docs-sourcelink" target="_blank" href="https://github.com/CliMA/CalibrateEmulateSample.jl/blob/1fd4e1a936b59e7e318f8523c6efd6b50a86e8f3/src/Utilities.jl#L15">source</a></section></article></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../MarkovChainMonteCarlo/">« MarkovChainMonteCarlo</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><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.5.0 on <span class="colophon-date" title="Friday 23 August 2024 00:01">Friday 23 August 2024</span>. Using Julia version 1.10.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion previews/PR316/GaussianProcessEmulator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
noise_learn = true )</code></pre><p>When <code>noise_learn</code> is true, an additional white noise kernel is added to the kernel. This white noise is present across all parameter values, including the training data. The scale parameters of the white noise kernel are learned in <code>optimize_hyperparameters!(emulator)</code>. </p><p>You may not need to learn the noise if you already have a good estimate of the noise from your training data, and if the Gaussian process kernel is well specified. When <code>noise_learn</code> is false, a small additional regularization is added for stability. The default value is <code>1e-3</code> but this can be chosen through the optional argument <code>alg_reg_noise</code>:</p><pre><code class="language-julia hljs">gauss_proc = GaussianProcess(
gppackage;
noise_learn = false,
alg_reg_noise = 1e-3 )</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../emulate/">« Emulator</a><a class="docs-footer-nextpage" href="../random_feature_emulator/">Random Features »</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><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.5.0 on <span class="colophon-date" title="Thursday 22 August 2024 21:18">Thursday 22 August 2024</span>. Using Julia version 1.10.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
alg_reg_noise = 1e-3 )</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../emulate/">« Emulator</a><a class="docs-footer-nextpage" href="../random_feature_emulator/">Random Features »</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><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.5.0 on <span class="colophon-date" title="Friday 23 August 2024 00:01">Friday 23 August 2024</span>. Using Julia version 1.10.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Loading

0 comments on commit 72cf199

Please sign in to comment.