Skip to content

Commit e5dedef

Browse files
add multiple experiment files
1 parent 758ef75 commit e5dedef

3 files changed

Lines changed: 17 additions & 1 deletion

File tree

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ Candidate: Or(And(Var_1 >= Var_0,
4646
Var_0 + -1*Var_1 <= 0))
4747
```
4848
49-
# DT exmaple
49+
## DT exmaple
5050
Visualize how DT changes over time, here we provide a simple instance in `dt_visualizer.ipynb` showcasing this feature.

experiment/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## result_summary_safe.log
2+
The log shows the running log of our reported experiment on ``Chronosymbolic-single''. This experiment run a suite of instances using a fixed set of hyperparameters. The structure of the log is as follows:
3+
4+
1. The first 2 lines are the modules used.
5+
6+
2. The "Hyperparameters" section shows all the hyperparameters in `config.yaml`.
7+
8+
3. The "CHC Solving" part shows the results of solving all instances in the test suite. For each instance, it shows the file names, the size of the `*.smt2` or `*.smt` instance, the overall running time and time of each component, auxiliary info generated when running our tool (not important), the satisfiability of the CHC (correctness of corresponding program) and the proof (solution interpretation of predicates), and the double check procedure ensuring the correctness of the proof.
9+
10+
4. At the end of the log, it shows the total time elapsed and the number of solved instances. It also provides a list of instances that our tool cannot solve.
11+
12+
## comparison.xlsx
13+
Detailed running time data on our major performance evaluation in the experiment section.
14+
15+
## result_rnd_seed.xlsx
16+
Detailed running time data on our performance evaluation with different random seeds described in our Appendix.

experiment/result_rnd_seed.xlsx

45.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)