We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52137da + adb43ff commit 528e71aCopy full SHA for 528e71a
test/maxprob.jl
@@ -7,7 +7,7 @@ using TensorInference
7
instance = read_uai_problem("Promedus_14")
8
9
# does not optimize over open vertices
10
- tn = TensorNetworkModel(instance; optimizer = TreeSA(ntrials = 1, niters = 2, βs = 1:0.1:40))
+ tn = TensorNetworkModel(instance; optimizer = TreeSA(ntrials = 3, niters = 2, βs = 1:0.1:80))
11
@info contraction_complexity(tn)
12
most_probable_config(tn)
13
@time logp, config = most_probable_config(tn)
0 commit comments