AlgebraicJulia / AlgebraicRewriting.jl

Implementations of algebraic rewriting techniques like DPO, SPO, SqPO.
https://algebraicjulia.github.io/AlgebraicRewriting.jl/
MIT License
25 stars 5 forks source link

Benchmarking Agents.jl #47

Closed kris-brown closed 7 months ago

kris-brown commented 7 months ago

Comparing the https://juliadynamics.github.io/Agents.jl/stable/examples/predator_prey/ model from Agents.jl against an analogous AlgebraicRewriting model.

A little more work remains to be done to make this apples-to-apples comparison. And in general there are many more great examples in https://juliadynamics.github.io/Agents.jl/stable that we can make analogous models for.

Addresses https://github.com/AlgebraicJulia/AlgebraicRewriting.jl/issues/42

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 98.12500% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 85.94%. Comparing base (1ef331a) to head (bab6f9a). Report is 2 commits behind head on main.

Files Patch % Lines
src/incremental/Incremental.jl 98.71% 2 Missing :warning:
src/rewrite/Utils.jl 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #47 +/- ## ========================================== + Coverage 85.30% 85.94% +0.63% ========================================== Files 31 31 Lines 1926 2020 +94 ========================================== + Hits 1643 1736 +93 - Misses 283 284 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.