Skip to content

Commit adb43ff

Browse files
committed
fix test
1 parent 4ce52ba commit adb43ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/maxprob.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ using TensorInference
77
instance = read_uai_problem("Promedus_14")
88

99
# does not optimize over open vertices
10-
tn = TensorNetworkModel(instance; optimizer = TreeSA(ntrials = 1, niters = 2, βs = 1:0.1:40))
10+
tn = TensorNetworkModel(instance; optimizer = TreeSA(ntrials = 3, niters = 2, βs = 1:0.1:80))
1111
@info contraction_complexity(tn)
1212
most_probable_config(tn)
1313
@time logp, config = most_probable_config(tn)

0 commit comments

Comments
 (0)