Skip to content

Commit

Permalink
build based on f7952a7
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Sep 30, 2023
1 parent d841606 commit 7a64a7e
Show file tree
Hide file tree
Showing 24 changed files with 3,388 additions and 1,534 deletions.
57 changes: 28 additions & 29 deletions previews/PR889/api/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion previews/PR889/comparison/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion previews/PR889/devdocs/index.html

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions previews/PR889/examples/agents_visualizations/index.html

Large diffs are not rendered by default.

Binary file modified previews/PR889/examples/celllistmap.mp4
Binary file not shown.
8 changes: 4 additions & 4 deletions previews/PR889/examples/celllistmap/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@
│ since they can be retrieved from the model instance, in particular this means it is not needed to
│ pass the stepping functions in step!, run!, offline_run!, ensemblerun!, abmplot, abmplot!, abmexploration
│ abmvideo and ABMObservable
└ @ Agents ~/work/Agents.jl/Agents.jl/src/core/model_concrete.jl:57
└ @ Agents ~/work/Agents.jl/Agents.jl/src/core/model_concrete.jl:59
┌ Warning: Passing agent_step! and model_step! to step! is deprecated. Use the new version
│ step!(model, n = 1, agents_first = true)
└ @ Agents ~/work/Agents.jl/Agents.jl/src/deprecations.jl:226
17.219426 seconds (602.33 k allocations: 41.354 MiB, 0.33% gc time, 4.16% compilation time)</code></pre><p>and let&#39;s make a nice video with less particles, to see them bouncing around. The marker size is set by the radius of each particle, and the marker color by the corresponding repulsion constant.</p><pre><code class="language-julia hljs">using CairoMakie
18.515288 seconds (600.56 k allocations: 41.266 MiB, 3.59% compilation time)</code></pre><p>and let&#39;s make a nice video with less particles, to see them bouncing around. The marker size is set by the radius of each particle, and the marker color by the corresponding repulsion constant.</p><pre><code class="language-julia hljs">using CairoMakie
model = initialize_bouncing(number_of_particles=1000)
abmvideo(
&quot;celllistmap.mp4&quot;, model, agent_step!, model_step!;
Expand All @@ -122,9 +122,9 @@
│ since they can be retrieved from the model instance, in particular this means it is not needed to
│ pass the stepping functions in step!, run!, offline_run!, ensemblerun!, abmplot, abmplot!, abmexploration
│ abmvideo and ABMObservable
└ @ Agents ~/work/Agents.jl/Agents.jl/src/core/model_concrete.jl:57
└ @ Agents ~/work/Agents.jl/Agents.jl/src/core/model_concrete.jl:59
┌ Warning: Passing agent_step! and model_step! to abmvideo is deprecated.
│ These functions should be already contained inside the model instance.
└ @ AgentsVisualizations ~/work/Agents.jl/Agents.jl/ext/AgentsVisualizations/src/deprecations.jl:6</code></pre><video width="auto" controls autoplay loop>
<source src="../celllistmap.mp4" type="video/mp4">
</video></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../measurements/">« Measurements.jl</a><a class="docs-footer-nextpage" href="../../performance_tips/">Performance Tips »</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="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 0.27.25 on <span class="colophon-date" title="Saturday 30 September 2023 08:41">Saturday 30 September 2023</span>. Using Julia version 1.9.3.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
</video></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../measurements/">« Measurements.jl</a><a class="docs-footer-nextpage" href="../../performance_tips/">Performance Tips »</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="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 0.27.25 on <span class="colophon-date" title="Saturday 30 September 2023 09:29">Saturday 30 September 2023</span>. Using Julia version 1.9.3.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Binary file modified previews/PR889/examples/daisyworld.mp4
Binary file not shown.
Loading

0 comments on commit 7a64a7e

Please sign in to comment.