TriHuynh00 / AC3R-Demo

Automatic Crash Constructor from Crash Report (A3CR) Demo of constructing simulations from crash reports
11 stars 6 forks source link

PR #16: Implementation for issue #33 #34 #47 #49

Closed harveyvn closed 3 years ago

harveyvn commented 3 years ago

In this PR, the old AC3R can export 7 cases into JSON successfully, and some improvements are also added to the python script to re-run those cases with prefab types as a baseline and make them crash as expected. Finally, we can get the damage summary, as usual, to see the dataset from AC3R divided into NOT MATCH / PARTIAL MATCH / TOTAL MATCH categories.

In the next PR, the branch issue_32 will provide experiments using implemented evolution algorithms and new features from this PR and the last PR to evaluate how AC3R plus improves AC3R.

harveyvn commented 3 years ago

I cannot really comment on the Java code. For the rest LGTM

Many thanks :)