Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ or building work-precision diagrams for direct comparison of speed at given erro

**If any of the code from any of the languages can be improved, please open a pull request**.


## Results

To view the results of the SciML Benchmarks, go to [benchmarks.sciml.ai](https://benchmarks.sciml.ai/stable/). By default, this
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Jumps/Diffusion_CTRW.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ N = 256
h = 1 / N
u0 = 10 * ones(Int64, N)
tf = .01
methods = (Direct(), SortingDirect(), NRM(), DirectCR(), RSSA(), RSSACR())
methods = (Direct(), FRM(), SortingDirect(), NRM(), DirectCR(), RSSA(), RSSACR(), Coevolve())
shortlabels = [string(leg)[15:end-2] for leg in methods]
jprob = JumpProblemLibrary.prob_jump_diffnetwork
rn = jprob.network(N)
Expand Down
Loading