# Format for each row: name in config.py; alias; range to search
# No spaces, except between these 3 fields
# Line breaks are used to union different grid search spaces
# Feel free to add '#' to add comments


dataset.name dataset ['TU_MUTAG','TU_PTC_MR','TU_PROTEINS','TU_DD','TU_ENZYMES']
model.type type ['GCN','GraphSage']
gnn.layers_mp l_mp [1,2,3,4,5]
gnn.dim_inner dim_in [64,128]
gnn.dropout dropout [0.2,0.5,0.8]

