Skip to content

Commit 99a809a

Browse files
gzagattiChrisRackauckas
authored andcommitted
adds FRM to benchmark.
1 parent ddd0078 commit 99a809a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/Jumps/Diffusion_CTRW.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ N = 256
2121
h = 1 / N
2222
u0 = 10 * ones(Int64, N)
2323
tf = .01
24-
methods = (Direct(), SortingDirect(), NRM(), DirectCR(), RSSA(), RSSACR(), Coevolve())
24+
methods = (Direct(), FRM(), SortingDirect(), NRM(), DirectCR(), RSSA(), RSSACR(), Coevolve())
2525
shortlabels = [string(leg)[15:end-2] for leg in methods]
2626
jprob = JumpProblemLibrary.prob_jump_diffnetwork
2727
rn = jprob.network(N)

0 commit comments

Comments
 (0)