-
Notifications
You must be signed in to change notification settings - Fork 3
/
k_sweep_SF.sh
19 lines (15 loc) · 1.85 KB
/
k_sweep_SF.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
python -m src.experiments --epochs=5 --n=1000 --K=2 --nt-h_tol=1e-10 --nt-rho_max=1e+18 --lmbda=1 --seed=42 --graph_type=SF
python -m src.experiments --epochs=5 --n=1000 --K=3 --nt-h_tol=1e-10 --nt-rho_max=1e+18 --lmbda=1 --seed=42 --graph_type=SF
python -m src.experiments --epochs=5 --n=1000 --K=5 --nt-h_tol=1e-10 --nt-rho_max=1e+18 --lmbda=1 --seed=42 --graph_type=SF
python -m src.experiments --epochs=5 --n=1000 --K=2 --nt-h_tol=1e-10 --nt-rho_max=1e+18 --lmbda=2 --seed=42 --graph_type=SF
python -m src.experiments --epochs=5 --n=1000 --K=3 --nt-h_tol=1e-10 --nt-rho_max=1e+18 --lmbda=2 --seed=42 --graph_type=SF
python -m src.experiments --epochs=5 --n=1000 --K=5 --nt-h_tol=1e-10 --nt-rho_max=1e+18 --lmbda=2 --seed=42 --graph_type=SF
python -m src.experiments --epochs=5 --n=1000 --K=2 --nt-h_tol=1e-10 --nt-rho_max=1e+18 --lmbda=3 --seed=42 --graph_type=SF
python -m src.experiments --epochs=5 --n=1000 --K=3 --nt-h_tol=1e-10 --nt-rho_max=1e+18 --lmbda=3 --seed=42 --graph_type=SF
python -m src.experiments --epochs=5 --n=1000 --K=5 --nt-h_tol=1e-10 --nt-rho_max=1e+18 --lmbda=3 --seed=42 --graph_type=SF
python -m src.experiments --epochs=5 --n=1000 --K=2 --nt-h_tol=1e-10 --nt-rho_max=1e+18 --lmbda=4 --seed=42 --graph_type=SF
python -m src.experiments --epochs=5 --n=1000 --K=3 --nt-h_tol=1e-10 --nt-rho_max=1e+18 --lmbda=4 --seed=42 --graph_type=SF
python -m src.experiments --epochs=5 --n=1000 --K=5 --nt-h_tol=1e-10 --nt-rho_max=1e+18 --lmbda=4 --seed=42 --graph_type=SF
python -m src.experiments --epochs=5 --n=1000 --K=2 --nt-h_tol=1e-10 --nt-rho_max=1e+18 --lmbda=5 --seed=42 --graph_type=SF
python -m src.experiments --epochs=5 --n=1000 --K=3 --nt-h_tol=1e-10 --nt-rho_max=1e+18 --lmbda=5 --seed=42 --graph_type=SF
python -m src.experiments --epochs=5 --n=1000 --K=5 --nt-h_tol=1e-10 --nt-rho_max=1e+18 --lmbda=5 --seed=42 --graph_type=SF