-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscratch4.py
More file actions
18 lines (17 loc) · 794 Bytes
/
scratch4.py
File metadata and controls
18 lines (17 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import run
import strategy
run.run(strategy.prudent,
prediction_score_name = "mato_score",
test_name = "ace",
test_trans = ["identity_shape_loc_isomorphism"],
# test_trans = ["shape_topo_mapping",
# "shape_delta_loc_isomorphism",
# "topo_delta_shape_isomorphism",
# "shape_loc_isomorphism",
# "identity_shape_loc_isomorphism",
# "shape_texture_transfer",
# "duplicate_new",
# "rot_45", "rot_90", "rot_135", "rot_180", "rot_225", "rot_270", "rot_315",
# "mirror", "mirror_rot_90", "mirror_rot_180", "mirror_rot_270"],
test_anlgs = ["A:B::C:?"],
test_problems = ["m15"])