# 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: Single, task: node (GCN)
k_fold kfold [1]
dataset.task task ['node']
dataset.transductive trans [True]
gnn.layers_pre_mp l_pre [1,2,4]
gnn.layers_mp l_mp [0]
gnn.layers_post_mp l_post [1]
gnn.stage_type stage ['skipsum']
gnn.dropout drop [0.0]
optim.base_lr lr [0.01,0.005]
# GATv2 Set
gnn.layer_type l_type ['gatv2']
gnn.heads g_heads [1]
gnn.lambda_policy l_lambda [None]
gnn.convolve convolve [False]
gnn.share_weights share [False]
gnn.gcn_mode gcn_mode [False]
# GATv2 Set
dataset.name dataset ['Cora','CiteSeer','PubMed','TwitchEN','GitHub','FacebookPagePage','DBLP','CoauthorCS','CoauthorPhysics','AmazonComputers','AmazonPhoto']

