Browse Source

[Exp] Update exceptions in fcsp exps.

v0.2.x
jajupmochi 4 years ago
parent
commit
bfe64a1f66
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp_space.py

+ 2
- 0
gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp_space.py View File

@@ -16,10 +16,12 @@ OUT_TIME_LIST = []

OUT_MEM_LIST = set({('ShortestPath', 'REDDIT-BINARY', 'True'),
('ShortestPath', 'REDDIT-BINARY', 'False'),
('StructuralSP', 'ENZYMES', 'False'),
('ShortestPath', 'DD', 'True'),
('ShortestPath', 'DD', 'False'),
('StructuralSP', 'DD', 'True'),
('StructuralSP', 'DD', 'False'),
('StructuralSP', 'COIL-DEL', 'True'),
('ShortestPath', 'COLORS-3', 'True'),
('ShortestPath', 'COLORS-3', 'False'),
('StructuralSP', 'COLORS-3', 'True'),


Loading…
Cancel
Save