TriHuynh00 / AC3R-Demo

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

PR #20: Implementation for issue #51 #58

Closed harveyvn closed 3 years ago

harveyvn commented 3 years ago

We have a SimulationScore that receives such parameters:

There is a formula using the number of matching crashed and match non-crashed elements tuple(match crash, match non-crash, maximum conditions) to calculate fitness score for a simulation:

1 + (α match_crash) + (β match_non-crash)