export IFCA="--lr 0.1 --debug -n 8 --K 4 --epochs 10 --momentum 0.9 --batch-size 32 --max-batch-size-per-epoch 50 --noniid 0 --data rotation --algorithm ifca-grad"
export LOCAL="--lr 0.1 --debug -n 8 --K 4 --epochs 10 --momentum 0.9 --batch-size 32 --max-batch-size-per-epoch 50 --noniid 0 --data rotation --algorithm local"
export GLOBAL="--lr 0.1 --debug -n 8 --K 4 --epochs 10 --momentum 0.9 --batch-size 32 --max-batch-size-per-epoch 50 --noniid 0 --data rotation --algorithm global"
export FC="--lr 0.1 --debug -n 8 --K 4 --epochs 10 --momentum 0.9 --batch-size 32 --max-batch-size-per-epoch 50 --noniid 0 --data rotation --algorithm fc-grad-3-cd"
export DITTO="--lr 0.1 --debug -n 8 --K 4 --epochs 10 --momentum 0.9 --batch-size 32 --max-batch-size-per-epoch 50 --noniid 0 --data rotation --algorithm ditto-1"
export GT="--lr 0.1 --debug -n 8 --K 4 --epochs 10 --momentum 0.9 --batch-size 32 --max-batch-size-per-epoch 50 --noniid 0 --data rotation --algorithm groundtruth"

export KNN1="--lr 0.1 --debug -n 8 --K 4 --epochs 10 --momentum 0.9 --batch-size 32 --max-batch-size-per-epoch 50 --noniid 0 --data rotation --algorithm FedAvgVal"
export KNN2="--lr 0.1 --debug -n 8 --K 4 --epochs 10 --momentum 0.9 --batch-size 32 --max-batch-size-per-epoch 50 --noniid 0 --data rotation --algorithm kNNPerVal"
export KNN3="--lr 0.1 --debug -n 8 --K 4 --epochs 10 --momentum 0.9 --batch-size 32 --max-batch-size-per-epoch 50 --noniid 0 --data rotation --algorithm FedAvgTrain"
export KNN4="--lr 0.1 --debug -n 8 --K 4 --epochs 10 --momentum 0.9 --batch-size 32 --max-batch-size-per-epoch 50 --noniid 0 --data rotation --algorithm kNNPerTest"

export FCQ="--lr 0.1 --debug -n 8 --K 4 --epochs 10 --momentum 0.9 --batch-size 32 --max-batch-size-per-epoch 50 --noniid 0 --data rotation --algorithm fc-grad-3-quantile0.25"
