Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automata forest #488

Merged
merged 3 commits into from
Apr 13, 2021
Merged

Automata forest #488

merged 3 commits into from
Apr 13, 2021

Conversation

Libbum
Copy link
Member

@Libbum Libbum commented Apr 13, 2021

A more performant forest fire which is more Cellular Automata than Agent, as the current description has it.
v4.0 runtime: 24.3 ms, this version: 1.5 ms

@Datseris
Copy link
Member

lol when we update the comparison table people will lose it

@Libbum
Copy link
Member Author

Libbum commented Apr 13, 2021

@Datseris, can I animate the heat array using abm_video?

examples/forest_fire.jl Outdated Show resolved Hide resolved
@Datseris
Copy link
Member

@Datseris, can I animate the heat array using abm_video?

Yes, it will be automatically animated. That's how daisyworld works, you just give heatarray = :tree and will do everything (but also give your nice colormap)

@Libbum
Copy link
Member Author

Libbum commented Apr 13, 2021

Including a space and using nearby_positions bumps us to a snails pace of 1.9 ms 😱

@codecov-io
Copy link

Codecov Report

Merging #488 (6e7c8be) into master (ea10c39) will decrease coverage by 0.08%.
The diff coverage is n/a.

❗ Current head 6e7c8be differs from pull request most recent head e9885a9. Consider uploading reports for the commit e9885a9 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #488      +/-   ##
==========================================
- Coverage   92.90%   92.82%   -0.09%     
==========================================
  Files          19       19              
  Lines        1226     1226              
==========================================
- Hits         1139     1138       -1     
- Misses         87       88       +1     
Impacted Files Coverage Δ
src/core/space_interaction_API.jl 83.33% <0.00%> (-1.86%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ea10c39...e9885a9. Read the comment docs.

@Libbum Libbum merged commit 0311e37 into master Apr 13, 2021
@Libbum Libbum deleted the new_forest branch April 13, 2021 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants