-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrunner_COLOR_k3.sh
More file actions
15 lines (12 loc) · 1.4 KB
/
runner_COLOR_k3.sh
File metadata and controls
15 lines (12 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
python main.py --graph_type COLOR --k 3 --seed 0 --save 1 --alg ros --wd 1e-4 --lr 1e-2 --gset anna
python main.py --graph_type COLOR --k 3 --seed 0 --save 1 --alg ros_vanilla --wd 1e-4 --lr 1e-2 --gset anna
python main.py --graph_type COLOR --k 3 --seed 0 --save 1 --alg md --epsilon_PMD 1e-8 --gset anna
python main.py --graph_type COLOR --k 3 --seed 0 --save 1 --alg ANYCSP --wd 1e-4 --lr 1e-2 --gset anna --model_dir "./anycsp/models/MAX3CUT" --timeout 180 --num_boost 20
python main.py --graph_type COLOR --k 3 --seed 0 --save 1 --alg ros --wd 1e-4 --lr 1e-2 --gset david
python main.py --graph_type COLOR --k 3 --seed 0 --save 1 --alg ros_vanilla --wd 1e-4 --lr 1e-2 --gset david
python main.py --graph_type COLOR --k 3 --seed 0 --save 1 --alg md --epsilon_PMD 1e-8 --gset david
python main.py --graph_type COLOR --k 3 --seed 0 --save 1 --alg ANYCSP --wd 1e-4 --lr 1e-2 --gset david --model_dir "./anycsp/models/MAX3CUT" --timeout 180 --num_boost 20
python main.py --graph_type COLOR --k 3 --seed 0 --save 1 --alg ros --wd 1e-4 --lr 1e-2 --gset huck
python main.py --graph_type COLOR --k 3 --seed 0 --save 1 --alg ros_vanilla --wd 1e-4 --lr 1e-2 --gset huck
python main.py --graph_type COLOR --k 3 --seed 0 --save 1 --alg md --epsilon_PMD 1e-8 --gset huck
python main.py --graph_type COLOR --k 3 --seed 0 --save 1 --alg ANYCSP --wd 1e-4 --lr 1e-2 --gset huck --model_dir "./anycsp/models/MAX3CUT" --timeout 180 --num_boost 20