-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun_paver.sh
59 lines (53 loc) · 1.65 KB
/
run_paver.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
python3 ../src/paver/paver.py \
./MindtPy-convexification-gurobi11/trace_file/convex/*/mindtpy-OA-single*/*.trc \
../solu/minlplib_new.solu \
--failtime 900 \
--mintime 0.1 \
--ccopttol inf \
--ccreltol 1e03 \
--ccabstol 1e-7 \
--gaptol 0.001 \
--writehtml MindtPy-convexification-gurobi11/paver_results/convex/singletree \
--extendedprofiles \
--nocheckinstanceattr \
--extendedprofiles
python3 ../src/paver/paver.py \
./MindtPy-convexification-gurobi11/trace_file/convex/*/mindtpy-OA-2024*/*.trc \
../solu/minlplib_new.solu \
--failtime 900 \
--mintime 0.1 \
--ccopttol inf \
--ccreltol 1e03 \
--ccabstol 1e-7 \
--gaptol 0.001 \
--writehtml MindtPy-convexification-gurobi11/paver_results/convex/multitree \
--extendedprofiles \
--nocheckinstanceattr \
--extendedprofiles
python3 ../src/paver/paver.py \
./MindtPy-convexification-gurobi11/trace_file/nonconvex/*/mindtpy-GOA-single*/*.trc \
../solu/minlplib_new.solu \
--failtime 900 \
--mintime 0.1 \
--ccopttol inf \
--ccreltol 1e03 \
--ccabstol 1e-7 \
--gaptol 0.001 \
--writehtml MindtPy-convexification-gurobi11/paver_results/nonconvex/singletree \
--extendedprofiles \
--nocheckinstanceattr \
--extendedprofiles
# --numpts 10000 \
python3 ../src/paver/paver.py \
./MindtPy-convexification-gurobi11/trace_file/nonconvex/*/mindtpy-GOA-2024*/*.trc \
../solu/minlplib_new.solu \
--failtime 900 \
--mintime 0.1 \
--ccopttol inf \
--ccreltol 1e03 \
--ccabstol 1e-7 \
--gaptol 0.001 \
--writehtml MindtPy-convexification-gurobi11/paver_results/nonconvex/multitree \
--extendedprofiles \
--nocheckinstanceattr \
--extendedprofiles