From bfe64a1f6698698c2eab45956b36529f84cb9707 Mon Sep 17 00:00:00 2001 From: jajupmochi Date: Sun, 17 Jan 2021 12:18:54 +0100 Subject: [PATCH] [Exp] Update exceptions in fcsp exps. --- .../thesis/graph_kernels/fcsp/run_jobs_compare_fcsp_space.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp_space.py b/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp_space.py index e21a6e6..37cbb2e 100644 --- a/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp_space.py +++ b/gklearn/experiments/thesis/graph_kernels/fcsp/run_jobs_compare_fcsp_space.py @@ -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'),