@@ -6,15 +6,15 @@ using TensorInference
66@testset " UAI Reference Solution Comparison" begin
77 problems = dataset_from_artifact (" uai2014" )[" PR" ]
88 problem_sets = [
9- # ("Alchemy", TreeSA(ntrials = 1, niters = 5, βs = 0.1:0.1:100)), # fails
9+ # ("Alchemy", TreeSA(ntrials = 1, niters = 5, βs = 0.1:0.1:100)),
1010 # ("CSP", TreeSA(ntrials = 1, niters = 5, βs = 0.1:0.1:100)),
1111 # ("DBN", KaHyParBipartite(sc_target = 25)),
12- # ("Grids", TreeSA(ntrials = 1, niters = 5, βs = 0.1:0.1:100)), # fails
13- # ("linkage", TreeSA(ntrials = 3, niters = 20, βs = 0.1:0.1:40)), # fails
12+ # ("Grids", TreeSA(ntrials = 1, niters = 5, βs = 0.1:0.1:100)),
13+ # ("linkage", TreeSA(ntrials = 3, niters = 20, βs = 0.1:0.1:40)),
1414 # ("ObjectDetection", TreeSA(ntrials = 1, niters = 5, βs = 1:0.1:100)),
1515 (" Pedigree" , TreeSA (ntrials = 1 , niters = 5 , βs = 0.1 : 0.1 : 100 )),
1616 # ("Promedus", TreeSA(ntrials = 1, niters = 5, βs = 0.1:0.1:100)),
17- # ("relational", TreeSA(ntrials=1, niters=5, βs=0.1:0.1:100)), # fails
17+ # ("relational", TreeSA(ntrials=1, niters=5, βs=0.1:0.1:100)), tw too large
1818 (" Segmentation" , TreeSA (ntrials = 1 , niters = 5 , βs = 0.1 : 0.1 : 100 ))
1919 ]
2020 for (problem_set_name, optimizer) in problem_sets
0 commit comments