-
-
Notifications
You must be signed in to change notification settings - Fork 38
SimpleExplicitTauLeaping solver #513
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
+475
−27
Merged
Changes from all commits
Commits
Show all changes
101 commits
Select commit
Hold shift + click to select a range
f5ad900
Implemented SimpleAdaptiveTauLeaping and SimpleImplicitTauLeaping
sivasathyaseeelan aae5d9f
update project.toml
sivasathyaseeelan 230d508
test changes
sivasathyaseeelan 25b8c16
refactor
sivasathyaseeelan 07c429e
test refactor
sivasathyaseeelan 885ac59
refactor
sivasathyaseeelan 0ec9d39
added saveat in SimpleAdaptiveTauLeaping
sivasathyaseeelan 0e7ff26
update
sivasathyaseeelan 89378c6
Update src/simple_regular_solve.jl
sivasathyaseeelan 14e0be7
Update src/simple_regular_solve.jl
sivasathyaseeelan e7f975e
update
sivasathyaseeelan 6e789cd
test update
sivasathyaseeelan a8999f4
using maj for adaptive tauleaping
sivasathyaseeelan 0125e21
project.toml update
sivasathyaseeelan 1af190d
saveat logic change
sivasathyaseeelan 10f4ce3
test change
sivasathyaseeelan 6d3d900
saveat optimization
sivasathyaseeelan 2c03d67
refactor
sivasathyaseeelan 3f90750
memory optimization
sivasathyaseeelan fb72149
validate_pure_leaping_inputs extended for adaptive version
sivasathyaseeelan 7a7232a
some
sivasathyaseeelan fe7cec0
space optimized in compute_tau_explicit
sivasathyaseeelan 8e7ff16
computegi and comutehor changes
sivasathyaseeelan bc770d1
reactant_stoch in hor
sivasathyaseeelan b5f77f5
compute_gi update
sivasathyaseeelan 0b72d4c
added references
sivasathyaseeelan 5415947
added unpack
sivasathyaseeelan b39390f
test changes
sivasathyaseeelan 822562f
test changes
sivasathyaseeelan b572987
export changes
sivasathyaseeelan 785266b
test changes
sivasathyaseeelan b47df7c
some change in gi calculation
sivasathyaseeelan e02d432
changed compute_gi as per paper
sivasathyaseeelan 092d361
some
sivasathyaseeelan 7217cf0
some
sivasathyaseeelan cc3a78a
optimized compute_gi
sivasathyaseeelan 48fece2
zero rates case for SimpleAdaptiveTauLeaping is added
sivasathyaseeelan 12f84ba
SimpleExplicitTauLeaping
sivasathyaseeelan 98d64f3
test update
sivasathyaseeelan 00eb432
Implemented SimpleAdaptiveTauLeaping and SimpleImplicitTauLeaping
sivasathyaseeelan 0be66a2
update project.toml
sivasathyaseeelan 3d63e23
test changes
sivasathyaseeelan 5d2a7cb
refactor
sivasathyaseeelan f19ed98
test refactor
sivasathyaseeelan a5f6852
refactor
sivasathyaseeelan 4a11df4
added saveat in SimpleAdaptiveTauLeaping
sivasathyaseeelan 2d58c88
update
sivasathyaseeelan b632a0f
Update src/simple_regular_solve.jl
sivasathyaseeelan 0a2664c
Update src/simple_regular_solve.jl
sivasathyaseeelan c77c119
update
sivasathyaseeelan 69a5442
test update
sivasathyaseeelan 55cf8ec
using maj for adaptive tauleaping
sivasathyaseeelan 9aea095
project.toml update
sivasathyaseeelan dbc33c2
saveat logic change
sivasathyaseeelan 450daca
test change
sivasathyaseeelan bb1f5df
saveat optimization
sivasathyaseeelan a0af5ce
refactor
sivasathyaseeelan 0d3b241
memory optimization
sivasathyaseeelan d8507b8
validate_pure_leaping_inputs extended for adaptive version
sivasathyaseeelan df03880
some
sivasathyaseeelan c47a75e
space optimized in compute_tau_explicit
sivasathyaseeelan 72de260
computegi and comutehor changes
sivasathyaseeelan cf5d3f4
reactant_stoch in hor
sivasathyaseeelan e8eb3d1
compute_gi update
sivasathyaseeelan 1028e68
added references
sivasathyaseeelan 710b6cf
added unpack
sivasathyaseeelan b82ee00
test changes
sivasathyaseeelan 951c071
test changes
sivasathyaseeelan 9441d25
export changes
sivasathyaseeelan b0623ce
test changes
sivasathyaseeelan 3cc5341
some change in gi calculation
sivasathyaseeelan ede1f22
changed compute_gi as per paper
sivasathyaseeelan 20e9d37
some
sivasathyaseeelan da5b03c
some
sivasathyaseeelan 3b14401
optimized compute_gi
sivasathyaseeelan 3d19c42
zero rates case for SimpleAdaptiveTauLeaping is added
sivasathyaseeelan c8f1106
SimpleExplicitTauLeaping
sivasathyaseeelan 8baf04e
test update
sivasathyaseeelan 7fd548d
addressed some comments
sivasathyaseeelan a2b9f1b
comments above function
sivasathyaseeelan ae9bcf5
removed hardcoded type
sivasathyaseeelan 7ac89f6
removed some hardcoded floating points
sivasathyaseeelan e49d170
Merge branch 'SciML:master' into adaptive-implicit
sivasathyaseeelan 9424834
unpack fix
sivasathyaseeelan 4caeede
negative case handel
sivasathyaseeelan 4e800be
hardcoded value remove
sivasathyaseeelan 79cea7e
hardcoded value remove
sivasathyaseeelan dbde117
type fix
sivasathyaseeelan 522f63d
remove unwanted code
sivasathyaseeelan 90cf701
posi rand optimization
sivasathyaseeelan 2a6db45
some reviews resolved
sivasathyaseeelan 3fbcf4f
u_new allocated
sivasathyaseeelan 3477eb8
stand alone function for mass action rate
sivasathyaseeelan df7f485
simple explicit loop
sivasathyaseeelan c237d7c
bug and lint fix
sivasathyaseeelan c601fd3
bug fix
sivasathyaseeelan 0e5cb7b
update gitignore
isaacsas 7ff8a83
update to master
isaacsas 386cd8d
minor fixes
isaacsas c858d83
use seed! consistently
isaacsas 1f1f6a8
ci bug fix
sivasathyaseeelan 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
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.