TriHuynh00 / AC3R-Demo

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

Create a Fitness Class to calculate Fitness Score #51

Closed harveyvn closed 3 years ago

harveyvn commented 3 years ago

We have a Fitness Class that receives such parameters:

There is a formula using match crash and match non-crash elements to calculate fitness score for each vehicle as below:

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

The final score is the sum of the fitness score of all participants.