-
-
Notifications
You must be signed in to change notification settings - Fork 37
feat: Introducing vr_aggregator with VRDirectCB and VRFRMODE #477
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
Merged
ChrisRackauckas
merged 105 commits into
SciML:master
from
sivasathyaseeelan:removing-exrendedjumparray
May 24, 2025
Merged
Changes from all commits
Commits
Show all changes
105 commits
Select commit
Hold shift + click to select a range
33a255d
trying to change extend_problem for odeprobelems
sivasathyaseeelan 049a54a
trying to change extend_problem for odeprobelems
sivasathyaseeelan 12db876
added DiffEqCallbacks
sivasathyaseeelan f060dbf
added for sde
sivasathyaseeelan 3d30414
added for sde
sivasathyaseeelan 0b13cd1
done mostly
sivasathyaseeelan c21ffd6
removed extend_problem
sivasathyaseeelan 01efc5f
removed extend_problem
sivasathyaseeelan a7d99dd
added callback for variableratejump
sivasathyaseeelan 5ec5e50
added callback for variableratejump
sivasathyaseeelan d10bfca
resetted
sivasathyaseeelan a6bcf94
resetted
sivasathyaseeelan 36ec0c1
added callable cache
sivasathyaseeelan 9f3b3b6
added callable cache
sivasathyaseeelan 8de786b
refactored
sivasathyaseeelan 53ca71f
removed tests of previous implementation
sivasathyaseeelan 6abee57
Project.toml fixed
sivasathyaseeelan 37bdb97
added test_broken
sivasathyaseeelan 955b2a8
added test_broken
sivasathyaseeelan 0ec4886
broken tests are seperated
sivasathyaseeelan 58e5b6a
added variablerate_aggregator
sivasathyaseeelan 77ac240
added variablerate_aggregator
sivasathyaseeelan 3400dbe
added variablerate_aggregator
sivasathyaseeelan 90bddf7
added variablerate_aggregator
sivasathyaseeelan 39b98be
using a callable type
sivasathyaseeelan c49496d
added performance test
sivasathyaseeelan 290d1c2
added benchmark
sivasathyaseeelan 9925057
added benchmark
sivasathyaseeelan d190e69
added performance tests
sivasathyaseeelan a7cf216
some changes
sivasathyaseeelan 28d5d08
added a test
sivasathyaseeelan f206d58
added a test
sivasathyaseeelan d185b0f
some changes
sivasathyaseeelan 98ce7be
refactor phase 1 as per review
sivasathyaseeelan cbc3129
added DiffEqCallbacks in compat entry
sivasathyaseeelan b5198cc
typo fix
sivasathyaseeelan 9218cc2
refactor phase 2
sivasathyaseeelan 92ee7c9
refactor resolve reviews
sivasathyaseeelan 1fbfc7c
some changes
sivasathyaseeelan 6eb1aca
some changes
sivasathyaseeelan 954c728
some changes
sivasathyaseeelan c74d853
some changes
sivasathyaseeelan 40957d2
some changes
sivasathyaseeelan 4b3ff00
some changes
sivasathyaseeelan f1c3fac
added functor for VRDirectCBEventCache
sivasathyaseeelan 4927545
n_sims set to 1000
sivasathyaseeelan a3c7161
Project.toml
sivasathyaseeelan 23ed262
some test changes
sivasathyaseeelan d0abaa1
benchmark updated
sivasathyaseeelan 7fa65a4
integcallback fix
sivasathyaseeelan 8b0a6aa
Update src/variable_rate.jl
ChrisRackauckas b6b8bee
Update src/variable_rate.jl
sivasathyaseeelan da5e1a8
Update src/variable_rate.jl
sivasathyaseeelan 372a18f
bug fixed
sivasathyaseeelan f32b867
Update src/variable_rate.jl
sivasathyaseeelan 5463eac
jump count test added
sivasathyaseeelan 45c5d4b
Merge branch 'SciML:master' into removing-exrendedjumparray
sivasathyaseeelan 0045e2a
thread safety test added
sivasathyaseeelan d8a6116
added hawkes test
sivasathyaseeelan 3cb9cc3
docstring added
sivasathyaseeelan e532dc7
Update src/variable_rate.jl
sivasathyaseeelan 8c886c9
Update src/variable_rate.jl
sivasathyaseeelan 801c658
cache refactor
sivasathyaseeelan 2025e76
made all concrete
sivasathyaseeelan a905426
Delete benchmarks/variable_rate.jl
ChrisRackauckas 8a8d5e8
Update src/problem.jl
ChrisRackauckas 68b77f7
updates
isaacsas 15e6d21
fix docstrings
isaacsas 9ecef11
refactor variable_rate.jl
isaacsas b321102
more updates
isaacsas 07d8114
refactor
isaacsas 7e84f93
rename methods
isaacsas adefba6
Update src/variable_rate.jl
sivasathyaseeelan 3cfea37
initialization and single callback
sivasathyaseeelan 3bc7a34
cleaned some tests
sivasathyaseeelan 7192aa7
Update test/hawkes_test.jl
sivasathyaseeelan 3236a26
cleaned a test
sivasathyaseeelan 6126983
cleaned a test
sivasathyaseeelan 86d394f
cleaned a test:
sivasathyaseeelan 458c8eb
Project.toml fix
sivasathyaseeelan 2924d5d
test clean
sivasathyaseeelan e527a41
cleaned
sivasathyaseeelan 91bde9f
affect cleaned
sivasathyaseeelan 1663e88
test fix
sivasathyaseeelan bfa450d
bug fix
sivasathyaseeelan aefda35
update variable rate implementation
isaacsas 7e30e01
updates
isaacsas 2c4417a
update monte carlo test
isaacsas 66d72c5
don't assume float64
isaacsas 87e23a6
use uniform solution indexing
isaacsas 2a9dd27
don't save in initialization
isaacsas b0d990b
fix save_positions test
isaacsas a4e84e5
fix
isaacsas f0f97a4
remove redundant test
isaacsas 280d4bb
fix thread_safety test
isaacsas 3116de2
tweak name
isaacsas 3fd9d43
fix variable rate tests
isaacsas c574873
fixes
isaacsas 7177bbf
more fixes
isaacsas 2c7bb20
more fixes
isaacsas 6df9c3a
variable rate updates
isaacsas 6f09943
update
isaacsas 9bc7de1
update Hawkes test
isaacsas a41a475
fix gene expr test indexing
isaacsas 1bd8a9a
Update variable_rate.jl
ChrisRackauckas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.