Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
ipd_extended/run_orig_prop_algos.sh
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
914 lines (769 sloc)
69.8 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
#storing the output files into logs3 directory | |
#======================GREEDY_TOPK====================== | |
# -------------ID experiments------------- | |
# ----original synthetic cases---- | |
#python main.py -f=synthetic_cases/synthetic_2d_parity_problem.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_3d_parity_problem.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_4d_parity_problem.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_5d_parity_problem.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_10d_parity_problem.csv -m=GREEDY_TOPK -cor=uds & | |
# | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_2.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_3.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_4.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_5.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_10.csv -m=GREEDY_TOPK -cor=uds & | |
# | |
## ----with added irrelevant features---- | |
# | |
#python main.py -f=synthetic_cases/synthetic_2d_parity_problem_1.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_2d_parity_problem_2.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_2d_parity_problem_3.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_2d_parity_problem_4.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_2d_parity_problem_5.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_2d_parity_problem_10.csv -m=GREEDY_TOPK -cor=uds & | |
# | |
#python main.py -f=synthetic_cases/synthetic_3d_parity_problem_1.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_3d_parity_problem_2.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_3d_parity_problem_3.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_3d_parity_problem_4.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_3d_parity_problem_5.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_3d_parity_problem_10.csv -m=GREEDY_TOPK -cor=uds & | |
# | |
#python main.py -f=synthetic_cases/synthetic_4d_parity_problem_1.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_4d_parity_problem_2.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_4d_parity_problem_3.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_4d_parity_problem_4.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_4d_parity_problem_5.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_4d_parity_problem_10.csv -m=GREEDY_TOPK -cor=uds & | |
# | |
#python main.py -f=synthetic_cases/synthetic_5d_parity_problem_1.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_5d_parity_problem_2.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_5d_parity_problem_3.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_5d_parity_problem_4.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_5d_parity_problem_5.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_5d_parity_problem_10.csv -m=GREEDY_TOPK -cor=uds & | |
# | |
#python main.py -f=synthetic_cases/synthetic_10d_parity_problem_1.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_10d_parity_problem_2.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_10d_parity_problem_3.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_10d_parity_problem_4.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_10d_parity_problem_5.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_10d_parity_problem_10.csv -m=GREEDY_TOPK -cor=uds & | |
# | |
# | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_1.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_2.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_3.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_4.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_5.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_10.csv -m=GREEDY_TOPK -cor=uds & | |
# | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_1.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_2.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_3.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_4.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_5.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_10.csv -m=GREEDY_TOPK -cor=uds & | |
# | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_1.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_2.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_3.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_4.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_5.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_10.csv -m=GREEDY_TOPK -cor=uds & | |
# | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_1.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_2.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_3.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_4.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_5.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_10.csv -m=GREEDY_TOPK -cor=uds & | |
# | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_1.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_2.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_3.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_4.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_5.csv -m=GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_10.csv -m=GREEDY_TOPK -cor=uds & | |
# ----with added irrelevant features and proposed algorithms---- | |
# -------------CJS experiments------------- | |
# ----original synthetic cases---- | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
# ----with added irrelevant features---- | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_1.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_2.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_3.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_4.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_5.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_10.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_1.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_2.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_3.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_4.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_5.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_10.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_1.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_2.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_3.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_4.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_5.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_10.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_1.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_2.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_3.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_4.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_5.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_10.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_1.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_2.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_3.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_4.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_5.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_10.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_1.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_2.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_3.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_4.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_5.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_10.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_1.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_2.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_3.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_4.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_5.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_10.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_1.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_2.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_3.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_4.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_5.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_10.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_1.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_2.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_3.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_4.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_5.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_10.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_1.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_2.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_3.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_4.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_5.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_10.csv -dist=CJS -m=GREEDY_TOPK -cor=uds & | |
#======================HET_GREEDY_TOPK====================== | |
# -------------ID experiments------------- | |
## ----original synthetic cases---- | |
#python main.py -f=synthetic_cases/synthetic_2d_parity_problem.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_3d_parity_problem.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_4d_parity_problem.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_5d_parity_problem.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_10d_parity_problem.csv -m=HET_GREEDY_TOPK -cor=uds & | |
# | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_2.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_3.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_4.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_5.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_10.csv -m=HET_GREEDY_TOPK -cor=uds & | |
# | |
## ----with added irrelevant features---- | |
# | |
#python main.py -f=synthetic_cases/synthetic_2d_parity_problem_1.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_2d_parity_problem_2.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_2d_parity_problem_3.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_2d_parity_problem_4.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_2d_parity_problem_5.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_2d_parity_problem_10.csv -m=HET_GREEDY_TOPK -cor=uds & | |
# | |
#python main.py -f=synthetic_cases/synthetic_3d_parity_problem_1.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_3d_parity_problem_2.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_3d_parity_problem_3.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_3d_parity_problem_4.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_3d_parity_problem_5.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_3d_parity_problem_10.csv -m=HET_GREEDY_TOPK -cor=uds & | |
# | |
#python main.py -f=synthetic_cases/synthetic_4d_parity_problem_1.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_4d_parity_problem_2.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_4d_parity_problem_3.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_4d_parity_problem_4.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_4d_parity_problem_5.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_4d_parity_problem_10.csv -m=HET_GREEDY_TOPK -cor=uds & | |
# | |
#python main.py -f=synthetic_cases/synthetic_5d_parity_problem_1.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_5d_parity_problem_2.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_5d_parity_problem_3.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_5d_parity_problem_4.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_5d_parity_problem_5.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_5d_parity_problem_10.csv -m=HET_GREEDY_TOPK -cor=uds & | |
# | |
#python main.py -f=synthetic_cases/synthetic_10d_parity_problem_1.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_10d_parity_problem_2.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_10d_parity_problem_3.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_10d_parity_problem_4.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_10d_parity_problem_5.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_10d_parity_problem_10.csv -m=HET_GREEDY_TOPK -cor=uds & | |
# | |
# | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_1.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_2.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_3.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_4.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_5.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_10.csv -m=HET_GREEDY_TOPK -cor=uds & | |
# | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_1.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_2.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_3.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_4.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_5.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_10.csv -m=HET_GREEDY_TOPK -cor=uds & | |
# | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_1.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_2.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_3.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_4.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_5.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_10.csv -m=HET_GREEDY_TOPK -cor=uds & | |
# | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_1.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_2.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_3.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_4.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_5.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_10.csv -m=HET_GREEDY_TOPK -cor=uds & | |
# | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_1.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_2.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_3.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_4.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_5.csv -m=HET_GREEDY_TOPK -cor=uds & | |
#python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_10.csv -m=HET_GREEDY_TOPK -cor=uds & | |
# ----with added irrelevant features and proposed algorithms---- | |
# -------------CJS experiments------------- | |
# ----original synthetic cases---- | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
# ----with added irrelevant features---- | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_1.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_2.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_3.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_4.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_5.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_10.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_1.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_2.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_3.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_4.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_5.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_10.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_1.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_2.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_3.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_4.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_5.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_10.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_1.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_2.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_3.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_4.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_5.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_10.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_1.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_2.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_3.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_4.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_5.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_10.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_1.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_2.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_3.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_4.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_5.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_10.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_1.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_2.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_3.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_4.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_5.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_10.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_1.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_2.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_3.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_4.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_5.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_10.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_1.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_2.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_3.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_4.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_5.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_10.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_1.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_2.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_3.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_4.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_5.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_10.csv -dist=CJS -m=HET_GREEDY_TOPK -cor=uds & | |
#======================BEST_FIRST====================== | |
# -------------ID experiments------------- | |
# ----original synthetic cases---- | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10.csv -m=BEST_FIRST -cor=uds & | |
# ----with added irrelevant features---- | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_1.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_2.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_3.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_4.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_5.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_10.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_1.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_2.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_3.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_4.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_5.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_10.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_1.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_2.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_3.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_4.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_5.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_10.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_1.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_2.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_3.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_4.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_5.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_10.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_1.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_2.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_3.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_4.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_5.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_10.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_1.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_2.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_3.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_4.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_5.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_10.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_1.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_2.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_3.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_4.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_5.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_10.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_1.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_2.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_3.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_4.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_5.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_10.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_1.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_2.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_3.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_4.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_5.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_10.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_1.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_2.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_3.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_4.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_5.csv -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_10.csv -m=BEST_FIRST -cor=uds & | |
# ----with added irrelevant features and proposed algorithms---- | |
# -------------CJS experiments------------- | |
# ----original synthetic cases---- | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
# ----with added irrelevant features---- | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_1.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_2.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_3.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_4.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_5.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_10.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_1.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_2.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_3.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_4.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_5.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_10.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_1.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_2.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_3.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_4.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_5.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_10.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_1.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_2.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_3.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_4.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_5.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_10.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_1.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_2.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_3.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_4.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_5.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_10.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_1.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_2.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_3.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_4.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_5.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_10.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_1.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_2.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_3.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_4.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_5.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_10.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_1.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_2.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_3.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_4.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_5.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_10.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_1.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_2.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_3.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_4.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_5.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_10.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_1.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_2.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_3.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_4.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_5.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_10.csv -dist=CJS -m=BEST_FIRST -cor=uds & | |
#======================BEAM_SEARCH====================== | |
# -------------ID experiments------------- | |
# ----original synthetic cases---- | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10.csv -m=BEAM_SEARCH -cor=uds & | |
# ----with added irrelevant features---- | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_1.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_2.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_3.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_4.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_5.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_10.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_1.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_2.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_3.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_4.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_5.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_10.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_1.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_2.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_3.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_4.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_5.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_10.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_1.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_2.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_3.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_4.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_5.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_10.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_1.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_2.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_3.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_4.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_5.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_10.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_1.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_2.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_3.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_4.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_5.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_10.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_1.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_2.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_3.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_4.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_5.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_10.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_1.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_2.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_3.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_4.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_5.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_10.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_1.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_2.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_3.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_4.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_5.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_10.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_1.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_2.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_3.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_4.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_5.csv -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_10.csv -m=BEAM_SEARCH -cor=uds & | |
# ----with added irrelevant features and proposed algorithms---- | |
# -------------CJS experiments------------- | |
# ----original synthetic cases---- | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
# ----with added irrelevant features---- | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_1.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_2.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_3.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_4.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_5.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_10.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_1.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_2.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_3.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_4.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_5.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_10.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_1.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_2.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_3.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_4.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_5.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_10.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_1.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_2.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_3.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_4.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_5.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_10.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_1.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_2.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_3.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_4.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_5.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_10.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_1.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_2.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_3.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_4.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_5.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_10.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_1.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_2.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_3.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_4.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_5.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_10.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_1.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_2.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_3.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_4.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_5.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_10.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_1.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_2.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_3.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_4.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_5.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_10.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_1.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_2.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_3.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_4.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_5.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_10.csv -dist=CJS -m=BEAM_SEARCH -cor=uds & | |
#======================HET_BEAM_SEARCH====================== | |
# -------------ID experiments------------- | |
# ----original synthetic cases---- | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10.csv -m=HET_BEAM_SEARCH -cor=uds & | |
# ----with added irrelevant features---- | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_1.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_2.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_3.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_4.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_5.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_10.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_1.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_2.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_3.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_4.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_5.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_10.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_1.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_2.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_3.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_4.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_5.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_10.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_1.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_2.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_3.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_4.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_5.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_10.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_1.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_2.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_3.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_4.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_5.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_10.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_1.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_2.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_3.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_4.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_5.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_10.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_1.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_2.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_3.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_4.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_5.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_10.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_1.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_2.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_3.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_4.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_5.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_10.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_1.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_2.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_3.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_4.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_5.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_10.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_1.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_2.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_3.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_4.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_5.csv -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_10.csv -m=HET_BEAM_SEARCH -cor=uds & | |
# ----with added irrelevant features and proposed algorithms---- | |
# -------------CJS experiments------------- | |
# ----original synthetic cases---- | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
# ----with added irrelevant features---- | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_1.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_2.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_3.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_4.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_5.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_2d_parity_problem_10.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_1.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_2.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_3.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_4.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_5.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_3d_parity_problem_10.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_1.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_2.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_3.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_4.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_5.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_4d_parity_problem_10.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_1.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_2.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_3.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_4.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_5.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_5d_parity_problem_10.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_1.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_2.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_3.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_4.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_5.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_10d_parity_problem_10.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_1.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_2.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_3.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_4.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_5.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_2_10.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_1.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_2.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_3.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_4.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_5.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_3_10.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_1.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_2.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_3.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_4.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_5.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_4_10.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_1.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_2.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_3.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_4.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_5.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_5_10.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_1.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_2.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_3.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_4.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_5.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
python main.py -f=synthetic_cases/synthetic_cube_in_cube_10_10.csv -dist=CJS -m=HET_BEAM_SEARCH -cor=uds & | |
wait |