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.
1 parent 4ce52ba commit adb43ffCopy full SHA for adb43ff
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