-
Notifications
You must be signed in to change notification settings - Fork 3
/
s_sweep_SF.sh
25 lines (20 loc) · 2.71 KB
/
s_sweep_SF.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
python -m src.experiments --epochs=5 --n=1000 --K=3 --s=3 --d=10 --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 --s=5 --d=10 --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 --s=7 --d=10 --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 --s=10 --d=10 --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 --s=3 --d=10 --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 --s=5 --d=10 --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 --s=7 --d=10 --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 --s=10 --d=10 --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 --s=3 --d=10 --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 --s=5 --d=10 --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 --s=7 --d=10 --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 --s=10 --d=10 --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 --s=3 --d=10 --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 --s=5 --d=10 --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 --s=7 --d=10 --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 --s=10 --d=10 --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 --s=3 --d=10 --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 --s=5 --d=10 --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 --s=7 --d=10 --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 --s=10 --d=10 --nt-h_tol=1e-10 --nt-rho_max=1e+18 --lmbda=5 --seed=42 --graph_type=SF