Skip to content

Commit

Permalink
new interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mcosovic committed Aug 23, 2021
1 parent 979c9ff commit 69595b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ end
end
dynamic = [1 6.0 1.0; 3 4.0 1.0; 2 3.0 1.0]
dynamicInference(gbp, dynamic)
for iteration = 10:200
for iteration = 10:1000
messageDampFactorVariableVanilla(gbp)
messageVariableFactorVanilla(gbp)
marginal(gbp)
Expand All @@ -169,7 +169,7 @@ end
end
dynamic = [4 6.0 1.0 1 1e57 2 1e60]
dynamicInference(gbp, dynamic)
for iteration = 99:200
for iteration = 101:1000
ageingInference(gbp, dynamic)
messageFactorVariableVanilla(gbp)
messageVariableFactorVanilla(gbp)
Expand All @@ -185,7 +185,7 @@ end
end
dynamic = [4 6.0 1.0 2 1e57 0.00002 1e60]
dynamicInference(gbp, dynamic)
for iteration = 99:200
for iteration = 101:1000
ageingInference(gbp, dynamic)
messageFactorVariableVanilla(gbp)
messageVariableFactorVanilla(gbp)
Expand All @@ -201,7 +201,7 @@ end
end
dynamic = [4 6.0 1.0 3 0.08 2 1e60]
dynamicInference(gbp, dynamic)
for iteration = 99:500
for iteration = 101:1000
ageingInference(gbp, dynamic)
messageFactorVariableVanilla(gbp)
messageVariableFactorVanilla(gbp)
Expand Down

0 comments on commit 69595b0

Please sign in to comment.