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

Make ABMs Fast #25

Merged
merged 11 commits into from
Feb 8, 2024
Merged

Make ABMs Fast #25

merged 11 commits into from
Feb 8, 2024

Conversation

olynch
Copy link
Collaborator

@olynch olynch commented Jul 12, 2023

Inplace DPO, inplace schedule execution.

@codecov
Copy link

codecov bot commented Jul 13, 2023

Codecov Report

Attention: 80 lines in your changes are missing coverage. Please review.

Comparison is base (1e7fba9) 76.97% compared to head (998016d) 84.16%.
Report is 3 commits behind head on main.

Files Patch % Lines
src/rewrite/Inplace.jl 84.29% 19 Missing ⚠️
src/schedules/Callbacks.jl 0.00% 10 Missing ⚠️
src/schedules/Poly.jl 86.30% 10 Missing ⚠️
src/categorical_algebra/CSets.jl 68.96% 9 Missing ⚠️
src/schedules/Basic.jl 57.14% 9 Missing ⚠️
src/schedules/Wiring.jl 0.00% 7 Missing ⚠️
src/rewrite/Constraints.jl 57.14% 6 Missing ⚠️
src/schedules/Conditionals.jl 89.28% 3 Missing ⚠️
src/schedules/Queries.jl 84.21% 3 Missing ⚠️
src/schedules/Eval.jl 94.44% 2 Missing ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #25      +/-   ##
==========================================
+ Coverage   76.97%   84.16%   +7.18%     
==========================================
  Files          28       30       +2     
  Lines        1681     1793     +112     
==========================================
+ Hits         1294     1509     +215     
+ Misses        387      284     -103     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kris-brown
Copy link
Collaborator

This is working with the latest version of Catlab's AlgebraicJulia/Catlab.jl#831

JeffBezanson and others added 9 commits February 7, 2024 16:41
return namedtuple of vectors instead of dicts

working with complexvid


moved declaration of update!, added callbacks box

fix some callbackbox recursing


comptime + cleanup of dangling condition


initial btree refactor

rewriting recipes work with MarkAsDeleted

bump version + deps
@kris-brown kris-brown merged commit 97c584d into main Feb 8, 2024
9 checks passed
@kris-brown kris-brown deleted the jb/interpreter branch February 8, 2024 19:55
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